summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-03Put breadcrumb stuff all in one place.David Robillard5-114/+76
2009-06-03BreadCrumbBox => BreadCrumbs.David Robillard4-3/+3
2009-06-03Move internals to their own namespace ala events.David Robillard11-0/+25
2009-06-03Move internals to their own directory ala events.David Robillard15-30/+30
2009-06-03Rename event classes to match new pretty file names.David Robillard51-204/+233
2009-06-03Move events to their own namespace.David Robillard51-29/+150
2009-06-03Consistent imperative style event names.David Robillard8-8/+8
2009-06-03Chop "Event" from event source file names.David Robillard54-82/+81
2009-06-03Remove events dir from include path.David Robillard1-5/+5
2009-06-03Remove unused DisablePortMonitoringEvent.David Robillard2-135/+0
2009-06-02Fix crash on copy/paste.David Robillard3-3/+4
2009-06-02Fix horribly broken LV2 event implementation (ticket #378 among other problems).David Robillard5-15/+33
2009-06-02Remove redundant EventBuffer::_iter.David Robillard4-18/+7
2009-05-30Set plugin GUI window's role to "plugin_ui" (for WM kludges etc).David Robillard1-0/+1
2009-05-30Fix path in dynamic load plugin window title (don't show path: URI prefix).David Robillard1-1/+1
2009-05-30Better load plugin window geometry hinting.David Robillard2-11/+14
2009-05-30Multi-select in load plugin window (add several plugins at once).David Robillard2-74/+90
2009-05-30Fix load plugin window.David Robillard1-1/+3
2009-05-30Fix crash when clearing patch that contains a patch (deactivate nodes on clea...David Robillard2-4/+16
2009-05-29HTTP move and set_property client->engine support.David Robillard1-0/+8
2009-05-29Fix reconnecting to engine via various protocols (inferred from user URI) in ...David Robillard5-51/+98
2009-05-29DELETE via HTTP.David Robillard2-58/+47
2009-05-29Make connection parsing consistent with other parse methods.David Robillard5-15/+16
2009-05-29Node creation via HTTP.David Robillard11-41/+97
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard4-23/+29
2009-05-28Tidy up command line arguments.David Robillard4-48/+48
2009-05-28Turn off OSC debugging.David Robillard1-1/+1
2009-05-28Ignore properties with blank values.David Robillard1-1/+1
2009-05-28Remove unused code.David Robillard2-53/+1
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard6-28/+22
2009-05-28Rename 'request_object' 'get'.David Robillard10-26/+26
2009-05-28Spiff up documentation.David Robillard1-3/+3
2009-05-28Rename RequestObjectEvent GetEvent.David Robillard6-15/+15
2009-05-28Document GET.David Robillard1-2/+8
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard6-18/+36
2009-05-28Remove vestigial request_variable interface.David Robillard10-47/+18
2009-05-28Speed/clean up plugin menu generation a bit.David Robillard1-24/+24
2009-05-28Generic plugin property mechanism.David Robillard11-128/+103
2009-05-28Load symbol from LV2 data if available.David Robillard3-4/+8
2009-05-28Replace new_plugin with put.David Robillard21-112/+120
2009-05-28Merge request_object and request_plugin.David Robillard15-200/+38
2009-05-28Remove unused OSC callbacks.David Robillard2-7/+0
2009-05-28Implement PUT over OSC.David Robillard4-8/+41
2009-05-28Create objects via SetMetadataEvent.David Robillard7-98/+85
2009-05-28Fix property saving to/from file (e.g. module locations).David Robillard2-3/+4
2009-05-28Send port ranges and new subpatches as single PUTs.David Robillard2-9/+7
2009-05-28Send both coordinates of a module move as a single PUT.David Robillard2-4/+10
2009-05-28Send plugin node creation as a single PUT instead of a bunch of separate set_...David Robillard1-8/+4
2009-05-28Remove single property SetMetadataEvent constructor.David Robillard4-62/+26
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard9-125/+211