Age | Commit message (Expand) | Author | Files | Lines |
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 | 3 | -24/+22 |
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 | 2 | -2/+4 |
2007-06-08 | Removed Raul Mutex and Condition (redundant with glib). | David Robillard | 1 | -3/+2 |
2007-06-07 | Don't install unit test binaries. | David Robillard | 1 | -1/+1 |
2007-06-06 | Nicer Flowcanvas naming. | David Robillard | 10 | -44/+44 |
2007-05-29 | Added SharedPtr include. | David Robillard | 1 | -0/+1 |
2007-05-08 | Removed Alsa MIDI driver. | David Robillard | 4 | -497/+0 |
2007-05-05 | Removed completely bit-rotten demolition client. | David Robillard | 7 | -580/+1 |
2007-05-04 | Fixed reference to old glade file (ingenuity.glade). | David Robillard | 1 | -3/+3 |
2007-05-04 | Fixed engine OSC listening (and GUI connecting). | David Robillard | 1 | -10/+14 |
2007-05-04 | Set Loader thread name (GUI) for decent console output. | David Robillard | 1 | -0/+2 |
2007-05-04 | Double Jack initialisation and other cmdline fixes. | David Robillard | 2 | -4/+8 |
2007-05-04 | Added more missing files. | David Robillard | 2 | -0/+585 |
2007-05-04 | Added missing files. | David Robillard | 2 | -0/+99 |
2007-05-04 | Work on internal engine + GUI (still some problems). | David Robillard | 7 | -42/+94 |
2007-05-04 | Patch loading from the command line with absolute paths, relative paths, or l... | David Robillard | 2 | -14/+18 |
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 | 199 | -1920/+1261 |
2007-05-03 | Fixed LV2-less build. | David Robillard | 1 | -0/+2 |
2007-05-02 | Added svn:ignore property to everything. | David Robillard | 133 | -701/+870 |
2007-05-01 | Moved loading out to it's own namespace. | David Robillard | 7 | -74/+62 |
2007-05-01 | Morph disconnect button into cancel while attempting a connection | David Robillard | 1 | -2/+5 |
2007-05-01 | GUI cleanups. | David Robillard | 4 | -59/+83 |
2007-05-01 | Fixed remote patch loading. | David Robillard | 1 | -2/+3 |
2007-05-01 | Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal... | David Robillard | 19 | -278/+306 |
2007-04-29 | Cleaner control panel layout, with value spinner/entry. | David Robillard | 6 | -4689/+3065 |
2007-04-29 | Replace URIs in load plugin dialog with user friendly strings. | David Robillard | 3 | -6/+36 |
2007-04-29 | Set maximum bundle size to ideal UDP value. | David Robillard | 1 | -2/+2 |
2007-04-29 | Fixed incomplete transfer of loaded plugins to client, bundle transfer. | David Robillard | 3 | -8/+25 |
2007-04-23 | Moved range controls from node controls window to popup dialog to declutter. | David Robillard | 7 | -138/+548 |
2007-04-21 | Loading plugins via class-based menu heirarchy in patch context menu. | David Robillard | 8 | -16/+153 |
2007-04-20 | Update for SLV2 API changes. | David Robillard | 2 | -12/+4 |
2007-04-19 | Renamed SLV2Model SLV2World. | David Robillard | 7 | -22/+22 |
2007-04-19 | Applied patch from larsl to fix DSSI MIDI. | David Robillard | 3 | -18/+49 |
2007-04-18 | Added cURL compiler flags. | David Robillard | 1 | -2/+2 |
2007-04-17 | Fix missed events timestamp bug (for real this time). | David Robillard | 1 | -2/+2 |
2007-04-17 | Added missing files. | David Robillard | 2 | -0/+384 |
2007-04-16 | Updated Jack version checked by configure. | David Robillard | 11 | -33/+380 |
2007-04-12 | Remote patch indexing, loading from online patch repository. | David Robillard | 3 | -34/+169 |
2007-04-12 | Updated Raptor dependency to 1.4.14 (for Turtle serialization). | David Robillard | 12 | -21/+343 |
2007-04-11 | Updated/cleaned up OSC namespace (/om/synth -> /ingen etc). | David Robillard | 11 | -418/+212 |
2007-04-11 | Minor code cleanups/cruft removal. | David Robillard | 6 | -44/+13 |