Age | Commit message (Expand) | Author | Files | Lines |
2009-05-13 | Fix crash on patch load. | David Robillard | 1 | -2/+2 |
2009-05-13 | Remove old/unused DSSI program API. | David Robillard | 1 | -3/+0 |
2009-05-13 | Update copyright dates. | David Robillard | 68 | -68/+68 |
2009-05-13 | Strip trailing whitespace. | David Robillard | 69 | -658/+658 |
2009-05-13 | Use new query system to get LADSPA plugin names from the engine. | David Robillard | 2 | -31/+60 |
2009-05-13 | Remove special request_port_value, just use request_variable with predicate i... | David Robillard | 1 | -1/+1 |
2009-05-13 | Remove 'using' declarations from headers. | David Robillard | 7 | -9/+20 |
2009-05-13 | The great ID refactoring of 2009. | David Robillard | 35 | -150/+190 |
2009-05-12 | Bring EngineInterface and ClientInterface closer together. | David Robillard | 1 | -1/+1 |
2009-05-12 | Fix internal node names. | David Robillard | 1 | -29/+67 |
2009-05-12 | Detach/Reattach from/to Jack from UI (ticket #180). | David Robillard | 3 | -405/+467 |
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 | * New ontology. | David Robillard | 30 | -169/+260 |
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 | 1 | -1/+1 |
2009-05-03 | Update waf configuration header for new waf scheme (in 1.5.6). | David Robillard | 9 | -9/+9 |
2009-03-21 | Fix Gtk warnings about non-zero adjustment page size. | David Robillard | 1 | -9/+9 |
2009-02-14 | LV2 preset support (except you have to press entire on the menu items, clicki... | David Robillard | 2 | -3/+58 |
2009-02-12 | Merge various collections into single files, reduce rampant code duplication. | David Robillard | 1 | -6/+6 |
2008-12-21 | Remove destroyed patches from patch tree window (fix ticket #311). | David Robillard | 1 | -1/+7 |
2008-12-21 | Don't allow setting port range to values that don't include the current port ... | David Robillard | 1 | -4/+16 |
2008-12-21 | Change configuration header name to something less likely to conflict. | David Robillard | 8 | -8/+8 |
2008-12-21 | Fix control range stuff (fix ticket #298). | David Robillard | 3 | -16/+24 |
2008-12-20 | Fix window closing stuff (fix ticket #296). | David Robillard | 5 | -20/+45 |
2008-12-20 | Remove traces of old icon crap. | David Robillard | 5 | -123/+1 |
2008-12-20 | Use icon by name rather than directly look up path. | David Robillard | 1 | -7/+3 |
2008-12-20 | Fix deregistration of Jack ports, associated memory leaks. Hopefully a fix f... | David Robillard | 1 | -1/+1 |
2008-12-17 | Don't link directly against libingen_client (fix ticket #302). | David Robillard | 1 | -1/+1 |
2008-12-16 | Trim include dependency tree. | David Robillard | 34 | -91/+117 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 1 | -1/+2 |
2008-12-03 | Don't allow renaming to the same name (fix ticket #282). | David Robillard | 1 | -2/+4 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 7 | -45/+67 |
2008-12-02 | Fix potential segfault when right-clicking patch nodes. | David Robillard | 1 | -2/+2 |
2008-11-30 | Some support for bundle saving. | David Robillard | 3 | -29/+43 |
2008-11-29 | Always/explicitly focus text entry in rename window on present. | David Robillard | 2 | -1/+10 |
2008-11-29 | Fix local includes to use quotes (to always build against local version). | David Robillard | 1 | -1/+1 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 1 | -6/+5 |
2008-11-28 | Sane ontology for internaals. | David Robillard | 1 | -2/+2 |
2008-11-28 | MIDI learn for note trigger node. | David Robillard | 1 | -1/+2 |
2008-11-28 | Add File->Draw to render patch to graphviz (which can then be used to draw to... | David Robillard | 3 | -0/+64 |
2008-11-27 | MIDI learn for control node. | David Robillard | 3 | -0/+26 |
2008-11-27 | Add/install/use Ingen icons. | David Robillard | 1 | -0/+5 |
2008-11-27 | Get rid of unnecessary viewport in breadcrumb toolbar (not that it fixed the ... | David Robillard | 3 | -505/+495 |
2008-11-27 | Fix menu mnemonics. | David Robillard | 2 | -516/+492 |
2008-11-27 | ... | David Robillard | 1 | -2/+0 |
2008-11-27 | Replace "modes" with boolean "edit controls" in tooltips etc. | David Robillard | 5 | -65/+65 |
2008-11-27 | Make use of status bar. | David Robillard | 4 | -20/+56 |
2008-11-27 | Fix orphan etc. errors for 'ingen -egl' (fix ticket #201). | David Robillard | 6 | -12/+39 |
2008-11-24 | Fix crash on mouse over of subpatches. | David Robillard | 1 | -1/+2 |