Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -1/+1 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-07-17 | Remove redundant casts | David Robillard | 1 | -2/+1 | |
2023-09-22 | Avoid potential null dereferences | David Robillard | 1 | -0/+4 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use auto when declaring iterators | David Robillard | 1 | -6/+5 | |
2022-08-18 | Switch to meson build system | David Robillard | 1 | -3/+4 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -2/+2 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -7/+58 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -1/+5 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -9/+9 | |
2020-08-02 | Remove redundant pointer get() calls | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -2/+2 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use default member initialization | David Robillard | 1 | -5/+0 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -2/+5 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -4/+4 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -6/+7 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+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 | -16/+15 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -20/+16 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -9/+9 | |
2018-09-29 | Use nullptr | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -6/+6 | |
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 | -2/+2 | |
2017-12-25 | Always use braces | David Robillard | 1 | -18/+34 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -6/+6 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 1 | -1/+1 | |
2017-02-18 | Kludge around broken clipboard on MacOS | David Robillard | 1 | -1/+5 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -1/+1 | |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -10/+21 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. | |||||
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -0/+14 | |
2016-07-30 | Add undo support | David Robillard | 1 | -1/+21 | |
2016-03-14 | Add key binding for moving to parent graph | David Robillard | 1 | -2/+16 | |
2015-10-24 | Remove excess toolbar buttons | David Robillard | 1 | -0/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5773 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Hide close/quit menu items in plugin GUI. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5669 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-14 | Set default export format to PDF. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5630 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Fix quit via window close. | David Robillard | 1 | -5/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5565 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Fix save issues. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5564 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Clean up save dialog stuff. | David Robillard | 1 | -31/+36 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5563 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Confirm quit on last window close. | David Robillard | 1 | -1/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5562 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 1 | -18/+34 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5543 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-30 | Disable sprung layout initially. | David Robillard | 1 | -3/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5461 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-27 | Add support for sprung layout to Patchage. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5379 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Add zoom full and font size commands to Ingen. | David Robillard | 1 | -0/+34 | |
Consistent font size keybindings between Patchage and Ingen. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5356 a436a847-0d15-0410-975c-d299462d15a1 |