summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphPortModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-1/+2
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard1-2/+2
2020-08-02Fix include orderDavid Robillard1-1/+1
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-4/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-9/+9
2019-03-08Pass World everywhere by referenceDavid Robillard1-2/+2
2018-09-23Use lowercase namespace namesDavid Robillard1-6/+6
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-1/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+0
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-25Use nullptrDavid Robillard1-1/+1
2017-02-15Move Properties out of ResourceDavid Robillard1-2/+2
2016-07-29Use more terse patch:Put for canvas positionsDavid Robillard1-11/+4
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-02-17Fix display of labels when port is created without.David Robillard1-3/+2
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+1
2014-01-18Consolidate URIs.David Robillard1-2/+2
2014-01-03Make graph input ports controllable outputs and remove double port kludge.David Robillard1-7/+5
2013-12-31Disallow connecting to control inputs.David Robillard1-1/+2
2013-12-19FDGL: Improve flow-directed layout.David Robillard1-0/+3
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-5/+5
2013-02-02More generic Atom class.David Robillard1-8/+8
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-6/+6
2013-01-11Use range-based for loops where possible.David Robillard1-3/+2
2013-01-11Use type safe enumerations.David Robillard1-2/+2
2013-01-11C++11-safe conversions.David Robillard1-2/+4
2012-12-22Add mirror input for patch control inputs so they are controllable from the c...David Robillard1-0/+5
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-1/+1
2012-11-21Move human name and port label options to main configuration.David Robillard1-4/+5
2012-08-19GraphObject => NodeDavid Robillard1-1/+1
2012-08-19Patch => GraphDavid Robillard1-0/+166