summaryrefslogtreecommitdiffstats
path: root/src/shared/URIs.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-16Preliminary work towards native LV2 UI.David Robillard1-1/+1
2012-03-16Remove ping() from interface, just use a get instead.David Robillard1-2/+12
2012-03-16Remove activity from interface and use set_property() instead.David Robillard1-0/+1
2012-03-14Consistently map all URIs with the URI map.David Robillard1-64/+64
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 Robillard1-12/+0
2012-03-12Centralise atom creation in forge object.David Robillard1-2/+3
2012-03-11Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.David Robillard1-26/+27
2012-03-10Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...David Robillard1-2/+2
2012-03-10Use new LV2 MIDI definitions.David Robillard1-14/+13
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 Robillard1-3/+2
2011-10-22Move basic URI map and unmap implementation to URIs.David Robillard1-0/+12
2011-10-21Move URIs.hpp to public shared include directory.David Robillard1-4/+2
2011-10-21Separate URIs from LV2URIMap.David Robillard1-0/+125