summaryrefslogtreecommitdiffstats
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2012-05-10Bidirectional socket communication (GUI once again works remotely).David Robillard4-3/+21
2012-05-09Remove old HTTP and OSC stuff.David Robillard1-8/+8
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard6-9/+17
2012-05-01Implement menu selector for enumeration ports (sort of address #780).David Robillard1-0/+1
2012-04-28Implement set_property via atom interface (working blinkenlights).David Robillard1-0/+16
2012-04-28Use "tail" and "head" terminology instead of "src_port" and "dst_port".David Robillard3-16/+16
2012-04-28Lint.David Robillard2-4/+4
2012-04-27Disconnect via atom interface.David Robillard2-15/+53
2012-04-27Implement connecting via atom interface.David Robillard3-20/+45
2012-04-27Don't send responses for ID -1.David Robillard2-1/+4
2012-04-26Implement delta via atoms.David Robillard1-18/+53
2012-04-25Preserve node UI embedded state and fix repeated embedding/de-embedding.David Robillard1-0/+1
2012-04-23Fire signal and update GUI correctly when renaming ports.David Robillard1-2/+4
2012-04-23Remove unused quark.David Robillard1-1/+0
2012-04-22Remove prefix for defunc contexts extension.David Robillard1-1/+0
2012-04-22Fix crash on shutdown.David Robillard1-0/+1
2012-04-14Update URIs.David Robillard1-1/+1
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-4/+0
2012-04-12Update for latest atom extension.David Robillard1-4/+3
2012-04-05Remove unnecessary include.David Robillard1-1/+0
2012-03-27Squeeze blank lines.David Robillard3-3/+0
2012-03-27Delete trailing whitespace.David Robillard1-1/+1
2012-03-27Switch to AGPL3+.David Robillard14-224/+210
2012-03-26Update for latest LV2.David Robillard1-1/+1
2012-03-25Update for latest atom extension.David Robillard1-2/+1
2012-03-20More complete Ingen plugin <=> UI communication.David Robillard3-22/+106
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard11-295/+258
2012-03-16Preliminary work towards native LV2 UI.David Robillard5-130/+47
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