summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
2007-09-19Make polyphony spinner editable.David Robillard1-3/+2
2007-09-19More work on dynamic polyphony.David Robillard3-458/+468
2007-09-16More obvious visual representation of polyphonic nodes.David Robillard1-3/+2
2007-09-14Remove useless 'controls' items from canvas context menu.David Robillard3-502/+464
2007-09-12Disable sensitivity of patch poly spinner.David Robillard1-0/+3
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard5-19/+13
2007-09-08Serialisation of patch enabled status.David Robillard1-4/+4
2007-08-09Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con...David Robillard1-2/+2
2007-08-08Added individial building stuff for flowcanvas, raul, patchage.David Robillard1-2/+3
2007-08-02Actually move canvas items on move_to (fix ticket 74).David Robillard2-10/+10
2007-08-01Clean up engine/client interfaces.David Robillard3-13/+10
2007-08-01More SWIGification. Engine->Client calls/messages implemented... and segfaul...David Robillard1-3/+4
2007-07-31Functional engine Python bindings (e.g. ingen -e -r patchomatic.py).David Robillard1-1/+2
2007-07-31SWIG building fixes.David Robillard8-20/+36
2007-07-30Shutdown cleanly (fix ticket 53).David Robillard1-0/+2
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard9-11/+9
2007-07-28Remove (now) generated LV2 stuff Makefiles from repo.David Robillard4-26/+32
2007-07-27Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat...David Robillard1-1/+4
2007-07-27Track control values for port 'sliders' (module sliders move in sync with nod...David Robillard4-71/+35
2007-07-27Control port slider functionality (when not in edit more, or holding down con...David Robillard2-0/+24
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard11-11/+11
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard3-13/+8
2007-07-26Make canvas grab events.David Robillard4-4/+79
2007-07-26Fix various Table bugs (and put some way too slow code in there, but hey, it ...David Robillard4-1/+14
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard9-30/+48
2007-07-25Build against local SLV2 too.David Robillard3-457/+526
2007-07-25Distcheck fixes.David Robillard6-42/+53
2007-07-25Set signal emission timeout frequencer to a saner value.David Robillard1-4/+4
2007-07-25Fix running with ingen -eg.David Robillard10-48/+52
2007-07-24Work around broken LADSPA plugins with screwy range/default (fix ticket 59).David Robillard1-4/+5
2007-07-24Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str...David Robillard1-2/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard72-366/+367
2007-07-24Removed recursive autohell, except for SLv2.David Robillard3-9/+12
2007-07-24Fix crash triggered by closing controls window (twice, sometimes).David Robillard2-2/+11
2007-07-24Don't show empty plugin category menus.David Robillard2-10/+20
2007-07-23Updated LV2 spec.David Robillard1-1/+1
2007-07-23Removed glib dependency from LV2 OSC code.David Robillard5-467/+502
2007-07-15Gracefully handle inability to load window icon (SVG).David Robillard1-2/+7
2007-07-04Don't look for ~/.omgtkrcDavid Robillard1-1/+4
2007-07-04Added metadata (ie integer, toggle) to builtin node control ports.David Robillard2-6/+29
2007-07-04Remove MIDI event debug messages (from MIDI control node).David Robillard2-8/+46
2007-07-04Allow setting control values out of range.David Robillard3-475/+504
2007-07-03Fix running from source tree when Ingen is not installed at all (with set_dev...David Robillard2-3/+8
2007-07-03Fix crash on MIDI controller receiving.David Robillard1-0/+8
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard1-3/+0
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard1-0/+6
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-3/+2
2007-06-06Nicer Flowcanvas naming.David Robillard10-44/+44
2007-05-04Fixed reference to old glade file (ingenuity.glade).David Robillard1-3/+3
2007-05-04Set Loader thread name (GUI) for decent console output.David Robillard1-0/+2