Age | Commit message (Collapse) | 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 | |
More generally, track property changes for all ports, not just controllable ports. | |||||
2015-09-04 | Fix various atom conversion issues. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5719 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -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-15 | Bevel edges of sequence ports. | David Robillard | 1 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5633 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Fix display of labels when port is created without. | David Robillard | 1 | -17/+35 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Fix type tags for non-controllable ports. | David Robillard | 1 | -48/+67 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5570 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Indicate sequence ports with an arrow tag. | David Robillard | 1 | -7/+21 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5568 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Show type tags for more port types. | David Robillard | 1 | -0/+29 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5567 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Use the same border width for ports and modules. | David Robillard | 1 | -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-17 | Fix a few minor/unlikely memory errors. | David Robillard | 1 | -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-31 | Use float sequences for sample-accurate control ports. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -11/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5445 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Show toggle ports with checkboxes initially. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5324 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Remove redundant and unnecessary properties from saved graphs and protocol. | David Robillard | 1 | -2/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5321 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -7/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Fix control updating with animated canvas. | David Robillard | 1 | -8/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5254 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Fast path for Port::on_value_changed when value is non-float or unchanged. | David Robillard | 1 | -6/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5253 a436a847-0d15-0410-975c-d299462d15a1 |