Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 23 | -12/+69 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 46 | -377/+244 |
2009-05-12 | Remove deprecated new_node interface in favour of URI hackery. | David Robillard | 2 | -30/+9 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 3 | -30/+23 |
2009-05-12 | Fix lv2.h include problem. | David Robillard | 1 | -0/+3 |
2009-05-12 | Detach/Reattach from/to Jack from UI (ticket #180). | David Robillard | 4 | -60/+10 |
2009-05-11 | Don't cause slv2 to load plugin data until a plugin is loaded or menu request... | David Robillard | 1 | -1/+1 |
2009-05-11 | * New ontology. | David Robillard | 8 | -436/+94 |
2008-12-20 | Fix clear patch when patch contains driver ports (fix ticket #288). | David Robillard | 2 | -14/+36 |