summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2020-08-01Use modern castsDavid Robillard2-9/+9
2020-08-01Add explicit accessors to QuarkDavid Robillard2-3/+3
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard4-24/+24
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-1/+1
2019-04-21Switch to using a submodule for autowafDavid Robillard1-2/+2
2019-04-13Clean up symbol tableDavid Robillard1-0/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard8-19/+47
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard2-37/+34
2019-03-08Pass World everywhere by referenceDavid Robillard3-28/+28
2018-09-23Use override specifiersDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard8-37/+37
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2018-01-21Use C++ style includes for standard language headersDavid Robillard1-2/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard5-20/+20
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard3-4/+3
2017-12-25Use auto for iteratorsDavid Robillard4-10/+10
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard5-17/+9
2017-12-25Always use bracesDavid Robillard5-24/+45
2017-12-25Use nullptrDavid Robillard3-24/+24
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-4/+0
2017-12-24Clean up includes in public headersDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard1-56/+48
2017-03-20Fix round-trip preservation of property contextsDavid Robillard2-8/+13
2017-02-26Fix filtering by type in plugin selectorDavid Robillard1-5/+5
2017-02-18Fix loading UIs with separate data filesDavid Robillard1-1/+5
2017-02-15Move Properties out of ResourceDavid Robillard3-16/+13
2017-02-15Move static path stuff to its own headerDavid Robillard2-9/+9
2016-10-14Simplify port model codeDavid Robillard2-16/+2
2016-10-02Fix custom UI port notificationsDavid Robillard1-1/+1
2016-09-18Add fancy communication loggingDavid Robillard1-48/+0
2016-07-29Use more Turtley debug dump outputDavid Robillard1-7/+7
2016-03-14Remove arcs in client store on object deletionDavid Robillard1-16/+18
2016-03-14Add missing client store debug dumpsDavid Robillard1-0/+13
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-0/+6
2015-10-27Remove unused variableDavid Robillard1-2/+0
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard1-37/+56
2015-10-24Fix invalid iterator accessDavid Robillard1-1/+1
2015-09-29Fix more URI conversion issues.David Robillard2-8/+6
2015-08-29Fix checking non-LV2 'plugins' for UIs.David Robillard1-5/+7
2015-08-29Fix invalid conversion of URIDs to strings.David Robillard2-8/+9
2015-08-28Get rid of LV2Info class.David Robillard1-3/+3
2015-08-14Use lilv_free().David Robillard1-2/+2
2015-08-12Fix URI comparison issues.David Robillard1-2/+2
2015-08-12Server-side presets.David Robillard4-29/+57
2015-06-09Server side loading.David Robillard1-2/+2
2015-04-04Update copyright dates.David Robillard8-8/+8
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-5/+7