Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 29 | -112/+125 |
2009-05-12 | Fix tabs. | David Robillard | 1 | -1/+1 |
2009-05-12 | Fix lv2.h include problem. | David Robillard | 4 | -7/+9 |
2009-05-12 | Fix internal node names. | David Robillard | 7 | -38/+74 |
2009-05-12 | Detach/Reattach from/to Jack from UI (ticket #180). | David Robillard | 23 | -590/+681 |
2009-05-11 | Fix OSC/graphviz compilation stuff. | David Robillard | 1 | -3/+3 |
2009-05-11 | Remove unused flag. | David Robillard | 2 | -4/+0 |
2009-05-11 | O(nlogn) plugin menu generation (previously O(n^2)) where n = number of plugi... | David Robillard | 2 | -32/+42 |
2009-05-11 | Don't cause slv2 to load plugin data until a plugin is loaded or menu request... | David Robillard | 17 | -49/+34 |
2009-05-11 | Fix subpatch MIDI IO. | David Robillard | 7 | -30/+36 |
2009-05-11 | * New ontology. | David Robillard | 62 | -1243/+878 |
2009-05-10 | Show current value for all ports (not just plugin node ports) in status bar o... | David Robillard | 2 | -11/+12 |
2009-05-04 | Strip trailing whitespace from waf scripts. | David Robillard | 4 | -7/+7 |
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 | 42 | -261/+369 |
2009-04-17 | Upgrade to waf 1.5.4. | David Robillard | 1 | -1/+1 |
2009-03-21 | Fix Gtk warnings about non-zero adjustment page size. | David Robillard | 1 | -9/+9 |
2009-02-25 | Check USE_BLANK_NODES consistently, shut waf up. | David Robillard | 1 | -1/+1 |
2009-02-20 | Fix crash when connecting ports with mismatched poly where the destination po... | David Robillard | 2 | -7/+7 |
2009-02-14 | LV2 preset support (except you have to press entire on the menu items, clicki... | David Robillard | 3 | -5/+60 |
2009-02-12 | Fix mandatory check for boost headers. | David Robillard | 1 | -1/+2 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -6/+6 |
2009-01-15 | Add -Woverloaded-virtual to --strict flags and fix associated problems (notab... | David Robillard | 6 | -9/+8 |
2009-01-05 | Include <sstream> where missing. | David Robillard | 2 | -0/+2 |
2009-01-04 | Load queued interface from the appropriate module. | David Robillard | 1 | -1/+1 |
2008-12-28 | Check for successful load of GUI and scripting modules. | David Robillard | 1 | -19/+24 |
2008-12-22 | Fix crash when deleting ports that send lots of broadcast events (e.g. a cont... | David Robillard | 1 | -17/+16 |