Age | Commit message (Expand) | Author | Files | Lines |
2007-07-26 | Use PathTable for engine side objects. | David Robillard | 21 | -119/+200 |
2007-07-26 | Maybe fix undefined reference. | David Robillard | 1 | -0/+1 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 11 | -22/+66 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 28 | -179/+257 |
2007-07-25 | Build against local SLV2 too. | David Robillard | 4 | -459/+528 |
2007-07-25 | Distcheck fixes. | David Robillard | 10 | -43/+65 |
2007-07-25 | Set signal emission timeout frequencer to a saner value. | David Robillard | 1 | -4/+4 |
2007-07-25 | Fix running with ingen -eg. | David Robillard | 25 | -110/+252 |
2007-07-25 | Fix crash on Jack frame counter overrun. | David Robillard | 1 | -2/+0 |
2007-07-25 | Removed outdated comment. | David Robillard | 1 | -2/+1 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 4 | -5/+22 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 25 | -243/+121 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 279 | -1593/+1573 |
2007-07-24 | Fix building Ingen w/ Jack MIDI. | David Robillard | 1 | -7/+3 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 21 | -510/+151 |
2007-07-24 | Fix crash triggered by closing controls window (twice, sometimes). | David Robillard | 2 | -2/+11 |
2007-07-24 | Don't show empty plugin category menus. | David Robillard | 2 | -10/+20 |
2007-07-24 | Working OSC patching. | David Robillard | 4 | -8/+15 |
2007-07-24 | Match LV2 specification instantiate prototype. | David Robillard | 2 | -2/+2 |
2007-07-23 | Control <-> Audio connections. | David Robillard | 3 | -15/+27 |
2007-07-23 | Updated LV2 spec. | David Robillard | 2 | -2/+2 |
2007-07-23 | Fixed OSC printer bugs, instantiates correctly now. | David Robillard | 4 | -23/+54 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 16 | -477/+698 |
2007-07-21 | Some update to saw_lp or another... | David Robillard | 1 | -126/+132 |
2007-07-15 | Gracefully handle inability to load window icon (SVG). | David Robillard | 1 | -2/+7 |
2007-07-13 | Yet another potential fix. | David Robillard | 1 | -1/+0 |
2007-07-13 | Yet another potential fix. | David Robillard | 1 | -2/+1 |
2007-07-13 | Added yet another assertion in search of the heisenbug. | David Robillard | 1 | -2/+3 |
2007-07-13 | Possible fix for race condition crash. | David Robillard | 1 | -1/+4 |
2007-07-13 | Added harsher assertion in hopes of catching bug earlier. | David Robillard | 1 | -3/+1 |
2007-07-07 | Added missing file. | David Robillard | 1 | -0/+50 |
2007-07-05 | Completely irrelevant code tidying. | David Robillard | 1 | -12/+12 |
2007-07-04 | Don't look for ~/.omgtkrc | David Robillard | 1 | -1/+4 |
2007-07-04 | Fix serialization of Patch type. | David Robillard | 1 | -1/+1 |
2007-07-04 | Added metadata (ie integer, toggle) to builtin node control ports. | David Robillard | 12 | -66/+70 |
2007-07-04 | Converted saw_lp to Ingen format. | David Robillard | 1 | -0/+223 |
2007-07-04 | Remove MIDI event debug messages (from MIDI control node). | David Robillard | 3 | -15/+46 |
2007-07-04 | Fix MIDI control and trigger nodes. | David Robillard | 4 | -4/+17 |
2007-07-04 | Allow setting control values out of range. | David Robillard | 4 | -475/+509 |
2007-07-04 | Fix crash on Ingen patch save (mismatched RDF type enums). | David Robillard | 2 | -4/+7 |
2007-07-03 | Fix running from source tree when Ingen is not installed at all (with set_dev... | David Robillard | 3 | -4/+9 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 10 | -41/+86 |
2007-06-24 | Fix running GUI with internal engine and direct interface (i.e. no OSC) with ... | David Robillard | 7 | -47/+27 |
2007-06-24 | Fixed unnnecessary name mangling of deprecated patches. | David Robillard | 4 | -13/+28 |
2007-06-23 | Possible fix for serialisation in locales with , as decimal point. | David Robillard | 3 | -9/+11 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 4 | -26/+24 |
2007-06-08 | Remove PluginLibrary, use Glib::Module instead. | David Robillard | 6 | -159/+43 |
2007-06-08 | Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh). | David Robillard | 5 | -45/+4 |
2007-06-08 | Link against, and initialize, glib threads. | David Robillard | 3 | -2/+7 |
2007-06-08 | Removed Raul Mutex and Condition (redundant with glib). | David Robillard | 1 | -3/+2 |