Age | Commit message (Expand) | Author | Files | Lines |
2018-09-23 | Use override specifiers | David Robillard | 1 | -1/+1 |
2018-09-23 | Use lowercase namespace names | David Robillard | 8 | -37/+37 |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -2/+2 |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -2/+0 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 5 | -20/+20 |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 3 | -4/+3 |
2017-12-25 | Use auto for iterators | David Robillard | 4 | -10/+10 |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 5 | -17/+9 |
2017-12-25 | Always use braces | David Robillard | 5 | -24/+45 |
2017-12-25 | Use nullptr | David Robillard | 3 | -24/+24 |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -4/+0 |
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 | 2 | -8/+13 |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 1 | -5/+5 |
2017-02-18 | Fix loading UIs with separate data files | David Robillard | 1 | -1/+5 |
2017-02-15 | Move Properties out of Resource | David Robillard | 3 | -16/+13 |
2017-02-15 | Move static path stuff to its own header | David Robillard | 2 | -9/+9 |
2016-10-14 | Simplify port model code | David Robillard | 2 | -16/+2 |
2016-10-02 | Fix custom UI port notifications | David Robillard | 1 | -1/+1 |
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-27 | Remove unused variable | David Robillard | 1 | -2/+0 |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 |
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 1 | -37/+56 |
2015-10-24 | Fix invalid iterator access | David Robillard | 1 | -1/+1 |
2015-09-29 | Fix more URI conversion issues. | David Robillard | 2 | -8/+6 |
2015-08-29 | Fix checking non-LV2 'plugins' for UIs. | David Robillard | 1 | -5/+7 |
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 2 | -8/+9 |
2015-08-28 | Get rid of LV2Info class. | David Robillard | 1 | -3/+3 |
2015-08-14 | Use lilv_free(). | David Robillard | 1 | -2/+2 |
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -2/+2 |
2015-08-12 | Server-side presets. | David Robillard | 4 | -29/+57 |
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+2 |
2015-04-04 | Update copyright dates. | David Robillard | 8 | -8/+8 |
2015-04-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -5/+7 |
2015-03-15 | Fix renaming. | David Robillard | 1 | -0/+1 |
2015-03-08 | Fix UI update on custom UI control changes. | David Robillard | 1 | -6/+6 |
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 |
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 2 | -7/+19 |
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+9 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 |
2014-02-02 | Remove client-side arcs in parent graph when ports are deleted (fix #960). | David Robillard | 2 | -16/+31 |
2014-02-01 | Check to make sure plugin matches for ui:notifications to avoid redundant mes... | David Robillard | 1 | -0/+11 |
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 2 | -23/+37 |