Age | Commit message (Expand) | Author | Files | Lines |
2012-05-22 | More work on test suite. | David Robillard | 4 | -29/+83 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 3 | -77/+66 |
2012-05-17 | Eliminate static variable. | David Robillard | 1 | -1/+1 |
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 | 3 | -8/+10 |
2012-05-11 | Add missing includes. | David Robillard | 7 | -3/+17 |
2012-05-11 | "Connection" => "Edge" | David Robillard | 2 | -10/+10 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 2 | -60/+49 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -18/+15 |
2012-05-10 | Work towards translatable strings and a cleaner log interface. | David Robillard | 10 | -45/+36 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 10 | -41/+42 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 4 | -3/+21 |
2012-05-09 | Remove old HTTP and OSC stuff. | David Robillard | 1 | -8/+8 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 6 | -9/+17 |
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 |