summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-06Fix compilation against latest LV2 svn.David Robillard3-1/+6
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard18-151/+141
2011-11-02Remove unused dc prefix.David Robillard1-4/+2
2011-11-01Use rdfs:label for preset labels (fix ticket #668).David Robillard1-2/+2
2011-10-22Fix compilation on Mac OS XDavid Robillard4-14/+18
2011-10-22Fix serialisation.David Robillard3-41/+29
2011-10-22Simplify Parser.David Robillard4-117/+63
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard4-9/+24
2011-10-22Fix menus.David Robillard2-6/+11
2011-10-22Remove EventType.David Robillard6-91/+3
2011-10-22Remove remote patch stuff (doesn't work anyway).David Robillard10-1051/+0
2011-10-22De-singleton-ify GUI.David Robillard50-424/+535
2011-10-22Make suil check mandatory to match reality (fix #774).David Robillard1-1/+1
2011-10-22Add missing filesDavid Robillard6-0/+231
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
2011-10-22Install shared headers.David Robillard1-1/+1
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard23-139/+74
2011-10-21Tidy.David Robillard4-27/+21
2011-10-21Move engine side OSC and HTTP stuff to separate modules.David Robillard12-55/+30
2011-10-21Move uri() to CommonInterface.David Robillard6-12/+6
2011-10-21Merge Request into Event.David Robillard35-435/+395
2011-10-21Tidy headers.David Robillard3-13/+5
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard11-70/+57
2011-10-21Remove unnecessary calls to EventSource::whip().David Robillard7-21/+5
2011-10-21Make OSCEngineReceiver and HTTPEngineReceiver has-a ServerInterfaceImpl (inst...David Robillard13-82/+126
2011-10-21Merge QueuedEvent into Event.David Robillard39-255/+158
2011-10-21QueuedEngineInterface => ServerInterfaceImpl.David Robillard10-42/+42
2011-10-21Clean up include paths.David Robillard12-32/+31
2011-10-21Move more headers to shared include directory.David Robillard83-99/+93
2011-10-21Move URIs.hpp to public shared include directory.David Robillard4-8/+5
2011-10-21Separate URIs from LV2URIMap.David Robillard76-303/+401
2011-10-21Remove implementation of uri-unmap extension.David Robillard4-43/+2
2011-10-21Remove stub LV2 event (blob) feature implementation.David Robillard2-61/+0
2011-10-21Simplify LV2Features.David Robillard5-36/+30
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard39-46/+46
2011-10-21Remove code from header.David Robillard3-5/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard20-39/+51
2011-10-21Use Builder::connectDavid Robillard2-10/+1
2011-10-21Use modern terser waf syntax.David Robillard13-146/+133
2011-10-21Fix running as an LV2 plugin.David Robillard14-18/+377
2011-10-19Remove stub implementation of reference extensionDavid Robillard3-76/+0
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
2011-10-19Check for LV2 extensions via pkg-config (new style in LV2 SVN).David Robillard1-11/+18
2011-10-18Clang warning fixes.David Robillard2-5/+7
2011-10-15Fix man page installation directory (#781)David Robillard1-0/+0
2011-10-15Use path variables in pkgconfig files (#782).David Robillard1-0/+0
2011-10-10Fix compilation.David Robillard1-1/+1
2011-10-10Fix crash when deleting a node with an embedded GUI.David Robillard1-0/+2
2011-10-09Fix erroneous assertion.David Robillard1-1/+1
2011-10-09Fix memory errors in Jack2 caused by jack creating several threads.David Robillard2-28/+21