Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -22/+24 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -12/+10 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -29/+29 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -12/+12 | |
2018-01-22 | Speed up animation and update GUI at 30Hz | David Robillard | 1 | -4/+3 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -10/+19 | |
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 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -12/+12 | |
2017-12-25 | Use auto for iterators | David Robillard | 1 | -3/+3 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -7/+5 | |
2017-12-25 | Always use braces | David Robillard | 1 | -5/+10 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -2/+2 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 1 | -1/+1 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -24/+18 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 1 | -4/+6 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 1 | -8/+2 | |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -0/+3 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 1 | -3/+3 | |
2016-12-04 | Fix initialization order warning | David Robillard | 1 | -1/+1 | |
2016-10-29 | Fix minor memory issues | David Robillard | 1 | -0/+1 | |
2016-10-02 | Show audio and load information in status line | David Robillard | 1 | -7/+74 | |
2016-09-18 | Add fancy communication logging | David Robillard | 1 | -0/+24 | |
2016-08-01 | Show colorized log output in messages window | David Robillard | 1 | -7/+9 | |
2015-10-24 | Fix LV2 UIs that send during instantiation | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5780 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-05 | Hide close/quit menu items in plugin GUI. | David Robillard | 1 | -0/+1 | |
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-28 | Unify value widgets in properties dialog. | David Robillard | 1 | -0/+10 | |
This shows the fancy URI selector for URI properties, and can show numeric controls for the property-to-add. The ontologies need some work, along with smarter widget creation, before the latter will actually be useful. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5648 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-03-13 | Fix crash on save in separate GUI process. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5628 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-24 | Demodularize Parser and Serialiser. | David Robillard | 1 | -4/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-14 | Fix save issues. | David Robillard | 1 | -3/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5564 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-09 | Fix broadcasting to several clients. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5550 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-02-08 | Server-side copy paste with LV2 state support. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5541 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-29 | Use complete Gtk style from file for embedded UIs. | David Robillard | 1 | -18/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5456 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-09 | Fix GUI updates after operations by emulating set feedback. | David Robillard | 1 | -0/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5445 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Fix various whitespace and formatting issues. | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-18 | Consolidate URIs. | David Robillard | 1 | -1/+1 | |
Add missing definition to ontology. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5317 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-07 | Remove unused plugin icon stuff. | David Robillard | 1 | -51/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5295 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-23 | Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul. | David Robillard | 1 | -4/+4 | |
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 | -3/+3 | |
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 | -1/+1 | |
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 | -11/+7 | |
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 type safe enumerations. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-08 | Don't highlight fill colour on mouse hover. | David Robillard | 1 | -1/+1 | |
Fi× embedded plugin UI Gtk style to match block background. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4907 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4889 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-22 | Configuration file saving. | David Robillard | 1 | -1/+13 | |
Automatically save and restore GUI settings (last patch directory, human names, etc.). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4848 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-21 | GUI::Configuration => GUI::Style. | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4844 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-18 | Don't do top level Glib things if Glib is already initialized. | David Robillard | 1 | -4/+6 | |
This fixed running the GUI in Gtkmm hosts like Ardour. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4831 a436a847-0d15-0410-975c-d299462d15a1 |