index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gui
/
Port.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
Clean up includes and forward declarations
David Robillard
1
-1
/
+0
2023-02-03
Suppress/fix new warnings in clang-tidy 15
David Robillard
1
-4
/
+5
2022-08-18
Use "static inline" consistently over "inline static"
David Robillard
1
-1
/
+1
2022-08-18
Use consistent spacing for line comments
David Robillard
1
-2
/
+2
2022-08-18
Use a consistent style for FOREACH macros
David Robillard
1
-1
/
+1
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
1
-3
/
+5
2022-08-18
Switch to meson build system
David Robillard
1
-1
/
+2
2020-12-15
Clean up includes in gui
David Robillard
1
-4
/
+29
2020-12-14
Fix unnecessary parameter copying overhead
David Robillard
1
-10
/
+10
2020-12-14
Use range-based loops for module ports
David Robillard
1
-3
/
+3
2020-12-14
Avoid "using namespace"
David Robillard
1
-2
/
+6
2020-08-02
Remove std::shared_ptr alias
David Robillard
1
-19
/
+20
2020-08-02
Use auto with pointer casts to remove redundancy
David Robillard
1
-11
/
+11
2020-08-02
Fix double-promotion warnings
David Robillard
1
-1
/
+1
2020-08-02
Remove wrappers for standard memory functions
David Robillard
1
-7
/
+10
2020-08-01
Use modern casts
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-11
/
+12
2019-03-08
Pass World everywhere by reference
David Robillard
1
-17
/
+17
2018-09-23
Use lowercase namespace names
David Robillard
1
-8
/
+8
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-4
/
+4
2017-12-25
Use auto for iterators
David Robillard
1
-2
/
+1
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-2
/
+1
2017-12-25
Always use braces
David Robillard
1
-1
/
+2
2017-12-25
Use nullptr
David Robillard
1
-4
/
+4
2017-12-24
Clean up includes in public headers
David Robillard
1
-0
/
+1
2016-10-14
Simplify port model code
David Robillard
1
-10
/
+0
2016-10-02
Fix status bar text for subgraph ports
David Robillard
1
-3
/
+4
2016-10-02
Fix display of initial port values
David Robillard
1
-0
/
+4
2016-10-02
Show audio and load information in status line
David Robillard
1
-35
/
+2
2016-10-02
Replace Delay internal with simpler BlockDelay
David Robillard
1
-0
/
+1
2016-03-14
Update external graph ports when name is changed
David Robillard
1
-4
/
+4
2015-09-04
Fix various atom conversion issues.
David Robillard
1
-1
/
+1
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-03-28
Unify value widgets in properties dialog.
David Robillard
1
-4
/
+4
2015-03-15
Bevel edges of sequence ports.
David Robillard
1
-0
/
+12
2015-02-17
Delete trailing whitespace.
David Robillard
1
-2
/
+2
2015-02-17
Fix display of labels when port is created without.
David Robillard
1
-17
/
+35
2015-02-14
Fix type tags for non-controllable ports.
David Robillard
1
-48
/
+67
2015-02-14
Indicate sequence ports with an arrow tag.
David Robillard
1
-7
/
+21
2015-02-14
Show type tags for more port types.
David Robillard
1
-0
/
+29
2015-02-14
Use the same border width for ports and modules.
David Robillard
1
-1
/
+0
2014-11-17
Fix a few minor/unlikely memory errors.
David Robillard
1
-0
/
+5
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
1
-0
/
+3
2014-08-09
Fix GUI updates after operations by emulating set feedback.
David Robillard
1
-11
/
+10
2014-01-24
Fix various whitespace and formatting issues.
David Robillard
1
-5
/
+5
2014-01-24
Show toggle ports with checkboxes initially.
David Robillard
1
-1
/
+1
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
1
-2
/
+13
2014-01-04
Fix documentation pane.
David Robillard
1
-7
/
+13
2014-01-04
Fix control updating with animated canvas.
David Robillard
1
-8
/
+2
2014-01-04
Fast path for Port::on_value_changed when value is non-float or unchanged.
David Robillard
1
-6
/
+13
[next]