Age | Commit message (Expand) | Author | Files | Lines |
2007-09-12 | Fix manually specifying polyphony in load patch dialog. | David Robillard | 5 | -19/+13 |
2007-09-08 | Serialisation of patch enabled status. | David Robillard | 1 | -4/+4 |
2007-08-09 | Realtime safe parallel graph execution, e.g. run with ingen -e -p 3 for 3 con... | David Robillard | 1 | -2/+2 |
2007-08-08 | Added individial building stuff for flowcanvas, raul, patchage. | David Robillard | 1 | -2/+3 |
2007-08-02 | Actually move canvas items on move_to (fix ticket 74). | David Robillard | 2 | -10/+10 |
2007-08-01 | Clean up engine/client interfaces. | David Robillard | 3 | -13/+10 |
2007-08-01 | More SWIGification. Engine->Client calls/messages implemented... and segfaul... | David Robillard | 1 | -3/+4 |
2007-07-31 | Functional engine Python bindings (e.g. ingen -e -r patchomatic.py). | David Robillard | 1 | -1/+2 |
2007-07-31 | SWIG building fixes. | David Robillard | 8 | -20/+36 |
2007-07-30 | Shutdown cleanly (fix ticket 53). | David Robillard | 1 | -0/+2 |
2007-07-29 | Build system fixes, building from top level doesn't recursively configure slv... | David Robillard | 9 | -11/+9 |
2007-07-28 | Remove (now) generated LV2 stuff Makefiles from repo. | David Robillard | 4 | -26/+32 |
2007-07-27 | Prevent teeny controllers from showing up in inappropriate ports (e.g. in pat... | David Robillard | 1 | -1/+4 |
2007-07-27 | Track control values for port 'sliders' (module sliders move in sync with nod... | David Robillard | 4 | -71/+35 |
2007-07-27 | Control port slider functionality (when not in edit more, or holding down con... | David Robillard | 2 | -0/+24 |
2007-07-27 | Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on... | David Robillard | 11 | -11/+11 |
2007-07-26 | Fix recursive patch serialization (fix ticket 63). | David Robillard | 3 | -13/+8 |
2007-07-26 | Make canvas grab events. | David Robillard | 4 | -4/+79 |
2007-07-26 | Fix various Table bugs (and put some way too slow code in there, but hey, it ... | David Robillard | 4 | -1/+14 |
2007-07-26 | Add const find interface to Raul::Table, fix bugs. | David Robillard | 9 | -30/+48 |
2007-07-25 | Build against local SLV2 too. | David Robillard | 3 | -457/+526 |
2007-07-25 | Distcheck fixes. | David Robillard | 6 | -42/+53 |
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 | 10 | -48/+52 |
2007-07-24 | Work around broken LADSPA plugins with screwy range/default (fix ticket 59). | David Robillard | 1 | -4/+5 |
2007-07-24 | Scrapped ClientKey in favour of a URI string (towards a simpler closer-to-str... | David Robillard | 1 | -2/+1 |
2007-07-24 | Consistently rename all C++ files .cpp/.hpp. | David Robillard | 72 | -366/+367 |
2007-07-24 | Removed recursive autohell, except for SLv2. | David Robillard | 3 | -9/+12 |
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-23 | Updated LV2 spec. | David Robillard | 1 | -1/+1 |
2007-07-23 | Removed glib dependency from LV2 OSC code. | David Robillard | 5 | -467/+502 |
2007-07-15 | Gracefully handle inability to load window icon (SVG). | David Robillard | 1 | -2/+7 |
2007-07-04 | Don't look for ~/.omgtkrc | David Robillard | 1 | -1/+4 |
2007-07-04 | Added metadata (ie integer, toggle) to builtin node control ports. | David Robillard | 2 | -6/+29 |
2007-07-04 | Remove MIDI event debug messages (from MIDI control node). | David Robillard | 2 | -8/+46 |
2007-07-04 | Allow setting control values out of range. | David Robillard | 3 | -475/+504 |
2007-07-03 | Fix running from source tree when Ingen is not installed at all (with set_dev... | David Robillard | 2 | -3/+8 |
2007-07-03 | Fix crash on MIDI controller receiving. | David Robillard | 1 | -0/+8 |
2007-06-24 | Fix running GUI with internal engine and direct interface (i.e. no OSC) with ... | David Robillard | 1 | -3/+0 |
2007-06-15 | Just use automake instead of automake-1.9, etc. | David Robillard | 1 | -0/+6 |
2007-06-08 | Removed Raul Mutex and Condition (redundant with glib). | David Robillard | 1 | -3/+2 |
2007-06-06 | Nicer Flowcanvas naming. | David Robillard | 10 | -44/+44 |
2007-05-04 | Fixed reference to old glade file (ingenuity.glade). | David Robillard | 1 | -3/+3 |
2007-05-04 | Set Loader thread name (GUI) for decent console output. | David Robillard | 1 | -0/+2 |
2007-05-04 | Added missing files. | David Robillard | 2 | -0/+99 |
2007-05-04 | Work on internal engine + GUI (still some problems). | David Robillard | 4 | -38/+72 |
2007-05-04 | Fix boost::bad_weak_ptr crash when clicking a patch port module. | David Robillard | 1 | -2/+1 |
2007-05-04 | Made engine, serialisation, client library, and GUI all dynamically loaded mo... | David Robillard | 76 | -0/+13468 |