Age | Commit message (Expand) | Author | Files | Lines |
2017-02-18 | Reduce Driver coupling | David Robillard | 1 | -4/+3 |
2017-02-12 | Use smart pointers to handle real-time memory disposal | David Robillard | 1 | -21/+19 |
2016-12-13 | Remove virtual inheritance from Port hierarchy | David Robillard | 1 | -0/+1 |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -31/+72 |
2016-10-02 | Fix monitoring sequence ports | David Robillard | 1 | -2/+6 |
2016-09-11 | Remove last vestiges of multiple run contexts | David Robillard | 1 | -4/+4 |
2016-07-31 | Support thread-safe state restoration | David Robillard | 1 | -9/+26 |
2016-03-14 | Load default plugin state | David Robillard | 1 | -0/+16 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 |
2015-08-28 | Get rid of LV2Info class. | David Robillard | 1 | -28/+23 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -0/+71 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-03-13 | Check for options interface before getting. | David Robillard | 1 | -4/+13 |
2015-02-19 | Server side presets. | David Robillard | 1 | -0/+27 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -0/+41 |
2015-02-05 | Fix sequence=>sequence connections. | David Robillard | 1 | -1/+2 |
2014-08-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -12/+16 |
2014-08-10 | Fix some memory leaks. | David Robillard | 1 | -0/+2 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -1/+0 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+0 |
2013-12-25 | Implement lv2:connectionOptional (#847). | David Robillard | 1 | -2/+11 |
2013-12-17 | Fix atom vector communication (patch from Robin Gareus, #941). | David Robillard | 1 | -0/+3 |
2013-12-17 | Fix more const issues. | David Robillard | 1 | -1/+1 |
2013-11-01 | Tidy. | David Robillard | 1 | -4/+4 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -6/+6 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -5/+5 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -1/+1 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -8/+8 |
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -3/+22 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -4/+0 |
2012-09-16 | Support latest options and morph extensions. | David Robillard | 1 | -16/+33 |
2012-08-20 | Replace several assertions with graceful error handling. | David Robillard | 1 | -1/+1 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -6/+6 |
2012-08-18 | Node => Block | David Robillard | 1 | -0/+469 |