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 | -8/+8 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
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 | Use a consistent style for empty braces | David Robillard | 1 | -2/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2020-12-15 | Clean up includes in client library | David Robillard | 1 | -1/+8 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -24/+25 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -2/+2 | |
2020-08-02 | Don't access static methods through instances | David Robillard | 1 | -3/+3 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -7/+8 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -3/+3 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -7/+7 | |
2020-08-01 | Add explicit accessors to Quark | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -1/+6 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -14/+14 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -26/+26 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -6/+6 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -2/+2 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -12/+12 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -5/+8 | |
2017-02-18 | Fix loading UIs with separate data files | David Robillard | 1 | -1/+5 | |
2016-10-02 | Fix custom UI port notifications | David Robillard | 1 | -1/+1 | |
2015-10-27 | Remove unused variable | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5794 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 1 | -37/+56 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-28 | Get rid of LV2Info class. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5708 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-14 | Use lilv_free(). | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5707 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-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 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5623 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-01-29 | Add lilv_file_uri_parse() for correct URI to path conversion. | David Robillard | 1 | -2/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5528 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-01 | Check to make sure plugin matches for ui:notifications to avoid redundant ↵ | David Robillard | 1 | -0/+11 | |
messages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5327 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-31 | Subscribe to ports before instantiating plugin UIs (fix #954). | David Robillard | 1 | -21/+30 | |
Respond to put/set/patch with the same type of event (not set=>delta). Don't feed back changes to originating client. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5326 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Implement static UI port notifications (fix #935). | David Robillard | 1 | -7/+32 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5172 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Implement LV2 UI port_index, subscribe, and unsubscribe features. | David Robillard | 1 | -12/+72 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5169 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Fix crash when twiddling controls in custom LV2 GUIs. | David Robillard | 1 | -1/+2 | |
This should never happen, it seems that the port value atom is garbage, but it fixes the crash, so... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5132 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -3/+3 | |
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 | -2/+2 | |
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 | -4/+11 | |
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 | -1/+1 | |
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 | -10/+10 | |
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 | |||||
2012-08-18 | Node => Block | David Robillard | 1 | -13/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-17 | Implement real logging system, LV2 log extension support, and purge ↵ | David Robillard | 1 | -6/+8 | |
evil/ugly/untranslatable C++ stream printing. Remove coloured log stuff from Raul. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4717 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 | -4/+4 | |
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 | |||||
2012-08-10 | Fix various const violations. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4647 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-07-31 | Merge Ingen::Shared namespace into Ingen namespace and core libingen library. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-11 | Clean up and better document World interface. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4344 a436a847-0d15-0410-975c-d299462d15a1 |