summaryrefslogtreecommitdiffstats
path: root/src/gui/NewSubgraphWindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-17Clean up includes and forward declarationsDavid Robillard1-1/+0
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean.
2024-07-17Avoid C-style casts and some size type conversionsDavid Robillard1-1/+1
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes.
2024-07-17Remove redundant castsDavid Robillard1-1/+1
2023-09-23Clean up includes and forward declarationsDavid Robillard1-0/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-1/+1
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2021-01-02Update for latest raulDavid Robillard1-4/+4
2020-12-15Clean up includes in guiDavid Robillard1-1/+21
2020-12-14Fix unnecessary parameter copying overheadDavid Robillard1-3/+4
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-3/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-4/+6
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-5/+4
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-3/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2017-02-15Move static path stuff to its own headerDavid Robillard1-2/+2
2016-10-02Fix whitespaceDavid Robillard1-0/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-3/+3
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Use type safe enumerations.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11C++11-safe conversions.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19GraphObject => NodeDavid Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-0/+118
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1