Age | Commit message (Expand) | Author | Files | Lines |
2016-09-18 | Fix undo after redo | David Robillard | 1 | -3/+4 |
2016-09-18 | Add fancy communication logging | David Robillard | 2 | -24/+2 |
2016-09-13 | Fix misleading comment | David Robillard | 1 | -1/+5 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 27 | -37/+33 |
2016-09-11 | Clarify connect and disconnect logic | David Robillard | 2 | -3/+5 |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 2 | -4/+5 |
2016-08-02 | Make graph control ports support patch:Message | David Robillard | 1 | -0/+1 |
2016-08-01 | Fix compilation on OSX | David Robillard | 1 | -2/+0 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -1/+1 |
2016-07-30 | Add undo support | David Robillard | 24 | -26/+396 |
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 |