summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Remove ping() from interface, just use a get instead.David Robillard6-19/+300
2012-03-16Merge ClientInterface and ServerInterface.David Robillard2-10/+10
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-0/+1
2012-03-15Remove weird "include" directory and use standard style ("ingen" directory in...David Robillard1-2/+2
2012-03-15Use host-provided URI-map for internally mapped URIs.David Robillard1-17/+41
2012-03-14Consistently map all URIs with the URI map.David Robillard2-65/+65
2012-03-14Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.David Robillard1-6/+0
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard6-27/+80
2012-03-12Centralise atom creation in forge object.David Robillard5-29/+39
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard2-28/+29
2012-03-11Fix UI response to property changes like port value (fix #779).David Robillard1-4/+8
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard2-3/+3
2012-03-10Delete trailing whitespace.David Robillard1-1/+1
2012-03-10Use new LV2 MIDI definitions.David Robillard2-25/+23
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-14Load files passed on command line without -l option (fix #804).David Robillard1-5/+5
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-1/+1
2011-11-24Remove client from world.David Robillard1-3/+0
2011-11-09Update for changes in LV2 SVN.David Robillard1-2/+2
2011-11-02Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace.David Robillard2-4/+2
2011-11-02Remove unused dc prefix.David Robillard1-4/+2
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard2-3/+15
2011-10-22Add missing filesDavid Robillard1-0/+34
2011-10-22Move *all* OSC and HTTP stuff to their respective modules.David Robillard6-388/+6
2011-10-21Clean up include paths.David Robillard1-1/+1
2011-10-21Move more headers to shared include directory.David Robillard12-311/+13
2011-10-21Move URIs.hpp to public shared include directory.David Robillard3-110/+4
2011-10-21Separate URIs from LV2URIMap.David Robillard10-170/+257
2011-10-21Remove implementation of uri-unmap extension.David Robillard3-41/+2
2011-10-21Simplify LV2Features.David Robillard3-32/+26
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard3-168/+2
2011-10-21Remove code from header.David Robillard3-5/+2
2011-10-21Begin moving shared headers to public include directory.David Robillard11-280/+14
2011-10-21Use Builder::connectDavid Robillard1-1/+0
2011-10-21Use modern terser waf syntax.David Robillard1-9/+12
2011-10-21Fix running as an LV2 plugin.David Robillard2-0/+2
2011-10-10Fix compilation.David Robillard1-1/+1
2011-10-03Remove static PortType enumeration from public/client side interface.David Robillard2-31/+22
2011-09-24Fix set_property so it doesn't create multiple values in a context.David Robillard1-1/+1
2011-09-24Only store patch canvas coordinates in containing patch.David Robillard2-6/+9
2011-09-23Fix memory leaks and errors.David Robillard1-0/+3
2011-09-23Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property.David Robillard5-7/+25
2011-09-23Don't prompt for save location when path is already known from previous save ...David Robillard2-4/+15
2011-09-15Fix control bindings (MIDI learn).David Robillard1-1/+1
2011-09-14Support lv2:sampleRate controls (mostly) correctly.David Robillard3-5/+9
2011-05-27Don't install private headersDavid Robillard1-3/+0
2011-05-24Remove dependence on protocol-specific client headers in GUI code.David Robillard2-7/+17
2011-05-24Tidy up headers.David Robillard10-23/+32
2011-05-24Remove use of ingen-config.h in soon-to-be-public headers.David Robillard2-16/+3
2011-05-20Add missing includeDavid Robillard1-0/+1