Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | Move internals to their own namespace ala events. | David Robillard | 11 | -0/+25 |
2009-06-03 | Move internals to their own directory ala events. | David Robillard | 15 | -30/+30 |
2009-06-03 | Rename event classes to match new pretty file names. | David Robillard | 51 | -204/+233 |
2009-06-03 | Move events to their own namespace. | David Robillard | 51 | -29/+150 |
2009-06-03 | Consistent imperative style event names. | David Robillard | 8 | -8/+8 |
2009-06-03 | Chop "Event" from event source file names. | David Robillard | 54 | -82/+81 |
2009-06-03 | Remove events dir from include path. | David Robillard | 1 | -5/+5 |
2009-06-03 | Remove unused DisablePortMonitoringEvent. | David Robillard | 2 | -135/+0 |
2009-06-02 | Fix horribly broken LV2 event implementation (ticket #378 among other problems). | David Robillard | 5 | -15/+33 |
2009-06-02 | Remove redundant EventBuffer::_iter. | David Robillard | 4 | -18/+7 |
2009-05-30 | Fix crash when clearing patch that contains a patch (deactivate nodes on clea... | David Robillard | 2 | -4/+16 |
2009-05-29 | DELETE via HTTP. | David Robillard | 1 | -56/+41 |
2009-05-29 | Make connection parsing consistent with other parse methods. | David Robillard | 1 | -2/+2 |
2009-05-29 | Node creation via HTTP. | David Robillard | 3 | -21/+32 |
2009-05-28 | Fix loading connections inside subpatches to patch ports. | David Robillard | 4 | -23/+18 |
2009-05-28 | Rename 'request_object' 'get'. | David Robillard | 4 | -19/+19 |
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 | 3 | -3/+7 |
2009-05-28 | Remove vestigial request_variable interface. | David Robillard | 4 | -24/+17 |
2009-05-28 | Replace new_plugin with put. | David Robillard | 12 | -62/+40 |
2009-05-28 | Merge request_object and request_plugin. | David Robillard | 10 | -174/+32 |
2009-05-28 | Remove unused OSC callbacks. | David Robillard | 2 | -7/+0 |
2009-05-28 | Implement PUT over OSC. | David Robillard | 2 | -4/+17 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 4 | -48/+84 |
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 | 5 | -84/+140 |
2009-05-28 | Fix URIs. | David Robillard | 3 | -9/+4 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 3 | -8/+6 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 19 | -230/+144 |
2009-05-27 | Documentation. | David Robillard | 1 | -3/+22 |
2009-05-27 | Documentation. | David Robillard | 3 | -6/+33 |
2009-05-27 | Add methods documentation page. | David Robillard | 8 | -151/+224 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 16 | -80/+91 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 20 | -280/+177 |
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 | 2 | -5/+1 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 8 | -83/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 155 | -155/+155 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 155 | -1248/+1248 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 2 | -4/+4 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 14 | -65/+95 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 10 | -164/+39 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 81 | -230/+311 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 65 | -658/+526 |
2009-05-12 | Remove deprecated new_node interface in favour of URI hackery. | David Robillard | 6 | -77/+10 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 12 | -60/+53 |
2009-05-12 | Fix lv2.h include problem. | David Robillard | 4 | -7/+9 |