Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-13 | Add missing includes | David Robillard | 1 | -0/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -3/+4 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -4/+8 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -3/+0 | |
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/+24 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -8/+8 | |
2020-12-14 | Don't check for null before deleting pointer | David Robillard | 1 | -4/+5 | |
2020-12-14 | Don't use size() to check emptiness | David Robillard | 1 | -1/+1 | |
2020-12-14 | Use range-based loops for module ports | David Robillard | 1 | -7/+7 | |
2020-12-14 | Use "auto" to avoid redundancy | David Robillard | 1 | -6/+7 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -1/+4 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -13/+13 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -1/+0 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -2/+2 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -3/+4 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -3/+7 | |
2019-10-08 | Raise existing plugin UI windows if double-clicked again | David Robillard | 1 | -2/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -16/+16 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -3/+3 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -3/+3 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -7/+7 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Always use braces | David Robillard | 1 | -6/+12 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -6/+6 | |
2016-10-14 | Fix initial display of embedded GUIs | David Robillard | 1 | -1/+24 | |
2016-10-02 | Fix display of initial port values | David Robillard | 1 | -1/+5 | |
2016-07-29 | Use more terse patch:Put for canvas positions | David Robillard | 1 | -9/+2 | |
Fix the semantics of PUT events for existing objects to match the documentation. | |||||
2015-10-25 | Fix explicit sequence port monitoring | David Robillard | 1 | -0/+5 | |
Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 1 | -8/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-29 | Fix more URI conversion issues. | David Robillard | 1 | -1/+1 | |
Fixes #1088. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5733 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-17 | Fix plugin GUI controls in separate windows. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5731 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-11 | Fix crash on failed plugin UI instantiation. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5674 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-08 | Fix UI update on custom UI control changes. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5623 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Fix display of labels when port is created without. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-15 | Node bypass. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5515 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 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5462 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-29 | Use complete Gtk style from file for embedded UIs. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5456 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -3/+3 | |
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 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -2/+2 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Don't notify UIs about null atom port values (partially address #935). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5168 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-25 | Tidy. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5084 a436a847-0d15-0410-975c-d299462d15a1 |