Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -5/+22 | |
Don't set ingen:value property for non-control ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5081 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Make Atom always have an LV2_Atom so it can be used in-place. | David Robillard | 1 | -6/+1 | |
Add missing file. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5080 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5077 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-09 | Use default float protocol for UI float controls (fix #885). | David Robillard | 1 | -11/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5051 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | More generic Atom class. | David Robillard | 1 | -11/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Fix truncation of atom events sent to plugin UIs. | David Robillard | 1 | -12/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5023 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Fix status bar hover text. | David Robillard | 1 | -0/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5018 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-22 | Support directly passing any type of atom to plugin UIs. | David Robillard | 1 | -10/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5006 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -9/+9 | |
Use project local short type aliases for shared_ptr and friends. Move Raul::Disposable and Raul::Manageable into Raul::Maid. Use sets to store machina nodes and edges to avoid O(n) searches. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4939 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Lint. | David Robillard | 1 | -2/+2 | |
Fix test suite compilation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4937 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use range-based for loops where possible. | David Robillard | 1 | -11/+8 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 |