Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2023-09-22 | Avoid potential null dereferences | David Robillard | 1 | -3/+6 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -9/+9 | |
2022-09-27 | Use braced init lists to avoid repeating return types | David Robillard | 1 | -1/+1 | |
2022-08-18 | Fix include order | David Robillard | 1 | -1/+2 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -10/+25 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -1/+0 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -3/+4 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -3/+31 | |
2020-12-14 | Fix unnecessary parameter copying overhead | David Robillard | 1 | -2/+2 | |
2020-12-14 | Use "auto" to avoid redundancy | David Robillard | 1 | -9/+11 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -2/+3 | |
2020-08-02 | Fix double-promotion warnings | David Robillard | 1 | -2/+2 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -10/+13 | |
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 | -21/+20 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -19/+19 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -24/+26 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -7/+6 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -2/+2 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -2/+0 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -3/+3 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -4/+4 | |
2016-09-11 | Use URIDs for prototypes | David Robillard | 1 | -8/+4 | |
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -13/+8 | |
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-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 | -28/+87 | |
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 | -278/+207 | |
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 | -44/+158 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5646 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-07 | Fix crash when properties window object goes away. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5537 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Fix initial size of properties window. | David Robillard | 1 | -7/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5447 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -20/+20 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Remove unused typedefs. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5167 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Fix zero minimum for float property values (#895). | David Robillard | 1 | -2/+10 | |
Fix odd crash bug introduced in r5138. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5140 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 1 | -7/+30 | |
You can definitely blow your leg off with this one, clever ontology awareness (e.g. required properties) would be good... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5138 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 | -8/+8 | |
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 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5016 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-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 | -18/+18 | |
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 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-08 | Add support for URID ports. | David Robillard | 1 | -163/+36 | |
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 | |||||
2012-12-22 | More sophisticated domain and range handling for properties dialog. | David Robillard | 1 | -51/+98 | |
Now any classes in the super/sub class closure of the domain/range will be shown. In particular, this makes lv2:designation show up with the expected value. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4886 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Show properties with no domain in add selector of properties dialog. | David Robillard | 1 | -2/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4885 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Provide access to properties window for Graphs from canvas menu. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4884 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Strip trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4883 a436a847-0d15-0410-975c-d299462d15a1 |