summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-03-27Squeeze blank lines.David Robillard1-1/+0
2012-03-27Switch to AGPL3+.David Robillard9-144/+135
2012-03-26Update for latest LV2.David Robillard1-1/+1
2012-03-22Remove crufty headeres.David Robillard1-1/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard6-54/+24
2012-03-16Preliminary work towards native LV2 UI.David Robillard2-1/+4
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-6/+6
2012-03-16Remove activity from interface and use set_property() instead.David Robillard2-10/+2
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-2/+2
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard4-9/+11
2012-03-12Centralise atom creation in forge object.David Robillard2-13/+24
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-1/+1
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard2-21/+6
2012-03-10Delete trailing whitespace.David Robillard2-2/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard2-2/+2
2011-11-09Update for changes in LV2 SVN.David Robillard1-1/+1
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard10-1466/+4
2011-10-21Tidy.David Robillard4-27/+21
2011-10-21Make engine receivers depend only on ServerInterface.David Robillard2-2/+2
2011-10-21Clean up include paths.David Robillard2-2/+2
2011-10-21Move more headers to shared include directory.David Robillard7-7/+7
2011-10-21Separate URIs from LV2URIMap.David Robillard5-8/+11
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