Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -1/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -9/+7 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 1 | -2/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -11/+17 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -1/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -4/+4 | |
2020-12-15 | Clean up includes in client library | David Robillard | 1 | -3/+1 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -3/+5 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -13/+13 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -3/+2 | |
2020-08-02 | Fix suppressed automatic moves | David Robillard | 1 | -1/+1 | |
2020-08-02 | Make member functions const or static where possible | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix unnecessary copies in for loops | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix include order | David Robillard | 1 | -1/+1 | |
2020-08-01 | Add explicit accessors to Quark | David Robillard | 1 | -2/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -8/+10 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -5/+5 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -2/+0 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -6/+6 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -4/+4 | |
2017-12-25 | Always use braces | David Robillard | 1 | -7/+12 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -5/+5 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -4/+4 | |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -1/+1 | |
This fixes some issues where types are lost after saving and re-loading many times. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5788 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Fix checking non-LV2 'plugins' for UIs. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5715 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Fix URI comparison issues. | David Robillard | 1 | -2/+2 | |
Fixes issue #1074. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5704 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -10/+17 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 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 | |||||
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -4/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5323 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -32/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5295 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -32/+49 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | More generic Atom class. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -5/+5 | |
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 | -1/+1 | |
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 | -5/+3 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-09 | Load internal plugin data files and rework documentation code to work the ↵ | David Robillard | 1 | -13/+24 | |
same as LV2 plugins (fix #671). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4910 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-18 | Fix Plugin=>UI ring overflow handling. | David Robillard | 1 | -0/+7 | |
Gracefully handle client receiving nodes with as-yet unknown plugins. Don't initially send all plugins to UI (kills LV2 in particular), request on demand instead. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4829 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-17 | Generate sensible default symbols for plugins with URIs where the last path ↵ | David Robillard | 1 | -22/+32 | |
component is a version number only. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4825 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-14 | Update for latest Raul. | David Robillard | 1 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-12 | Use ingen:root as the path for the root patch, opening up path space for ↵ | David Robillard | 1 | -3/+3 | |
engine/driver/etc. Strict conversion between Path and URI (Path no longer is-a URI). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4672 a436a847-0d15-0410-975c-d299462d15a1 |