summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Remove EngineInterface::quit().David Robillard25-96/+59
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard11-84/+23
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard9-24/+50
2011-04-19Make event queue size a runtime parameter (--queue-size, -q).David Robillard14-68/+35
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard14-87/+28
2011-04-19Initialise client module when necessary (partially fix OSC/HTTP).David Robillard1-0/+2
2011-04-19Fix attempted loading of "ingen_serialisation" (instead of "serialisation").David Robillard2-2/+2
2011-04-19Fix double/triple engine activation when run with GUI.David Robillard2-3/+0
2011-04-19Remove unnecessary EventSource::activate_source (just activate immediately).David Robillard8-58/+18
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard19-144/+16
2011-04-19Fix building with HTTP support (fixes #674).David Robillard3-6/+8
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard199-732/+966
2011-04-18Remove wscript references to no longer existent ingen_module library.David Robillard4-8/+3
2011-04-18Saner module loading API.David Robillard9-35/+38
2011-04-17Remove unused Driver::is_activated.David Robillard4-49/+31
2011-04-16Add EngineBase, a pure virtual public interface for the engine.David Robillard9-24/+96
2011-04-16Sort fields by name.David Robillard2-19/+17
2011-04-16Update copyright headersDavid Robillard283-284/+284
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard242-1306/+14
2011-04-16Hide process slave stuff from Engine.hpp.David Robillard12-105/+132
2011-04-16Simpler and documented Engine main loop interface.David Robillard5-49/+48
2011-04-15Remove unnecessary forward declarations.David Robillard1-4/+0
2011-04-15Remove conditional compilation stuff from public API header.David Robillard1-4/+0
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard41-66/+45
2011-04-15Remove pointless module interface to ingen_module (World).David Robillard9-105/+21
2011-04-13Remove unnecessary includes.David Robillard1-10/+8
2011-04-13Consistent local or installed includes for interface headers.David Robillard120-190/+198
2011-04-13Tidy up headers towards being API appropriate.David Robillard5-26/+50
2011-04-05Remove invalid copy pasted comment (fix ticket #672).David Robillard1-8/+0
2011-04-01Only check for FlowCanvas if building GUI.David Robillard1-2/+2
2011-04-01Remove unnecessary dlfcn.h includes.David Robillard3-8/+12
2011-04-01Add --no-gui option for not building GUI even if Gtkmm and friends are present.David Robillard1-7/+15
2011-03-28Update waf (use standard LV2_PATH on Windows)David Robillard1-0/+0
2011-03-27Update waf (working windows version)David Robillard1-0/+0
2011-03-27Update wafDavid Robillard1-0/+0
2011-03-27Update waf to use gnu_dirs tool and use dir vars more sanely.David Robillard2-6/+2
2011-03-23Bump SLV2 dependency version.David Robillard1-1/+1
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard12-8/+157
2011-03-17Tidy.David Robillard1-63/+65
2011-03-16Font-based sizing (implement ticket #374).David Robillard4-11/+87
2011-03-16Fix LV2 plugin UIs (broken in r3093).David Robillard1-2/+3
2011-03-16Update for new waf/autowaf.David Robillard4-9/+8
2011-03-15Add INSTALL and waf files.David Robillard2-0/+35
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard10-31/+31
2011-03-15Fix crash when double clicking nodes without custom UIs.David Robillard1-5/+9
2011-03-15Activate Jack after loading GUI.David Robillard2-3/+4
2011-03-15Fix errors caught by GCC 4.5.2.David Robillard1-2/+2
2011-03-11Shhh.David Robillard1-1/+1
2011-03-11Hide replaced plugins from context menu and load plugin window.David Robillard2-0/+10
2011-03-10Use LV2_EVENT_URI.David Robillard2-6/+15