Age | Commit message (Expand) | Author | Files | Lines |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -2/+8 |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -23/+20 |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -8/+8 |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -1/+1 |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -3/+3 |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 |
2017-12-25 | Always use braces | David Robillard | 1 | -7/+14 |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -1/+1 |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -56/+48 |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -3/+5 |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 1 | -5/+5 |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -11/+8 |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -8/+8 |
2016-10-14 | Simplify port model code | David Robillard | 1 | -15/+2 |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -48/+0 |
2016-07-29 | Use more Turtley debug dump output | David Robillard | 1 | -7/+7 |
2016-03-14 | Remove arcs in client store on object deletion | David Robillard | 1 | -16/+18 |
2016-03-14 | Add missing client store debug dumps | David Robillard | 1 | -0/+13 |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -0/+6 |
2015-10-24 | Fix invalid iterator access | David Robillard | 1 | -1/+1 |
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 1 | -7/+8 |
2015-08-12 | Server-side presets. | David Robillard | 1 | -16/+37 |
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+2 |
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -5/+7 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -6/+18 |
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 1 | -0/+9 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -2/+7 |
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -2/+1 |
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -6/+7 |
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -5/+6 |
2013-12-31 | Fix crash on bulk deletion and AtomWriter forge errors. | David Robillard | 1 | -1/+2 |
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -2/+0 |
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -11/+11 |
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -4/+4 |
2013-02-02 | More generic Atom class. | David Robillard | 1 | -4/+4 |
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -0/+5 |
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -47/+47 |
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -17/+15 |
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -2/+2 |
2012-12-29 | "edge" => "arc". | David Robillard | 1 | -18/+18 |
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -2/+0 |
2012-11-17 | Don't complain about ingen:activity property for unknown object since it's tr... | David Robillard | 1 | -2/+3 |
2012-08-19 | GraphObject => Node | David Robillard | 1 | -8/+8 |
2012-08-19 | Patch => Graph | David Robillard | 1 | -33/+33 |
2012-08-18 | Node => Block | David Robillard | 1 | -8/+8 |
2012-08-17 | Implement real logging system, LV2 log extension support, and purge evil/ugly... | David Robillard | 1 | -43/+37 |