summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-0/+2
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-8/+8
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Use consistent spacing for line commentsDavid Robillard1-1/+1
2022-08-18Use a consistent style for FOREACH macrosDavid Robillard1-2/+2
2022-08-18Use a consistent style for empty bracesDavid Robillard1-2/+1
2022-08-18Use default member initializationDavid Robillard1-1/+0
2020-12-15Clean up includes in client libraryDavid Robillard1-1/+8
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-24/+25
2020-08-02Use nullptr for empty smart pointersDavid Robillard1-2/+2
2020-08-02Don't access static methods through instancesDavid Robillard1-3/+3
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-7/+8
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-3/+3
2020-08-01Use modern castsDavid Robillard1-7/+7
2020-08-01Add explicit accessors to QuarkDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-1/+6
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-14/+14
2019-03-08Pass World everywhere by referenceDavid Robillard1-26/+26
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-09-22Use new LV2 include pathsDavid Robillard1-2/+2
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Use nullptrDavid Robillard1-12/+12
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-5/+8
2017-02-18Fix loading UIs with separate data filesDavid Robillard1-1/+5
2016-10-02Fix custom UI port notificationsDavid Robillard1-1/+1
2015-10-27Remove unused variableDavid Robillard1-2/+0
2015-10-24Fix LV2 UIs that send during instantiationDavid Robillard1-37/+56
2015-08-28Get rid of LV2Info class.David Robillard1-3/+3
2015-08-14Use lilv_free().David Robillard1-2/+2
2015-08-12Server-side presets.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-08Fix UI update on custom UI control changes.David Robillard1-6/+6
2015-01-29Add lilv_file_uri_parse() for correct URI to path conversion.David Robillard1-2/+9
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 Robillard1-21/+30
2013-11-01Implement static UI port notifications (fix #935).David Robillard1-7/+32
2013-11-01Implement LV2 UI port_index, subscribe, and unsubscribe features.David Robillard1-12/+72
2013-06-09Fix crash when twiddling controls in custom LV2 GUIs.David Robillard1-1/+2
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-09Use default float protocol for UI float controls (fix #885).David Robillard1-4/+11
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-10/+10
2012-08-18Node => BlockDavid Robillard1-13/+13
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-6/+8
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-4/+4
2012-08-10Fix various const violations.David Robillard1-4/+4
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-6/+6
2012-05-11Clean up and better document World interface.David Robillard1-2/+2