summaryrefslogtreecommitdiffstats
path: root/src/gui/Arc.cpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-1/+3
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-6/+5
2019-03-09Clean up includes and forward declarationsDavid Robillard1-0/+1
2018-09-29Use nullptrDavid Robillard1-1/+1
2018-09-23Use lowercase namespace namesDavid Robillard1-8/+8
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-0/+44
2015-02-16Distinguish edge color from port color slightly.David Robillard1-33/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5578 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-5/+5
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
2012-12-29"edge" => "arc".David Robillard1-0/+33
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1