summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Move appropriate client headers to public include directory.David Robillard20-1162/+27
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard6-17/+42
2011-05-24Tidy up headers.David Robillard9-38/+24
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard3-43/+23
2011-05-24Update for new Sord APIDavid Robillard1-2/+2
2011-05-19Convey put context parameter via OSC.David Robillard2-3/+6
2011-05-19Fix some crashiness in last commit.David Robillard1-5/+8
2011-05-19Fix delta via OSC (OSC bindings should be fully functional again).David Robillard3-2/+73
2011-05-18Update for new Serd and Sord APIs.David Robillard1-1/+1
2011-05-13Apply 0002-Reformat-some-code-to-use-hard-tabs.patch from ticket #688, except...David Robillard2-3/+3
2011-05-13Make ClientStore::plugin and ClientStore::resource const-correct.David Robillard2-10/+23
2011-05-13Make models const in client code.David Robillard11-69/+92
2011-05-13Make signals private with accessors, and localise dependency on sigc::signal.David Robillard15-100/+122
2011-05-12Remove dead code.David Robillard2-7/+0
2011-04-29LilvValue => LilvNode.David Robillard3-65/+65
2011-04-29Terser names for value constructors.David Robillard3-9/+9
2011-04-29Don't hide pointers behind typedefs.David Robillard5-46/+51
2011-04-28Switch to Lilv from SLV2.David Robillard6-116/+116
2011-04-28More future-proof collection APIs.David Robillard2-2/+2
2011-04-28Update for new Suil API.David Robillard2-4/+4
2011-04-22Fix Python whitespace (PEP8)David Robillard1-32/+31
2011-04-22Remove UI instance API from SLV2 (apps should implement UIs via Suil now).David Robillard3-24/+44
2011-04-20Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...David Robillard10-23/+23
2011-04-20Make disconnect take URI parameters (for wildcare URI towards killing disconn...David Robillard9-23/+31
2011-04-20Move disconnect_all to CommonInterface and implement in clients.David Robillard4-0/+36
2011-04-19Clean up includes.David Robillard2-2/+10
2011-04-19Partially fix HTTP.David Robillard2-7/+21
2011-04-19Remove EngineInterface::quit().David Robillard8-34/+17
2011-04-19Remove EngineInterface::activate() and EngineInterface::deactivate().David Robillard4-26/+0
2011-04-19Make maximum UDP packet size a runtime parameter (--packet-size, -k).David Robillard3-7/+18
2011-04-19Merge "transfer" stuff with "bundle" stuff (functionally equivalent anyway).David Robillard4-13/+2
2011-04-19Fix attempted loading of "ingen_serialisation" (instead of "serialisation").David Robillard1-1/+1
2011-04-19Replace load_plugins API with a GET of ingen:plugins.David Robillard4-13/+0
2011-04-19Fix building with HTTP support (fixes #674).David Robillard1-1/+1
2011-04-18Put engine code in new Ingen::Engine namespace.David Robillard22-123/+133
2011-04-16Update copyright headersDavid Robillard27-27/+27
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard24-169/+2
2011-04-15Move Shared::Module and Shared::World to shared directory.David Robillard5-7/+6
2011-04-13Consistent local or installed includes for interface headers.David Robillard19-27/+31
2011-04-13Tidy up headers towards being API appropriate.David Robillard1-1/+3
2011-03-17Show plugin/port documentation in side pane when selected.David Robillard2-0/+56
2011-03-16Fix LV2 plugin UIs (broken in r3093).David Robillard1-2/+3
2011-03-16Update for new waf/autowaf.David Robillard1-2/+2
2011-03-15Remove autowaf external (broken intermediary revision).David Robillard1-1/+1
2011-03-15Fix crash when double clicking nodes without custom UIs.David Robillard1-5/+9
2011-03-09Update for new SLV2 API.David Robillard1-3/+3
2011-03-08Update for new SLV2 UI API.David Robillard2-3/+9
2011-03-07Apply LV2 UI MIDI event fix from Lars Luthman (ticket #651) with minor changes.David Robillard1-1/+3
2011-03-07Update for new SLV2 UI API.David Robillard1-2/+6
2011-02-24Make Suil exclusively deal with instantiating (not choosing) UIs.David Robillard3-34/+14