Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 4 | -28/+30 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 3 | -4/+5 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 9 | -43/+49 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -2/+2 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 3 | -11/+11 | |
2018-09-23 | Use override specifiers | David Robillard | 6 | -32/+33 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 10 | -55/+55 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 1 | -2/+2 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -95/+0 | |
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive. | |||||
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -2/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 9 | -37/+34 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 1 | -2/+2 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -1/+1 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 5 | -5/+5 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 1 | -2/+0 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 2 | -0/+2 | |
2017-12-18 | Fix override specifiers | David Robillard | 4 | -6/+8 | |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 2 | -4/+0 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 3 | -181/+29 | |
2017-12-16 | Use unbounded queue for client signals | David Robillard | 1 | -30/+16 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 4 | -24/+37 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 1 | -2/+2 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 4 | -26/+25 | |
2016-10-14 | Simplify port model code | David Robillard | 1 | -15/+0 | |
2016-07-30 | Add undo support | David Robillard | 2 | -2/+6 | |
2015-10-30 | Update clients when plugins are unloaded/reloaded | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5808 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-25 | Fix explicit sequence port monitoring | David Robillard | 1 | -0/+1 | |
Patch from Robin Gareus. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5786 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 1 | -1/+20 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-09-29 | Fix more URI conversion issues. | David Robillard | 2 | -9/+9 | |
Fixes #1088. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5733 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-12 | Server-side presets. | David Robillard | 3 | -8/+24 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-06-09 | Fix partial commit. | David Robillard | 3 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5693 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 11 | -11/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-16 | Fix launching GUI with no engine. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5640 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-08 | Fix UI update on custom UI control changes. | David Robillard | 1 | -1/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5623 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-02 | Fix compilation with -fvisibility=hidden. | David Robillard | 11 | -21/+27 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 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-08 | Server-side copy paste with LV2 state support. | David Robillard | 3 | -2/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-07 | Demodularize socket stuff. | David Robillard | 1 | -0/+79 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5535 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Fix compilation with GCC 4.6. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5419 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 5 | -31/+30 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Order scale points by value (fix #951). | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5323 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -9/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5295 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-04 | Fix documentation pane. | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5256 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-11-01 | Implement static UI port notifications (fix #935). | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5172 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-09 | Support removing properties from the properties dialog. | David Robillard | 1 | -0/+2 | |
You can definitely blow your leg off with this one, clever ontology awareness (e.g. required properties) would be good... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5138 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-24 | Don't send port values to UI for audio ports (fix Calf crash). | David Robillard | 1 | -0/+1 | |
Don't set ingen:value property for non-control ports. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5081 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Move Atom implementation out of Raul so it can depend on LV2. | David Robillard | 6 | -36/+35 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-02 | Tidy. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5015 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 8 | -109/+113 | |
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 |