summaryrefslogtreecommitdiffstats
path: root/src/gui/SubgraphModule.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.
2020-12-15Clean up includes in guiDavid Robillard1-4/+7
2020-12-14Fix unnecessary parameter copying overheadDavid Robillard1-2/+2
2020-12-14Avoid "using namespace"David Robillard1-1/+1
2020-12-14Fix include orderDavid Robillard1-1/+1
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-4/+3
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-2/+2
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-2/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-6/+7
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Use nullptrDavid Robillard1-2/+2
2017-03-20Fix round-trip preservation of property contextsDavid Robillard1-4/+4
2017-02-15Move Properties out of ResourceDavid Robillard1-2/+2
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-11/+4
Fix the semantics of PUT events for existing objects to match the documentation.
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
2014-01-24Fix various whitespace and formatting issues.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1
2014-01-18Consolidate URIs.David Robillard1-2/+2
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-4/+4
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/+2
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/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-0/+109
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1