Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Trim unnecessary includes. | David Robillard | 1 | -12/+0 |
2012-05-22 | More work on test suite. | David Robillard | 1 | -0/+2 |
2012-05-12 | Don't send selection information to the server. | David Robillard | 1 | -1/+0 |
2012-05-12 | Get copy and paste working again. | David Robillard | 1 | -1/+0 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 1 | -2/+2 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 1 | -1/+0 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 1 | -3/+4 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 1 | -1/+1 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+1 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 1 | -3/+3 |
2012-04-25 | Preserve node UI embedded state and fix repeated embedding/de-embedding. | David Robillard | 1 | -0/+1 |
2012-04-23 | Remove unused quark. | David Robillard | 1 | -1/+0 |
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-03-27 | Switch to AGPL3+. | David Robillard | 1 | -16/+15 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 1 | -0/+9 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 1 | -73/+77 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 1 | -1/+1 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 1 | -2/+12 |
2012-03-16 | Remove activity from interface and use set_property() instead. | David Robillard | 1 | -0/+1 |
2012-03-14 | Consistently map all URIs with the URI map. | David Robillard | 1 | -64/+64 |
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 | 1 | -12/+0 |
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -2/+3 |
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -26/+27 |
2012-03-10 | Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t... | David Robillard | 1 | -2/+2 |
2012-03-10 | Use new LV2 MIDI definitions. | David Robillard | 1 | -14/+13 |
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 | 1 | -3/+2 |
2011-10-22 | Move basic URI map and unmap implementation to URIs. | David Robillard | 1 | -0/+12 |
2011-10-21 | Move URIs.hpp to public shared include directory. | David Robillard | 1 | -4/+2 |
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 1 | -0/+125 |