summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-07-04Allow setting control values out of range.David Robillard4-475/+509
2007-07-04Fix crash on Ingen patch save (mismatched RDF type enums).David Robillard2-4/+7
2007-07-03Fix running from source tree when Ingen is not installed at all (with set_dev...David Robillard3-4/+9
2007-07-03Fix crash on MIDI controller receiving.David Robillard10-41/+86
2007-06-24Fix running GUI with internal engine and direct interface (i.e. no OSC) with ...David Robillard7-47/+27
2007-06-24Fixed unnnecessary name mangling of deprecated patches.David Robillard4-13/+28
2007-06-23Possible fix for serialisation in locales with , as decimal point.David Robillard3-9/+11
2007-06-15Just use automake instead of automake-1.9, etc.David Robillard4-26/+24
2007-06-08Remove PluginLibrary, use Glib::Module instead.David Robillard6-159/+43
2007-06-08Remove ingen_dev script (obsoleted by src/setup_dev_environment.sh).David Robillard5-45/+4
2007-06-08Link against, and initialize, glib threads.David Robillard3-2/+7
2007-06-08Removed Raul Mutex and Condition (redundant with glib).David Robillard1-3/+2
2007-06-07Don't install unit test binaries.David Robillard1-1/+1
2007-06-06Nicer Flowcanvas naming.David Robillard10-44/+44
2007-05-29Added SharedPtr include.David Robillard1-0/+1
2007-05-08Removed Alsa MIDI driver.David Robillard5-540/+24
2007-05-06Jack MIDI with-nframes build fix.David Robillard1-1/+1
2007-05-05Removed completely bit-rotten demolition client.David Robillard8-581/+1
2007-05-04Fixed reference to old glade file (ingenuity.glade).David Robillard1-3/+3
2007-05-04Fixed engine OSC listening (and GUI connecting).David Robillard1-10/+14
2007-05-04Set Loader thread name (GUI) for decent console output.David Robillard1-0/+2
2007-05-04Double Jack initialisation and other cmdline fixes.David Robillard2-4/+8
2007-05-04Added more missing files.David Robillard2-0/+585
2007-05-04Added missing files.David Robillard2-0/+99
2007-05-04Work on internal engine + GUI (still some problems).David Robillard7-42/+94
2007-05-04Patch loading from the command line with absolute paths, relative paths, or l...David Robillard2-14/+18
2007-05-04Fix boost::bad_weak_ptr crash when clicking a patch port module.David Robillard1-2/+1
2007-05-04Made engine, serialisation, client library, and GUI all dynamically loaded mo...David Robillard200-1932/+1269
2007-05-03Fixed LV2-less build.David Robillard1-0/+2
2007-05-02Added svn:ignore property to everything.David Robillard135-715/+1016
2007-05-01Moved loading out to it's own namespace.David Robillard7-74/+62
2007-05-01Morph disconnect button into cancel while attempting a connectionDavid Robillard1-2/+5
2007-05-01GUI cleanups.David Robillard4-59/+83
2007-05-01Fixed remote patch loading.David Robillard1-2/+3
2007-05-01Converted Raul (and thus Ingen and Machina) to use Redland over Raptor/Rasqal...David Robillard19-278/+306
2007-04-29Cleaner control panel layout, with value spinner/entry.David Robillard6-4689/+3065
2007-04-29Replace URIs in load plugin dialog with user friendly strings.David Robillard3-6/+36
2007-04-29Set maximum bundle size to ideal UDP value.David Robillard1-2/+2
2007-04-29Fixed incomplete transfer of loaded plugins to client, bundle transfer.David Robillard3-8/+25
2007-04-23Moved range controls from node controls window to popup dialog to declutter.David Robillard7-138/+548
2007-04-21Loading plugins via class-based menu heirarchy in patch context menu.David Robillard8-16/+153
2007-04-20Check for libCURL correctly.David Robillard1-1/+1
2007-04-20Update for SLV2 API changes.David Robillard2-12/+4
2007-04-19Renamed SLV2Model SLV2World.David Robillard7-22/+22
2007-04-19Applied patch from larsl to fix DSSI MIDI.David Robillard3-18/+49
2007-04-18Added cURL compiler flags.David Robillard1-2/+2
2007-04-17Fix missed events timestamp bug (for real this time).David Robillard1-2/+2
2007-04-17Added missing files.David Robillard2-0/+384
2007-04-16Updated Jack version checked by configure.David Robillard12-34/+382
2007-04-12Remote patch indexing, loading from online patch repository.David Robillard3-34/+169