Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-23 | Remove unused 'stamped' event queue cruft. | David Robillard | 1 | -2/+1 |
2008-11-22 | Vertical or Horizontal (i.e. hide port labels or show port labels) canvas ord... | David Robillard | 5 | -13/+12 |
2008-11-22 | Add status bar to display information about objects on mouse hover. | David Robillard | 8 | -31/+128 |
2008-11-22 | Add option to hide port labels. | David Robillard | 8 | -499/+534 |
2008-11-22 | Finer grained locking on RDF world lock when parsing: prevents deadlock on lo... | David Robillard | 1 | -3/+9 |
2008-11-22 | Tolerate plugins with nonsense ranges (fix ticket #268). | David Robillard | 1 | -0/+2 |
2008-11-22 | Hide polyphonic menu entry for event ports (fix ticket #270). | David Robillard | 1 | -0/+3 |
2008-11-22 | Fix subpatch loading (fix ticket #271). | David Robillard | 1 | -2/+0 |
2008-11-17 | Update year. | David Robillard | 1 | -1/+1 |
2008-11-17 | Tidy up console output. | David Robillard | 2 | -2/+1 |
2008-11-17 | Fix initial active state of created subpatches. | David Robillard | 2 | -3/+7 |
2008-11-16 | Remember patch save file location in client (fix ticket #239). | David Robillard | 1 | -13/+7 |
2008-11-16 | Accelerators for all context menu entries (ticket #264). | David Robillard | 1 | -492/+492 |
2008-11-16 | Fix clashing menu accelerators (fix ticket #263). | David Robillard | 1 | -2/+6 |
2008-11-16 | Set new patch window non-resizeable so it's sized sanely in tiling WMs. | David Robillard | 1 | -486/+487 |
2008-11-16 | Shutup. | David Robillard | 1 | -3/+1 |
2008-11-16 | Hide subpatch module ports on destruction (fix ticket #254). | David Robillard | 7 | -49/+58 |
2008-11-16 | TCP notification stream support (not fully implemented yet, but transport stu... | David Robillard | 1 | -1/+1 |
2008-11-10 | Turn off OSC debug dumping in engine. | David Robillard | 1 | -1/+1 |
2008-11-09 | Add concept of 'Resource' and make plugins a resource (as well as graph objec... | David Robillard | 3 | -6/+10 |
2008-11-09 | Move patch to /patch via HTTP to give a place for RESTful access to other thi... | David Robillard | 1 | -1/+1 |
2008-10-20 | Make Ingen and Patchage relocatable binaries when built as a bundle. | David Robillard | 4 | -17/+13 |
2008-10-20 | Actually use installation location variables for everything. | David Robillard | 1 | -3/+3 |
2008-10-19 | Make ingen actually run again :) | David Robillard | 3 | -7/+8 |