Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-02 | Update for latest raul | David Robillard | 1 | -3/+3 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -12/+18 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -19/+19 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+2 | |
2020-08-02 | Remove stale forward declarations | David Robillard | 1 | -1/+0 | |
2020-08-02 | Clean up namespace comments | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use default member initialization | David Robillard | 1 | -4/+4 | |
2020-08-02 | Fix uninitialized members | David Robillard | 1 | -44/+44 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -7/+8 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -15/+15 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -2/+4 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 1 | -1/+1 | |
2016-10-06 | Add plugin state saving | David Robillard | 1 | -0/+2 | |
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 | Fix whitespace | David Robillard | 1 | -1/+1 | |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -0/+3 | |
2016-07-30 | Add undo support | David Robillard | 1 | -1/+5 | |
2016-03-14 | Add key binding for moving to parent graph | David Robillard | 1 | -1/+3 | |
2015-10-24 | Remove excess toolbar buttons | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5773 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-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Clean up save dialog stuff. | David Robillard | 1 | -4/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5563 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Add support for exporting canvas as PDF or PS. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5543 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-03-31 | Add zoom full and font size commands to Ingen. | David Robillard | 1 | -0/+8 | |
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-16 | Allow user to enable or disable sprung layout. | David Robillard | 1 | -2/+5 | |
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 | |||||
2013-08-20 | Remove unused class members. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5156 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Add option to enable/disable canvas animation (fix/avoid #879). | David Robillard | 1 | -0/+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 | -14/+14 | |
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-08 | Re-enable node documentation. | David Robillard | 1 | -2/+4 | |
Separate setting documentation from showing documentation pane, and make the latter a user option. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4909 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-19 | Patch => Graph | David Robillard | 1 | -0/+182 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1 |