Age | Commit message (Expand) | Author | Files | Lines |
2016-07-30 | Fix mismatched include guard | David Robillard | 1 | -3/+3 |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 1 | -5/+5 |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 1 | -9/+3 |
2016-07-27 | Add unit tests for Copy | David Robillard | 1 | -1/+1 |
2015-11-23 | Fix crash when request contains invalid path URI | David Robillard | 1 | -1/+6 |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 6 | -161/+28 |
2015-10-30 | Add protocol for loading and unloading bundles | David Robillard | 2 | -2/+66 |
2015-10-26 | Use a set for providers and dependants | David Robillard | 2 | -14/+8 |
2015-10-26 | Use consistant names for incident ports | David Robillard | 2 | -53/+53 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 |
2015-10-25 | Fix saving and loading of copy-pasted blocks | David Robillard | 2 | -13/+13 |
2015-10-25 | Create all graphs the same way | David Robillard | 5 | -24/+109 |
2015-10-25 | Fix status code when port exists | David Robillard | 1 | -1/+1 |
2015-10-25 | Document protocol | David Robillard | 4 | -56/+3 |
2015-10-24 | Zero-copy to/from driver ports where possible | David Robillard | 4 | -27/+44 |
2015-10-23 | Speed up multi-deletion | David Robillard | 2 | -8/+2 |
2015-09-04 | Fix various atom conversion issues. | David Robillard | 4 | -20/+26 |
2015-08-29 | Avoid map::emplace to accomodate old GCC. | David Robillard | 1 | -4/+4 |
2015-08-29 | Set properties uniquely for set method. | David Robillard | 1 | -4/+10 |
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -1/+1 |
2015-08-12 | Server-side presets. | David Robillard | 4 | -13/+91 |
2015-07-25 | Fix crash when loading presets with invalid ports. | David Robillard | 1 | -1/+1 |
2015-06-09 | Server side loading. | David Robillard | 2 | -56/+97 |
2015-05-30 | Preliminary server-side save support. | David Robillard | 2 | -16/+66 |
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -1/+1 |
2015-05-14 | Fix ingen:prototype compatibility. | David Robillard | 1 | -3/+3 |
2015-04-04 | Update copyright dates. | David Robillard | 22 | -22/+22 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 2 | -5/+21 |
2015-02-19 | Server side presets. | David Robillard | 4 | -4/+80 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 |
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -1/+1 |
2015-02-09 | Stable sort update only by depth to preserve port order. | David Robillard | 2 | -6/+10 |
2015-02-08 | Don't complain about missing ports when deleting things. | David Robillard | 3 | -5/+7 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 11 | -134/+379 |
2015-02-06 | Remove gthread dependency from engine. | David Robillard | 9 | -46/+32 |
2015-01-15 | Node bypass. | David Robillard | 1 | -6/+16 |
2014-03-29 | Eliminate long-term lock from Get event. | David Robillard | 2 | -77/+124 |
2014-03-15 | Hopefully fix potential deadlocks with mass deletes (fix #962). | David Robillard | 1 | -3/+10 |
2014-02-02 | Don't cut feedback for put events, fixing initial placement of subgraph modules. | David Robillard | 1 | -2/+5 |
2014-02-01 | Make SetPortValue event for ingen:activity. | David Robillard | 1 | -1/+1 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 2 | -8/+25 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 7 | -10/+4 |
2014-01-24 | Don't take poly lock when creating nodes. | David Robillard | 1 | -1/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+10 |
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 |
2014-01-18 | Consolidate URIs. | David Robillard | 2 | -7/+7 |
2014-01-18 | Fix crashes when LV2 host changes polyphony rapidly. | David Robillard | 2 | -0/+15 |
2014-01-12 | Combine port buffers and set state into a single voice object. | David Robillard | 4 | -29/+29 |
2013-12-30 | Fix occasional crashes and deadlocks on exit. | David Robillard | 1 | -1/+1 |
2013-12-26 | Add test cases. | David Robillard | 1 | -1/+1 |