summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Order ports deterministically.David Robillard1-0/+12
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2015-02-17Fix display of labels when port is created without.David Robillard1-1/+18
2015-02-16Distinguish edge color from port color slightly.David Robillard1-1/+1
2015-02-08Don't complain about missing ports when deleting things.David Robillard1-1/+1
2015-02-08Server-side copy paste with LV2 state support.David Robillard1-56/+86
2014-04-26Clean up Ganv API.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-2/+3
2014-01-07Factor out plugin menu code into a separate class.David Robillard1-150/+16
2014-01-07Remove unused plugin icon stuff.David Robillard1-3/+0
2014-01-07Distinguish Ingen graphs in Plugin menu with a gear.David Robillard1-28/+33
2013-08-20Remove vestigial Builder class.David Robillard1-5/+6
2013-06-08Show right-click menu regradless of modifier state.David Robillard1-1/+1
2013-03-25Don't show menu if other buttons or modifiers are down (fix #890).David Robillard1-1/+1
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-3/+3
2013-02-02More generic Atom class.David Robillard1-4/+4
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-21/+22
2013-01-11Use range-based for loops where possible.David Robillard1-22/+15
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2013-01-11C++11-safe conversions.David Robillard1-4/+7
2013-01-08Re-enable node documentation.David Robillard1-1/+1
2012-12-29"edge" => "arc".David Robillard1-28/+28
2012-12-21Provide access to properties window for Graphs from canvas menu.David Robillard1-0/+9
2012-12-21Add canvas menu items for adding CV ports.David Robillard1-1/+9
2012-11-21Move human name and port label options to main configuration.David Robillard1-1/+7
2012-11-18Simple keyboard navigation for plugin menu.David Robillard1-6/+7
2012-11-18Fix Plugin=>UI ring overflow handling.David Robillard1-0/+2
2012-08-19GraphObject => NodeDavid Robillard1-10/+10
2012-08-19Patch => GraphDavid Robillard1-0/+900