summaryrefslogtreecommitdiffstats
path: root/src/libs/gui
AgeCommit message (Expand)AuthorFilesLines
2007-09-21Reimplement menu system to be picturey, glade loaded, heirarchial, code reuse...David Robillard14-144/+409
2007-09-20Fix RDF threading problems (random messy crashes on patch loading).David Robillard2-0/+4
2007-09-20Fix voice-specific polyphony controls.David Robillard5-9/+23
2007-09-20Cut down superfluous console output.David Robillard1-2/+2
2007-09-20Strip a bunch of old useless code.David Robillard14-388/+16
2007-09-20Rename C++ signals to cleaner Gtkmm convention.David Robillard11-27/+27
2007-09-19Toggling of individual node polyphonic state.David Robillard4-19/+47
2007-09-19Always enable polyphonic checkbutton.David Robillard1-3/+2
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