summaryrefslogtreecommitdiffstats
path: root/src/shared/URIs.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-05-12Don't send selection information to the server.David Robillard1-1/+0
2012-05-12Get copy and paste working again.David Robillard1-1/+0
2012-05-11Move Forge to the appropriate namespace.David Robillard1-2/+2
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-1/+0
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+4
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-1/+1
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard1-0/+1
2012-04-27Implement connecting via atom interface.David Robillard1-3/+3
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-0/+1
2012-04-23Remove unused quark.David Robillard1-1/+0
2012-04-14Update URIs.David Robillard1-1/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-4/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-25Update for latest atom extension.David Robillard1-2/+1
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard1-0/+9
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-73/+77
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