Age | Commit message (Expand) | Author | Files | Lines |
2008-12-21 | Remove destroyed patches from patch tree window (fix ticket #311). | David Robillard | 1 | -1/+7 |
2008-12-21 | Fix mixdown of several connections with varying sizes (i.e. control and audio... | David Robillard | 2 | -8/+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 | 32 | -32/+32 |
2008-12-21 | Fix crash on exit when Jack ports be hangin' 'round (fix ticket #307). | David Robillard | 1 | -0/+2 |
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 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 | 15 | -73/+107 |
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-17 | Don't link directly against libingen_client (fix ticket #302). | David Robillard | 1 | -1/+1 |
2008-12-17 | Update Ingen icon to new design from thorwil. | David Robillard | 12 | -946/+2901 |
2008-12-16 | Trim include dependency tree. | David Robillard | 132 | -317/+340 |
2008-12-15 | Fix (most) include dependencies and resulting broken build problems. | David Robillard | 7 | -2/+12 |
2008-12-12 | Fix assertion death on ingen -egl | David Robillard | 1 | -2/+3 |
2008-12-04 | Fix compilation with HTTP enabled. | David Robillard | 1 | -2/+2 |
2008-12-03 | Don't allow renaming to the same name (fix ticket #282). | David Robillard | 1 | -2/+4 |
2008-12-02 | Make all this *&#@%* crap work: | David Robillard | 2 | -10/+59 |
2008-12-02 | Fix loading child patches. | David Robillard | 1 | -17/+5 |
2008-12-02 | Fix loading nested patches. | David Robillard | 2 | -19/+20 |
2008-12-02 | Rewrite pretty much everything to do with paths in Serialiser to actually mak... | David Robillard | 17 | -259/+309 |
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 | 5 | -31/+127 |
2008-11-29 | Always/explicitly focus text entry in rename window on present. | David Robillard | 2 | -1/+10 |
2008-11-29 | Fix path name offsetting when pasting to start at 2, not 0. | David Robillard | 1 | -0/+3 |
2008-11-29 | Fix local includes to use quotes (to always build against local version). | David Robillard | 2 | -3/+3 |
2008-11-29 | Upgrade to waf 1.5.0. | David Robillard | 10 | -80/+71 |
2008-11-29 | Prefixes with underscores look weird. | David Robillard | 3 | -3/+3 |
2008-11-29 | Only write index for Patches (i.e. don't even save the index of plugin ports,... | David Robillard | 1 | -2/+3 |
2008-11-29 | Set properties (not variables) on internal nodes so serialisations match LV2 ... | David Robillard | 3 | -11/+15 |
2008-11-29 | Clean up and organize internals. | David Robillard | 15 | -71/+71 |
2008-11-28 | Sane ontology for internaals. | David Robillard | 10 | -34/+37 |
2008-11-28 | Add Ingen ontology and internal node definitions. | David Robillard | 2 | -0/+253 |
2008-11-28 | Store module locations on drop (fix ticket #281). | David Robillard | 3 | -11/+9 |
2008-11-28 | Cleanup. | David Robillard | 1 | -16/+12 |
2008-11-28 | Shutup. | David Robillard | 1 | -2/+2 |
2008-11-28 | MIDI learn for note trigger node. | David Robillard | 5 | -5/+19 |
2008-11-28 | Fix pasting connections. | David Robillard | 1 | -6/+5 |
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 | Fix Om patch loading when plugins have names clashing with internal names. | David Robillard | 1 | -9/+7 |
2008-11-27 | Remove ancient OmInProcess.cpp that hasn't worked for ages. | David Robillard | 1 | -66/+0 |
2008-11-27 | Remove old learn response event junk. | David Robillard | 4 | -58/+7 |
2008-11-27 | MIDI learn for control node. | David Robillard | 10 | -35/+83 |
2008-11-27 | Fix warnings for non-debug builds. | David Robillard | 2 | -9/+20 |
2008-11-27 | Shutup. | David Robillard | 1 | -3/+1 |
2008-11-27 | Add/install/use Ingen icons. | David Robillard | 14 | -1/+1010 |
2008-11-27 | Clean up info files. | David Robillard | 4 | -72/+14 |