Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-13 | Add missing includes | David Robillard | 1 | -0/+1 | |
According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. | |||||
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -1/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-12-14 | Use std::variant | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use a consistent style for empty braces | David Robillard | 1 | -2/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -6/+10 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -21/+0 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -2/+2 | |
2020-12-15 | Clean up includes in gui | David Robillard | 1 | -7/+1 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -5/+3 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+27 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -5/+5 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use auto with pointer casts to remove redundancy | David Robillard | 1 | -2/+2 | |
2020-08-02 | Remove wrappers for standard memory functions | David Robillard | 1 | -2/+3 | |
2020-08-02 | Fix uninitialized members | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix unnecessary parameter copies | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use empty() instead of size() where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Fix misleading connect window label | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -11/+11 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -1/+1 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -21/+22 | |
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 | -1/+1 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 1 | -6/+7 | |
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 std::move to potentially avoid copying | David Robillard | 1 | -3/+3 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 1 | -3/+2 | |
2017-12-25 | Always use braces | David Robillard | 1 | -8/+15 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -15/+15 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -1/+1 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 1 | -2/+13 | |
2017-12-16 | Clean up includes | David Robillard | 1 | -2/+1 | |
2017-12-16 | Use unbounded queue for client signals | David Robillard | 1 | -1/+1 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -1/+1 | |
2016-10-14 | Don't request plugins until necessary | David Robillard | 1 | -2/+0 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -1/+1 | |
2015-10-02 | Don't connect twice to server on initial load. | David Robillard | 1 | -1/+11 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5734 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-08-29 | Fix crash when clicking activate before connection. | David Robillard | 1 | -0/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5716 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -1/+1 | |
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-04-04 | Fix whitespace. | David Robillard | 1 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5654 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-16 | Fix launching GUI with no engine. | David Robillard | 1 | -100/+149 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5640 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-02-02 | Disable responses in the usual case where the UI doesn't care. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5333 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -2/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-12 | Remove Raul::SharedPtr and switch to std::shared_ptr. | David Robillard | 1 | -8/+8 | |
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 | -10/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-12-23 | Use more sensible URI scheme for Ingen paths. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4889 a436a847-0d15-0410-975c-d299462d15a1 |