Age | Commit message (Expand) | Author | Files | Lines |
2012-07-30 | Merge Resource and ResourceImpl, eliminating more virtual inheritance. | David Robillard | 1 | -97/+0 |
2012-07-30 | Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in... | David Robillard | 2 | -4/+4 |
2012-07-30 | Simplify Builder (which is kind of useless anyway but remains for now). | David Robillard | 1 | -2/+0 |
2012-07-26 | Report subject with errors to client for more meaningful error messages. | David Robillard | 3 | -2/+3 |
2012-07-25 | Fix control bindings for logarithmic and sample rate control ports. | David Robillard | 1 | -0/+1 |
2012-07-18 | Working bi-directional UI <=> plugin messaging. | David Robillard | 1 | -1/+1 |
2012-07-17 | Implement worker extension correctly (for one voice only). | David Robillard | 1 | -0/+1 |
2012-06-05 | Use LV2 buf-size extension. | David Robillard | 1 | -0/+2 |
2012-05-22 | More work on test suite. | David Robillard | 3 | -2/+9 |
2012-05-18 | Beginnings of a test framework. | David Robillard | 1 | -4/+13 |
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 | Make FeatureArray a Noncopyable. | David Robillard | 1 | -1/+2 |
2012-05-11 | Generate API documentation. | David Robillard | 14 | -12/+44 |
2012-05-11 | Move Forge to the appropriate namespace. | David Robillard | 4 | -13/+12 |
2012-05-11 | Fix include guards. | David Robillard | 5 | -15/+15 |
2012-05-11 | Add missing includes. | David Robillard | 3 | -0/+5 |
2012-05-11 | Clean up and better document World interface. | David Robillard | 2 | -42/+63 |
2012-05-11 | Use more reasonable names for the world's interface and engine (if present). | David Robillard | 1 | -17/+13 |
2012-05-10 | LV2URIMap => URIMap. | David Robillard | 6 | -19/+22 |
2012-05-10 | Bidirectional socket communication (GUI once again works remotely). | David Robillard | 1 | -2/+2 |
2012-05-02 | Preliminary socket control interface, and ingen_cmd command line interface wh... | David Robillard | 2 | -2/+2 |
2012-05-01 | Implement menu selector for enumeration ports (sort of address #780). | David Robillard | 1 | -0/+1 |
2012-04-28 | Use "tail" and "head" terminology instead of "src_port" and "dst_port". | David Robillard | 2 | -8/+8 |
2012-04-28 | Lint. | David Robillard | 3 | -3/+9 |
2012-04-27 | Disconnect via atom interface. | David Robillard | 1 | -0/+1 |
2012-04-27 | Implement connecting via atom interface. | David Robillard | 2 | -3/+5 |
2012-04-26 | Implement delta via atoms. | David Robillard | 1 | -0/+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 | -3/+0 |
2012-03-27 | Squeeze blank lines. | David Robillard | 15 | -16/+0 |
2012-03-27 | Switch to AGPL3+. | David Robillard | 15 | -240/+240 |
2012-03-25 | Update for latest atom extension. | David Robillard | 1 | -2/+1 |
2012-03-20 | More complete Ingen plugin <=> UI communication. | David Robillard | 2 | -0/+12 |
2012-03-19 | Partially functioning communication between Ingen LV2 plugin and UI. | David Robillard | 7 | -58/+84 |
2012-03-16 | Preliminary work towards native LV2 UI. | David Robillard | 3 | -1/+132 |
2012-03-16 | Remove ping() from interface, just use a get instead. | David Robillard | 3 | -18/+20 |
2012-03-16 | Merge ClientInterface and ServerInterface. | David Robillard | 3 | -22/+27 |
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 | 12 | -0/+908 |