summaryrefslogtreecommitdiffstats
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-15Fix renaming.David Robillard1-0/+1
2015-03-08Fix UI update on custom UI control changes.David Robillard1-6/+6
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard2-7/+19
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+9
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-2/+2
2014-02-02Remove client-side arcs in parent graph when ports are deleted (fix #960).David Robillard2-16/+31
2014-02-01Check to make sure plugin matches for ui:notifications to avoid redundant mes...David Robillard1-0/+11
2014-01-31Subscribe to ports before instantiating plugin UIs (fix #954).David Robillard2-23/+37