summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-4/+4
2017-12-25Use auto for iteratorsDavid Robillard1-2/+1
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-2/+1
2017-12-25Always use bracesDavid Robillard1-1/+2
2017-12-25Use nullptrDavid Robillard1-4/+4
2017-12-24Clean up includes in public headersDavid Robillard1-0/+1
2016-10-14Simplify port model codeDavid Robillard1-10/+0
2016-10-02Fix status bar text for subgraph portsDavid Robillard1-3/+4
2016-10-02Fix display of initial port valuesDavid Robillard1-0/+4
2016-10-02Show audio and load information in status lineDavid Robillard1-35/+2
2016-10-02Replace Delay internal with simpler BlockDelayDavid Robillard1-0/+1
2016-03-14Update external graph ports when name is changedDavid Robillard1-4/+4
2015-09-04Fix various atom conversion issues.David Robillard1-1/+1
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-03-28Unify value widgets in properties dialog.David Robillard1-4/+4
2015-03-15Bevel edges of sequence ports.David Robillard1-0/+12
2015-02-17Delete trailing whitespace.David Robillard1-2/+2
2015-02-17Fix display of labels when port is created without.David Robillard1-17/+35
2015-02-14Fix type tags for non-controllable ports.David Robillard1-48/+67
2015-02-14Indicate sequence ports with an arrow tag.David Robillard1-7/+21
2015-02-14Show type tags for more port types.David Robillard1-0/+29
2015-02-14Use the same border width for ports and modules.David Robillard1-1/+0
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-0/+5
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-0/+3
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-11/+10
2014-01-24Fix various whitespace and formatting issues.David Robillard1-5/+5
2014-01-24Show toggle ports with checkboxes initially.David Robillard1-1/+1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+13
2014-01-04Fix documentation pane.David Robillard1-7/+13
2014-01-04Fix control updating with animated canvas.David Robillard1-8/+2
2014-01-04Fast path for Port::on_value_changed when value is non-float or unchanged.David Robillard1-6/+13
2014-01-04Make only control inputs controllable by user.David Robillard1-0/+2
2013-05-26Fix port menu to allow disconnecting a single port from everything.David Robillard1-1/+0
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-6/+6
2013-02-03Port control performance improvements (further improvement for #879).David Robillard1-7/+2
2013-02-02GUI support for integer controls.David Robillard1-8/+18
2013-02-02Show check box for toggle ports and ellipsis for enumeration (menu) ports.David Robillard1-0/+5
2013-02-02More generic Atom class.David Robillard1-11/+11
2013-02-02Fix drag connecting.David Robillard1-2/+2
2013-02-02Fix status bar hover text.David Robillard1-3/+6
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-23/+23
2013-01-12Lint.David Robillard1-1/+1
2013-01-11Use range-based for loops where possible.David Robillard1-5/+5
2013-01-08Re-enable node documentation.David Robillard1-6/+2
2013-01-08Add support for URID ports.David Robillard1-0/+64
2012-11-21GUI::Configuration => GUI::Style.David Robillard1-2/+2
2012-11-21Move human name and port label options to main configuration.David Robillard1-11/+19
2012-08-19Patch => GraphDavid Robillard1-13/+13
2012-08-18Node => BlockDavid Robillard1-9/+9
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-2/+2