Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-05-12 | Fix internal node names. | David Robillard | 5 | -9/+5 |
2009-05-12 | Detach/Reattach from/to Jack from UI (ticket #180). | David Robillard | 20 | -185/+214 |
2009-05-11 | Don't cause slv2 to load plugin data until a plugin is loaded or menu request... | David Robillard | 11 | -36/+24 |
2009-05-11 | Fix subpatch MIDI IO. | David Robillard | 7 | -30/+36 |
2009-05-11 | * New ontology. | David Robillard | 19 | -531/+114 |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 1 | -4/+4 |
2009-05-03 | Keep correct timers even when event write fails. | David Robillard | 2 | -11/+9 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 16 | -230/+340 |
2009-02-20 | Fix crash when connecting ports with mismatched poly where the destination po... | David Robillard | 2 | -7/+7 |
2009-02-12 | Fix mandatory check for boost headers. | David Robillard | 1 | -1/+2 |
2009-01-15 | Add -Woverloaded-virtual to --strict flags and fix associated problems (notab... | David Robillard | 4 | -5/+5 |
2008-12-22 | Fix crash when deleting ports that send lots of broadcast events (e.g. a cont... | David Robillard | 1 | -17/+16 |
2008-12-22 | Fix ingen -l (fix ticket #314). | David Robillard | 1 | -2/+1 |
2008-12-22 | Fix loading nodes (etc) via OSC. | David Robillard | 1 | -0/+2 |
2008-12-22 | Don't build ingen LV2 wrapper (not working yet). | David Robillard | 1 | -13/+13 |
2008-12-22 | Don't attempt to directly connect buffers with mismatches sizes on disconnect... | David Robillard | 1 | -1/+1 |
2008-12-21 | Fix mixdown of several connections with varying sizes (i.e. control and audio... | David Robillard | 2 | -8/+7 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 12 | -12/+12 |
2008-12-21 | Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307). | David Robillard | 1 | -0/+2 |
2008-12-20 | Fix clear patch when patch contains driver ports (fix ticket #288). | David Robillard | 2 | -14/+36 |
2008-12-20 | Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f... | David Robillard | 14 | -72/+106 |
2008-12-20 | Fix race condition on clear patch. | David Robillard | 4 | -7/+7 |
2008-12-20 | Update lv2_contexts.h: | David Robillard | 2 | -3/+3 |
2008-12-16 | Trim include dependency tree. | David Robillard | 69 | -167/+127 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -0/+5 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 2 | -5/+16 |