summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphTreeWindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-0/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-6/+6
2022-08-18Fix include orderDavid Robillard1-1/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-1/+3
2022-08-18Use default member initializationDavid Robillard1-2/+0
2022-08-18Use auto when declaring iteratorsDavid Robillard1-24/+26
2020-12-15Clean up includes in guiDavid Robillard1-2/+22
2020-12-14Avoid "using namespace"David Robillard1-2/+3
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-18/+19
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-1/+1
2020-08-02Fix shadow warningsDavid Robillard1-2/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-1/+3
2020-08-02Fix uninitialized membersDavid Robillard1-0/+1
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-12-08Cleanup: Use empty() instead of size() where appropriateDavid Robillard1-1/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-9/+9
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-4/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-2/+2
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-4/+8
2017-12-25Use nullptrDavid Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-4/+3
2014-01-24Fix various whitespace and formatting issues.David Robillard1-4/+4
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-2/+2
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-3/+3
2013-02-02More generic Atom class.David Robillard1-1/+1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-16/+16
2012-08-19Patch => GraphDavid Robillard1-0/+234