Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2014-03-17 | Tidy up draw dialog code. | David Robillard | 1 | -13/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5343 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-16 | Allow user to enable or disable sprung layout. | David Robillard | 1 | -5/+41 | |
This setting is saved with the patch so sprung patches remain sprung when loaded again, but manually arranged patches won't be mangled. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5340 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-15 | Clean up public canvas interface. | David Robillard | 1 | -1/+1 | |
Eliminate thin C wrappers around C++ methods (move actual implementation into C). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5338 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -3/+3 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Set documentation pane position to maximum to hide in LV2 GUI. | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5257 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+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 | -4/+4 | |
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 | Fix default status bar text when engine is local. | David Robillard | 1 | -4/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5019 a436a847-0d15-0410-975c-d299462d15a1 |