summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-13Add missing includesDavid Robillard1-0/+1
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal.
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-7/+7
2022-12-14Use std::optionalDavid Robillard1-2/+2
2022-08-18Use consistent spacing for line commentsDavid Robillard1-1/+1
2022-08-18Fix include orderDavid Robillard1-1/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-8/+8
2022-08-18Use default member initializationDavid Robillard1-4/+0
2022-08-18Use auto when declaring iteratorsDavid Robillard1-5/+3
2021-01-02Update for latest raulDavid Robillard1-13/+13
2020-12-15Clean up includes in guiDavid Robillard1-5/+49
2020-12-14Avoid "using namespace"David Robillard1-2/+6
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-23/+24
2020-08-02Remove redundant pointer get() callsDavid Robillard1-3/+3
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-3/+3
2020-08-02Remove std::weak_ptr aliasDavid Robillard1-1/+1
2020-08-02Fix implicit-fallthrough warningsDavid Robillard1-0/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-3/+4
2020-08-02Fix uninitialized variablesDavid Robillard1-6/+6
2020-08-02Fix uninitialized membersDavid Robillard1-6/+0
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-13/+13
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-1/+1
2020-08-02Fix multiple declarations on a single lineDavid Robillard1-2/+6
2020-08-02Fix unnecessary copies in for loopsDavid Robillard1-2/+2
2020-08-01Use modern castsDavid Robillard1-10/+13
2020-02-26Add note about redundant arc deletion when deleting a selectionDavid Robillard1-0/+3
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-8/+8
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-22/+22
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard1-4/+4
2019-03-08Pass World everywhere by referenceDavid Robillard1-9/+9
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-1/+1
2018-09-23Fix copy/paste of portsDavid Robillard1-5/+18
2018-09-23Use lowercase namespace namesDavid Robillard1-14/+14
2018-09-22Use new LV2 include pathsDavid Robillard1-1/+1
2018-09-16Fix accidental case fall-throughDavid Robillard1-0/+1
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-6/+8
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-26/+17
2017-12-25Use auto for iteratorsDavid Robillard1-2/+2
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-1/+1
2017-12-25Always use bracesDavid Robillard1-9/+17
2017-12-25Use nullptrDavid Robillard1-5/+5
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard1-1/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-21/+21
2017-02-15Move static path stuff to its own headerDavid Robillard1-7/+7
2016-10-14Simplify port model codeDavid Robillard1-20/+26
2016-10-02Fix saving and loading subgraphsDavid Robillard1-1/+1
2016-09-18Fix undo of large pastesDavid Robillard1-0/+4
2016-09-11Use URIDs for prototypesDavid Robillard1-1/+1