Age | Commit message (Expand) | Author | Files | Lines |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+1 |
2012-04-28 | Implement set_property via atom interface (working blinkenlights). | David Robillard | 1 | -0/+16 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 3 | -16/+16 |
2012-04-28 | Lint. | David Robillard | 2 | -4/+4 |
2012-04-27 | Disconnect via atom interface. | David Robillard | 2 | -15/+53 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 3 | -20/+45 |
2012-04-27 | Don't send responses for ID -1. | David Robillard | 2 | -1/+4 |
2012-04-26 | Implement delta via atoms. | David Robillard | 1 | -18/+53 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -0/+1 |
2012-04-23 | Fire signal and update GUI correctly when renaming ports. | David Robillard | 1 | -2/+4 |
2012-04-23 | Remove unused quark. | David Robillard | 1 | -1/+0 |
2012-04-22 | Remove prefix for defunc contexts extension. | David Robillard | 1 | -1/+0 |
2012-04-22 | Fix crash on shutdown. | David Robillard | 1 | -0/+1 |
2012-04-14 | Update URIs. | David Robillard | 1 | -1/+1 |
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -4/+0 |
2012-04-12 | Update for latest atom extension. | David Robillard | 1 | -4/+3 |
2012-04-05 | Remove unnecessary include. | David Robillard | 1 | -1/+0 |
2012-03-27 | Squeeze blank lines. | David Robillard | 3 | -3/+0 |
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 14 | -224/+210 |
2012-03-26 | Update for latest LV2. | David Robillard | 1 | -1/+1 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 3 | -22/+106 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 11 | -295/+258 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 5 | -130/+47 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 6 | -19/+300 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 2 | -10/+10 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -0/+1 |
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory in... | David Robillard | 1 | -2/+2 |
2012-03-15 | Use host-provided URI-map for internally mapped URIs. | David Robillard | 1 | -17/+41 |
2012-03-14 | Consistently map all URIs with the URI map. | David Robillard | 2 | -65/+65 |
2012-03-14 | Remove silly/slow Quark::c_str() since Quark derives from a string type anyway. | David Robillard | 1 | -6/+0 |
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 6 | -27/+80 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 5 | -29/+39 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 2 | -28/+29 |
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 1 | -4/+8 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 2 | -3/+3 |
2012-03-10 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 2 | -25/+23 |
2012-01-18 | Use consistent *_config.h rather than *-config.h. | David Robillard | 1 | -1/+1 |
2012-01-14 | Load files passed on command line without -l option (fix #804). | David Robillard | 1 | -5/+5 |
2011-11-26 | Use the more portable/correct lib instead of linkflags. | David Robillard | 1 | -1/+1 |
2011-11-24 | Remove client from world. | David Robillard | 1 | -3/+0 |
2011-11-09 | Update for changes in LV2 SVN. | David Robillard | 1 | -2/+2 |
2011-11-02 | Use ingen namespace for canvas-x and canvas-y and remove ingenuity namespace. | David Robillard | 2 | -4/+2 |
2011-11-02 | Remove unused dc prefix. | David Robillard | 1 | -4/+2 |
2011-10-22 | Move basic URI map and unmap implementation to URIs. | David Robillard | 2 | -3/+15 |
2011-10-22 | Add missing files | David Robillard | 1 | -0/+34 |
2011-10-22 | Move *all* OSC and HTTP stuff to their respective modules. | David Robillard | 6 | -388/+6 |
2011-10-21 | Clean up include paths. | David Robillard | 1 | -1/+1 |