Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -3/+3 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -6/+2 | |
2022-08-18 | Fix overly long line comments | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use a consistent style for FOREACH macros | David Robillard | 1 | -5/+5 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -4/+1 | |
2021-04-01 | Fix invalid URI mapping when a property range is a blank node | David Robillard | 1 | -1/+3 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -1/+2 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -2/+3 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -2/+2 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -2/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -0/+2 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -1/+1 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -38/+38 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -12/+12 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -7/+7 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -3/+1 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -8/+8 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -2/+2 | |
2015-08-29 | Fix invalid conversion of URIDs to strings. | David Robillard | 1 | -4/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5709 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Allow editing generic properties. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5664 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-04-01 | Support adding datatype properties. | David Robillard | 1 | -7/+29 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5649 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -9/+43 | |
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-28 | Improve properties window. | David Robillard | 1 | -2/+21 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 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 | -2/+2 | |
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-11 | Use range-based for loops where possible. | David Robillard | 1 | -4/+4 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -0/+177 | |
Fix glib errors when resetting properties dialog. Move RDFS domain/range/classes/etc code to reusable location. Add preliminary "mesp" (message processing) plugin package. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4903 a436a847-0d15-0410-975c-d299462d15a1 |