Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-12-25 | Fix handling setting of several special properties per request. | David Robillard | 1 | -5/+9 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-08-20 | Remove unused class members. | David Robillard | 3 | -3/+0 |
2013-06-09 | Inherit certain properties from ports connected to patch ports. | David Robillard | 2 | -0/+15 |
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -5/+2 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 4 | -18/+18 |
2013-02-02 | More generic Atom class. | David Robillard | 6 | -20/+20 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -3/+9 |
2013-01-22 | Fix compilation with Delta debug dumping enabled. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 22 | -113/+113 |
2013-01-12 | Fix connection bug introduced in r4918 (fix #875). | David Robillard | 2 | -5/+4 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 4 | -45/+39 |
2013-01-11 | Use type safe enumerations. | David Robillard | 12 | -109/+118 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+2 |
2012-12-29 | "edge" => "arc". | David Robillard | 6 | -39/+39 |