Age | Commit message (Expand) | Author | Files | Lines |
2010-01-05 | Merge JackMidiDriver and JackAudioDriver. | David Robillard | 6 | -39/+17 |
2010-01-03 | Remove patch clear command (fix ticket #375). | David Robillard | 2 | -248/+0 |
2009-12-31 | Various fixes related to port values and metadata (fix ticket #459 among othe... | David Robillard | 3 | -5/+9 |
2009-12-30 | Better error reporting for bad PUT. | David Robillard | 2 | -8/+23 |
2009-12-30 | Fix JACK name of top level ports (fix ticket #457). | David Robillard | 1 | -1/+1 |
2009-11-22 | Enqueue message thread requests by the port, not by the node. | David Robillard | 1 | -1/+1 |
2009-11-22 | Execute cross-context events in correct increasing time order. | David Robillard | 1 | -1/+3 |
2009-11-22 | Partial support for message/value ports and the message context. | David Robillard | 2 | -4/+16 |
2009-11-18 | Rename DataType to PortType (since that's what it really means). | David Robillard | 8 | -15/+15 |
2009-11-16 | Rework objects extension to have "value ports" and "message ports". | David Robillard | 6 | -14/+14 |
2009-11-15 | Better Parse plugin, working Print plugin. | David Robillard | 1 | -1/+1 |
2009-11-14 | Object extension. | David Robillard | 6 | -40/+36 |
2009-11-12 | String port support. | David Robillard | 4 | -27/+41 |
2009-10-31 | Revert (most of) r2205, which broke node creation (invisible ports). | David Robillard | 1 | -3/+3 |
2009-10-31 | Don't double-send creation events when they are a result of a PUT. | David Robillard | 3 | -3/+9 |
2009-10-21 | Fix crash when plugins fail to instantiate. | David Robillard | 2 | -5/+11 |
2009-10-19 | Fix set/PUT with multiple properties of the same predicate. | David Robillard | 4 | -14/+77 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Tidy. | David Robillard | 1 | -11/+11 |
2009-10-19 | Fix saving properties of root patch ports (fix ticket #389). | David Robillard | 1 | -1/+4 |
2009-07-05 | Use 'standard' bundle paths for #include directives. | David Robillard | 1 | -1/+1 |
2009-06-03 | Clean up and shave some overhead from port value broadcasting. | David Robillard | 1 | -23/+23 |
2009-06-03 | Move internals to their own namespace ala events. | David Robillard | 1 | -0/+3 |
2009-06-03 | Move internals to their own directory ala events. | David Robillard | 3 | -7/+7 |
2009-06-03 | Rename event classes to match new pretty file names. | David Robillard | 48 | -179/+208 |
2009-06-03 | Move events to their own namespace. | David Robillard | 48 | -4/+125 |
2009-06-03 | Consistent imperative style event names. | David Robillard | 6 | -3/+3 |
2009-06-03 | Chop "Event" from event source file names. | David Robillard | 48 | -30/+29 |
2009-06-03 | Remove unused DisablePortMonitoringEvent. | David Robillard | 2 | -135/+0 |
2009-05-30 | Fix crash when clearing patch that contains a patch (deactivate nodes on clea... | David Robillard | 2 | -4/+16 |
2009-05-28 | Fix loading connections inside subpatches to patch ports. | David Robillard | 2 | -17/+13 |
2009-05-28 | Rename RequestObjectEvent GetEvent. | David Robillard | 2 | -7/+7 |
2009-05-28 | Document GET. | David Robillard | 1 | -2/+8 |
2009-05-28 | Fix LADSPA names in plugin selection dialog. | David Robillard | 1 | -1/+1 |
2009-05-28 | Replace new_plugin with put. | David Robillard | 1 | -1/+1 |
2009-05-28 | Merge request_object and request_plugin. | David Robillard | 4 | -137/+26 |
2009-05-28 | Create objects via SetMetadataEvent. | David Robillard | 2 | -22/+74 |
2009-05-28 | Remove single property SetMetadataEvent constructor. | David Robillard | 2 | -33/+23 |
2009-05-28 | Make SetMetadataEvent do multiple properties at once. | David Robillard | 2 | -82/+127 |
2009-05-28 | Fix URIs. | David Robillard | 1 | -0/+2 |
2009-05-28 | Fix QNAMEs being serialised as URIs. | David Robillard | 1 | -1/+1 |
2009-05-27 | Remove 'property' vs 'variable' dichotomy in favour of 'meta objects' (to mat... | David Robillard | 7 | -54/+67 |
2009-05-27 | Documentation. | David Robillard | 2 | -6/+5 |
2009-05-27 | Add methods documentation page. | David Robillard | 3 | -9/+25 |
2009-05-27 | Rename 'destroy' 'delete' ('del' in code) (WebDAV DELETE). | David Robillard | 4 | -21/+34 |
2009-05-27 | Remove 'new_patch', 'new_node', and 'new_port' from interface in favour of ge... | David Robillard | 6 | -20/+67 |
2009-05-13 | Update copyright dates. | David Robillard | 52 | -52/+52 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 52 | -294/+294 |
2009-05-13 | Generic simple query system for both objects and plugins. | David Robillard | 4 | -46/+63 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 4 | -136/+39 |