summaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Replace new_plugin with put.David Robillard1-4/+0
2009-05-28Merge request_object and request_plugin.David Robillard1-3/+1
2009-05-27Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat...David Robillard2-9/+5
2009-05-27Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE).David Robillard1-4/+4
2009-05-27Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge...David Robillard2-16/+6
2009-05-13Fix crash on patch load.David Robillard1-2/+2
2009-05-13Remove old/unused DSSI program API.David Robillard2-13/+0
2009-05-13Update copyright dates.David Robillard12-12/+12
2009-05-13Strip trailing whitespace.David Robillard12-80/+80
2009-05-13Use new query system to get LADSPA plugin names from the engine.David Robillard1-4/+4
2009-05-13Generic simple query system for both objects and plugins.David Robillard1-2/+2
2009-05-13Remove special request_port_value, just use request_variable with predicate i...David Robillard1-2/+0
2009-05-13Remove unused junk on ClientInterface.David Robillard1-9/+0
2009-05-13Remove 'using' declarations from headers.David Robillard3-5/+1
2009-05-13The great ID refactoring of 2009.David Robillard5-62/+65
2009-05-12Remove deprecated new_node interface in favour of URI hackery.David Robillard1-6/+0
2009-05-12Bring EngineInterface and ClientInterface closer together.David Robillard3-21/+5
2009-05-12Fix tabs.David Robillard1-1/+1
2009-05-11Don't cause slv2 to load plugin data until a plugin is loaded or menu request...David Robillard1-2/+1
2009-05-11* New ontology.David Robillard1-4/+2
2008-12-16Trim include dependency tree.David Robillard6-12/+11
2008-11-16More HTTP.David Robillard1-1/+1
2008-11-16Follow new object creation via HTTP (serialising/parsing RDF to communicate b...David Robillard2-0/+5
2008-11-16TCP notification stream support (not fully implemented yet, but transport stu...David Robillard1-1/+1
2008-11-10Turn off OSC debug dumping in engine.David Robillard1-1/+1
2008-11-09Add concept of 'Resource' and make plugins a resource (as well as graph objec...David Robillard3-8/+58
2008-11-09Move patch to /patch via HTTP to give a place for RESTful access to other thi...David Robillard1-7/+22
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard7-14/+14
2008-10-12Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction.David Robillard1-2/+1
2008-10-12Eliminate redundant ingen ontology parts, and save ingen Patchage in an LV2 c...David Robillard1-6/+6
2008-10-03Good riddance.David Robillard3-16/+0
2008-09-30Move LV2 extension stuff to less horribly named directory.David Robillard3-3/+3
2008-09-28Merge weird split set_port_value / set_port_value_immediately API (whether a ...David Robillard1-5/+5
2008-08-20Make distcheck fixes.David Robillard2-3/+3
2008-08-19Preliminary connecting via HTTP in Gtk client.David Robillard2-0/+4
2008-08-19Remove redundant prototypes.David Robillard2-11/+4
2008-08-19Factor out destroy (and object_destroyed) to common interface.David Robillard3-4/+2
2008-08-19Remove more API/code: num_plugins (unused legacy of the really crap OSC days).David Robillard1-2/+0
2008-08-19Kill more API/code - replace enable_port_broadcast and disable_port_broadcast...David Robillard1-4/+0
2008-08-17More serialization work.David Robillard1-0/+2
2008-08-17Tidy.David Robillard1-0/+2
2008-08-17Remove remnants of imperative polyphony interface.David Robillard1-4/+0
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard3-10/+5
2008-08-17There!David Robillard3-17/+9
2008-08-17Cloooser...David Robillard3-41/+14
2008-08-16Clooser...David Robillard3-14/+9
2008-08-16Closer...David Robillard3-39/+17
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard3-69/+131
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-47/+0
2008-08-15Push serialiser down into core ('world').David Robillard3-5/+49