summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard4-5/+5
2011-10-21Begin moving shared headers to public include directory.David Robillard1-1/+1
2011-10-21Use modern terser waf syntax.David Robillard1-21/+22
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard3-17/+17
2011-10-01Support inline display of HTML LV2 documentation via WebKit.David Robillard1-8/+20
2011-09-24Remove unnecessary request_property() and RequestMetadataEvent.David Robillard4-18/+0
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard1-2/+3
2011-09-23Fix memory leaks and errors.David Robillard1-6/+10
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard3-5/+5
2011-09-23Disable harmless error message about activity notification for nonexistent portsDavid Robillard1-3/+2
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard2-4/+6
2011-09-23Animate audio port colours based on levels.David Robillard2-4/+7
2011-09-17Fix "Disconnect" in port context menu (i.e. disconnect_all for ports).David Robillard1-2/+7
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard4-6/+23
2011-06-11Remove dead code.David Robillard1-3/+1
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-25Move sanitised serialisation headers to public include directoryDavid Robillard1-1/+1
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