Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -3/+3 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -2/+2 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -0/+66 | |
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive. |