Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
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-03 | Use lv2:prototype and deprecate ingen:prototype. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-21 | Order ports deterministically. | David Robillard | 1 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5593 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5582 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-17 | Fix display of labels when port is created without. | David Robillard | 1 | -1/+18 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5581 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-16 | Distinguish edge color from port color slightly. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5578 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Don't complain about missing ports when deleting things. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5547 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -56/+86 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-04-26 | Clean up Ganv API. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5367 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -2/+3 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Factor out plugin menu code into a separate class. | David Robillard | 1 | -150/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5297 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -3/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5295 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Distinguish Ingen graphs in Plugin menu with a gear. | David Robillard | 1 | -28/+33 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5292 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-08-20 | Remove vestigial Builder class. | David Robillard | 1 | -5/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5155 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-08 | Show right-click menu regradless of modifier state. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5129 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-03-25 | Don't show menu if other buttons or modifiers are down (fix #890). | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5103 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-02 | More generic Atom class. | David Robillard | 1 | -4/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -21/+22 | |
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-11 | Use range-based for loops where possible. | David Robillard | 1 | -22/+15 | |
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | Use type safe enumerations. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-11 | C++11-safe conversions. | David Robillard | 1 | -4/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-08 | Re-enable node documentation. | David Robillard | 1 | -1/+1 | |
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-12-29 | "edge" => "arc". | David Robillard | 1 | -28/+28 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4897 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-21 | Provide access to properties window for Graphs from canvas menu. | David Robillard | 1 | -0/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4884 a436a847-0d15-0410-975c-d299462d15a1 |