summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-17Rename main graph and control/notify portsDavid Robillard1-4/+4
2016-07-30Add undo supportDavid Robillard1-1/+3
2016-03-14Fix context menu position when using keyboardDavid Robillard1-15/+29
2015-10-30Update clients when plugins are unloaded/reloadedDavid Robillard1-2/+16
2015-10-26Use URIDs almost everywhereDavid Robillard1-3/+2
2015-10-23Fix errors on C-a DeleteDavid Robillard1-1/+3
2015-08-12Server-side presets.David Robillard1-1/+1
2015-05-25Use ingen:/ as base URI on the wire.David Robillard1-2/+2
2015-05-23Prevent concurrent Sord access.David Robillard1-0/+4
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-2/+2
2015-02-24Demodularize Parser and Serialiser.David Robillard1-8/+8
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