summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Fix multiple put replies on port creation.David Robillard3-11/+18
2011-05-20Remove dependency on glade and glademm (migrate to GtkBuilder).David Robillard52-901/+859
2011-05-20Upate for new Raul APIDavid Robillard1-0/+2
2011-05-20Add missing includeDavid Robillard1-0/+1
2011-05-19Convey put context parameter via OSC.David Robillard4-6/+13
2011-05-19Fix some crashiness in last commit.David Robillard2-5/+11
2011-05-19Fix delta via OSC (OSC bindings should be fully functional again).David Robillard6-3/+144
2011-05-18Remove unnecessary non-portable includes.David Robillard5-16/+23
2011-05-18Use an intrusive linked list for event queue rather than Raul::List.David Robillard14-88/+120
2011-05-18Exit when connect window is closed and there are no open patch windows.David Robillard1-1/+1
2011-05-18Update for new Serd and Sord APIs.David Robillard4-12/+12
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard7-29/+29
2011-05-13Apply 0001-Remove-unused-includes.patch from ticket #688, except with modific...David Robillard2-2/+1
2011-05-13Remove unnecessary ingen-config.h includes.David Robillard2-2/+0
2011-05-13Make ClientStore::plugin and ClientStore::resource const-correct.David Robillard2-10/+23
2011-05-13Make models const in client code.David Robillard63-440/+545
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard30-158/+196
2011-05-12Remove dead code.David Robillard4-21/+0
2011-05-11Pass environment to sord write methods for CURIE abbreviation.David Robillard1-5/+13
2011-05-03Replace lilv_plugin_get_value_for_subject with lilv_world_find_nodes.David Robillard1-10/+11
2011-04-30Fix immediate quit due to uninitialised quit flag (fix ticket #677).David Robillard1-0/+1
2011-04-30Cache port RDF node on load instead of searching for it repeatedly.David Robillard1-7/+7
2011-04-29LilvValue => LilvNode.David Robillard10-159/+159
2011-04-29Terser names for value constructors.David Robillard6-29/+29
2011-04-29Don't hide pointers behind typedefs.David Robillard16-122/+132
2011-04-28Switch to Lilv from SLV2.David Robillard29-327/+327
2011-04-28Improve RingBuffer implementation.David Robillard4-6/+8
2011-04-28More future-proof collection APIs.David Robillard6-11/+11
2011-04-28Update for new Suil API.David Robillard2-4/+4
2011-04-23Load correct engine/server module name.David Robillard2-3/+3
2011-04-22Fix Python whitespace (PEP8)David Robillard6-271/+268
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard4-24/+45
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard183-405/+405
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard19-46/+61
2011-04-20Less code.David Robillard2-27/+21
2011-04-20Tidy.David Robillard2-10/+11
2011-04-20Use std::list for DisconnectAll::_impls.David Robillard2-17/+16
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard15-126/+225
2011-04-20Factor out duplicated code.David Robillard2-15/+21
2011-04-20Simplify disconnect code.David Robillard6-25/+24
2011-04-20Update OSC documentation.David Robillard2-108/+132
2011-04-19Clean up includes.David Robillard4-3/+12
2011-04-19Partially fix HTTP.David Robillard5-21/+41
2011-04-19Remove EngineInterface::quit().David Robillard23-92/+58
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard10-82/+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 Robillard13-79/+27
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