Age | Commit message (Expand) | Author | Files | Lines |
2009-05-29 | Node creation via HTTP. | David Robillard | 11 | -41/+97 |
2009-05-28 | Working engine->client plugin information communication via HTTP. | David Robillard | 4 | -23/+29 |
2009-05-28 | Tidy up command line arguments. | David Robillard | 4 | -48/+48 |
2009-05-28 | Turn off OSC debugging. | David Robillard | 1 | -1/+1 |
2009-05-28 | Ignore properties with blank values. | David Robillard | 1 | -1/+1 |
2009-05-28 | Remove unused code. | David Robillard | 2 | -53/+1 |
2009-05-28 | Fix loading connections inside subpatches to patch ports. | David Robillard | 6 | -28/+22 |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 10 | -26/+26 |
2009-05-28 | Rename RequestObjectEvent GetEvent. | David Robillard | 5 | -11/+11 |
2009-05-28 | Document GET. | David Robillard | 1 | -2/+8 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 6 | -18/+36 |
2009-05-28 | Remove vestigial request_variable interface. | David Robillard | 10 | -47/+18 |
2009-05-28 | Speed/clean up plugin menu generation a bit. | David Robillard | 1 | -24/+24 |
2009-05-28 | Generic plugin property mechanism. | David Robillard | 11 | -128/+103 |
2009-05-28 | Load symbol from LV2 data if available. | David Robillard | 3 | -4/+8 |
2009-05-28 | Replace new_plugin with put. | David Robillard | 21 | -112/+120 |
2009-05-28 | Merge request_object and request_plugin. | David Robillard | 15 | -200/+38 |
2009-05-28 | Remove unused OSC callbacks. | David Robillard | 2 | -7/+0 |
2009-05-28 | Implement PUT over OSC. | David Robillard | 4 | -8/+41 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 7 | -98/+85 |
2009-05-28 | Fix property saving to/from file (e.g. module locations). | David Robillard | 2 | -3/+4 |
2009-05-28 | Send port ranges and new subpatches as single PUTs. | David Robillard | 2 | -9/+7 |
2009-05-28 | Send both coordinates of a module move as a single PUT. | David Robillard | 2 | -4/+10 |
2009-05-28 | Send plugin node creation as a single PUT instead of a bunch of separate set_... | David Robillard | 1 | -8/+4 |
2009-05-28 | Remove single property SetMetadataEvent constructor. | David Robillard | 4 | -62/+26 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 9 | -125/+211 |
2009-05-28 | Fix URIs. | David Robillard | 6 | -24/+17 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 18 | -105/+58 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 63 | -510/+312 |
2009-05-27 | Documentation. | David Robillard | 4 | -7/+26 |
2009-05-27 | Documentation. | David Robillard | 3 | -6/+33 |
2009-05-27 | Add methods documentation page. | David Robillard | 13 | -162/+234 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 43 | -145/+156 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 58 | -765/+521 |
2009-05-14 | Fix crash on wacky plugins of some unknown variety... ticket #367. | David Robillard | 1 | -0/+2 |
2009-05-13 | Support re-attaching to Jack. | David Robillard | 3 | -5/+0 |
2009-05-13 | Fix Jack port names. | David Robillard | 2 | -2/+2 |
2009-05-13 | Clean up Jack shutdown semantics. | David Robillard | 2 | -2/+4 |
2009-05-13 | Fix crash on patch load. | David Robillard | 5 | -10/+6 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 20 | -186/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 295 | -295/+295 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 299 | -2691/+2691 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 11 | -47/+80 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 25 | -106/+160 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 16 | -185/+40 |
2009-05-13 | Fix headless (OSC) engine operation. | David Robillard | 1 | -1/+0 |
2009-05-13 | Remove unused junk on ClientInterface. | David Robillard | 2 | -13/+0 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 100 | -348/+431 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 136 | -1666/+1324 |
2009-05-12 | Remove deprecated new_node interface in favour of URI hackery. | David Robillard | 12 | -130/+14 |