Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-02 | Update for latest raul | David Robillard | 1 | -13/+13 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -5/+49 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -2/+6 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -23/+24 | |
2020-08-02 | Remove redundant pointer get() calls | David Robillard | 1 | -3/+3 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -3/+3 | |
2020-08-02 | Remove std::weak_ptr alias | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix implicit-fallthrough warnings | David Robillard | 1 | -0/+1 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -3/+4 | |
2020-08-02 | Fix uninitialized variables | David Robillard | 1 | -6/+6 | |
2020-08-02 | Fix uninitialized members | David Robillard | 1 | -6/+0 | |
2020-08-02 | Use auto with casts and allocations to remove redundancy | David Robillard | 1 | -13/+13 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix multiple declarations on a single line | David Robillard | 1 | -2/+6 | |
2020-08-02 | Fix unnecessary copies in for loops | David Robillard | 1 | -2/+2 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -10/+13 | |
2020-02-26 | Add note about redundant arc deletion when deleting a selection | David Robillard | 1 | -0/+3 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -8/+8 | |
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 | -22/+22 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -4/+4 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -9/+9 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 1 | -5/+18 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -14/+14 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -1/+1 | |
2018-09-16 | Fix accidental case fall-through | David Robillard | 1 | -0/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -6/+8 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -26/+17 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -2/+2 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -1/+1 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -1/+1 | |
2017-12-25 | Always use braces | David Robillard | 1 | -9/+17 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -5/+5 | |
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 1 | -1/+1 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -21/+21 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -7/+7 | |
2016-10-14 | Simplify port model code | David Robillard | 1 | -20/+26 | |
2016-10-02 | Fix saving and loading subgraphs | David Robillard | 1 | -1/+1 | |
2016-09-18 | Fix undo of large pastes | David Robillard | 1 | -0/+4 | |
2016-09-11 | Use URIDs for prototypes | David Robillard | 1 | -1/+1 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -4/+4 | |
2016-07-30 | Add undo support | David Robillard | 1 | -1/+3 | |
2016-03-14 | Fix context menu position when using keyboard | David Robillard | 1 | -15/+29 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -2/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-26 | Use URIDs almost everywhere | David Robillard | 1 | -3/+2 | |
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-10-23 | Fix errors on C-a Delete | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5772 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -2/+2 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 |