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