summaryrefslogtreecommitdiffstats
path: root/src/engine
AgeCommit message (Expand)AuthorFilesLines
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 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-30Fix crash when clearing patch that contains a patch (deactivate nodes on clea...David Robillard2-4/+16
2009-05-29DELETE via HTTP.David Robillard1-56/+41
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-2/+2
2009-05-29Node creation via HTTP.David Robillard3-21/+32
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard4-23/+18
2009-05-28Rename 'request_object' 'get'.David Robillard4-19/+19
2009-05-28Rename RequestObjectEvent GetEvent.David Robillard5-11/+11
2009-05-28Document GET.David Robillard1-2/+8
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard3-3/+7
2009-05-28Remove vestigial request_variable interface.David Robillard4-24/+17
2009-05-28Replace new_plugin with put.David Robillard12-62/+40
2009-05-28Merge request_object and request_plugin.David Robillard10-174/+32
2009-05-28Remove unused OSC callbacks.David Robillard2-7/+0
2009-05-28Implement PUT over OSC.David Robillard2-4/+17
2009-05-28Create objects via SetMetadataEvent.David Robillard4-48/+84
2009-05-28Remove single property SetMetadataEvent constructor.David Robillard4-62/+26
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard5-84/+140
2009-05-28Fix URIs.David Robillard3-9/+4
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard3-8/+6
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard19-230/+144
2009-05-27Documentation.David Robillard1-3/+22
2009-05-27Documentation.David Robillard3-6/+33
2009-05-27Add methods documentation page.David Robillard8-151/+224
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard16-80/+91
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard20-280/+177
2009-05-13Support re-attaching to Jack.David Robillard3-5/+0
2009-05-13Fix Jack port names.David Robillard2-2/+2
2009-05-13Clean up Jack shutdown semantics.David Robillard2-2/+4
2009-05-13Fix crash on patch load.David Robillard2-5/+1
2009-05-13Remove old/unused DSSI program API.David Robillard8-83/+0
2009-05-13Update copyright dates.David Robillard155-155/+155
2009-05-13Strip trailing whitespace.David Robillard155-1248/+1248
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard2-4/+4
2009-05-13Generic simple query system for both objects and plugins.David Robillard14-65/+95
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard10-164/+39
2009-05-13Remove 'using' declarations from headers.David Robillard81-230/+311
2009-05-13The great ID refactoring of 2009.David Robillard65-658/+526
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard6-77/+10
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard12-60/+53
2009-05-12Fix lv2.h include problem.David Robillard4-7/+9