summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2009-11-16Add edit checkbutton to canvas menu for fast mouse based control.David Robillard1-4/+6
2009-11-14Object extension.David Robillard2-15/+18
2009-11-12String port support.David Robillard1-1/+8
2009-11-04Remove orphan cruft.David Robillard2-24/+3
2009-10-31Remove connections in the GUI before ports, preventing missed lookups.David Robillard1-6/+5
2009-10-31Fire signals on add_property as well as set_property (fix ticket #389).David Robillard2-3/+12
2009-10-19Fix spelling.David Robillard1-8/+8
2009-10-19Move pointlessley inlined virtual methods to implementation file.David Robillard2-9/+18
2009-07-05Use 'standard' bundle paths for #include directives.David Robillard1-1/+1
2009-06-04Don't treat non-plugin metadata as plugin data.David Robillard1-3/+11
2009-06-03Update bindings.David Robillard1-0/+1
2009-06-03Remove vestigial interface.David Robillard3-28/+17
2009-06-02Fix crash on copy/paste.David Robillard1-1/+1
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 Robillard4-37/+62
2009-05-29DELETE via HTTP.David Robillard1-2/+6
2009-05-29Make connection parsing consistent with other parse methods.David Robillard1-3/+2
2009-05-29Node creation via HTTP.David Robillard6-12/+50
2009-05-28Working engine->client plugin information communication via HTTP.David Robillard2-10/+16
2009-05-28Turn off OSC debugging.David Robillard1-1/+1
2009-05-28Fix loading connections inside subpatches to patch ports.David Robillard1-2/+2
2009-05-28Rename 'request_object' 'get'.David Robillard4-5/+5
2009-05-28Fix LADSPA names in plugin selection dialog.David Robillard1-2/+2
2009-05-28Remove vestigial request_variable interface.David Robillard4-19/+0
2009-05-28Generic plugin property mechanism.David Robillard5-74/+68
2009-05-28Load symbol from LV2 data if available.David Robillard3-4/+8
2009-05-28Replace new_plugin with put.David Robillard7-42/+80
2009-05-28Merge request_object and request_plugin.David Robillard4-23/+5
2009-05-28Implement PUT over OSC.David Robillard2-4/+24
2009-05-28Create objects via SetMetadataEvent.David Robillard1-1/+1
2009-05-28Make SetMetadataEvent do multiple properties at once.David Robillard1-4/+18
2009-05-28Fix URIs.David Robillard1-1/+0
2009-05-28Fix QNAMEs being serialised as URIs.David Robillard5-40/+10
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard15-129/+59
2009-05-27Documentation.David Robillard3-4/+4
2009-05-27Add methods documentation page.David Robillard4-10/+9
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard11-37/+37
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard15-301/+116
2009-05-13Remove old/unused DSSI program API.David Robillard8-78/+0
2009-05-13Update copyright dates.David Robillard30-30/+30
2009-05-13Strip trailing whitespace.David Robillard30-395/+395
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard4-8/+8
2009-05-13Generic simple query system for both objects and plugins.David Robillard8-32/+46
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard4-18/+0
2009-05-13Remove unused junk on ClientInterface.David Robillard1-4/+0
2009-05-13Remove 'using' declarations from headers.David Robillard3-12/+13
2009-05-13The great ID refactoring of 2009.David Robillard23-703/+454
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard5-47/+4
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard10-27/+43
2009-05-12Fix internal node names.David Robillard1-0/+2