summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
AgeCommit message (Collapse)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-1/+0
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-4/+5
2022-08-18Use "static inline" consistently over "inline static"David Robillard1-1/+1
2022-08-18Use consistent spacing for line commentsDavid Robillard1-2/+2
2022-08-18Use a consistent style for FOREACH macrosDavid Robillard1-1/+1
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-3/+5
2022-08-18Switch to meson build systemDavid Robillard1-1/+2
2020-12-15Clean up includes in guiDavid Robillard1-4/+29
2020-12-14Fix unnecessary parameter copying overheadDavid Robillard1-10/+10
2020-12-14Use range-based loops for module portsDavid Robillard1-3/+3
2020-12-14Avoid "using namespace"David Robillard1-2/+6
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-19/+20
2020-08-02Use auto with pointer casts to remove redundancyDavid Robillard1-11/+11
2020-08-02Fix double-promotion warningsDavid Robillard1-1/+1
2020-08-02Remove wrappers for standard memory functionsDavid Robillard1-7/+10
2020-08-01Use modern castsDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard1-11/+12
2019-03-08Pass World everywhere by referenceDavid Robillard1-17/+17
2018-09-23Use lowercase namespace namesDavid Robillard1-8/+8
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
More generally, track property changes for all ports, not just controllable ports.
2015-09-04Fix various atom conversion issues.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5719 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-03-28Unify value widgets in properties dialog.David Robillard1-4/+4
This shows the fancy URI selector for URI properties, and can show numeric controls for the property-to-add. The ontologies need some work, along with smarter widget creation, before the latter will actually be useful. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5648 a436a847-0d15-0410-975c-d299462d15a1
2015-03-15Bevel edges of sequence ports.David Robillard1-0/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5633 a436a847-0d15-0410-975c-d299462d15a1
2015-02-17Delete trailing whitespace.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1
2015-02-17Fix display of labels when port is created without.David Robillard1-17/+35
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Fix type tags for non-controllable ports.David Robillard1-48/+67
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5570 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Indicate sequence ports with an arrow tag.David Robillard1-7/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5568 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Show type tags for more port types.David Robillard1-0/+29
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5567 a436a847-0d15-0410-975c-d299462d15a1
2015-02-14Use the same border width for ports and modules.David Robillard1-1/+0
Makes edges line up more nicely, if at a wee cost to space. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5560 a436a847-0d15-0410-975c-d299462d15a1
2014-11-17Fix a few minor/unlikely memory errors.David Robillard1-0/+5
Handle Glade widget loading failure more gracefully. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5486 a436a847-0d15-0410-975c-d299462d15a1
2014-08-31Use float sequences for sample-accurate control ports.David Robillard1-0/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1
2014-08-09Fix GUI updates after operations by emulating set feedback.David Robillard1-11/+10
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5445 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Show toggle ports with checkboxes initially.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5324 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Remove redundant and unnecessary properties from saved graphs and protocol.David Robillard1-2/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5321 a436a847-0d15-0410-975c-d299462d15a1
2014-01-04Fix documentation pane.David Robillard1-7/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1
2014-01-04Fix control updating with animated canvas.David Robillard1-8/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5254 a436a847-0d15-0410-975c-d299462d15a1
2014-01-04Fast path for Port::on_value_changed when value is non-float or unchanged.David Robillard1-6/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5253 a436a847-0d15-0410-975c-d299462d15a1