Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-02 | Fix include order | David Robillard | 6 | -9/+9 | |
2020-08-01 | Use modern casts | David Robillard | 11 | -37/+46 | |
2020-08-01 | Add explicit accessors to Quark | David Robillard | 1 | -1/+1 | |
2020-02-26 | Add note about redundant arc deletion when deleting a selection | David Robillard | 1 | -0/+3 | |
2019-12-08 | Cleanup: Use empty() instead of size() where appropriate | David Robillard | 3 | -4/+4 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 10 | -55/+53 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 13 | -17/+17 | |
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 1 | -1/+4 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -10/+19 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -2/+2 | |
2019-10-08 | Raise existing plugin UI windows if double-clicked again | David Robillard | 1 | -2/+2 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -4/+6 | |
2019-04-13 | Clean up symbol table | David Robillard | 1 | -0/+2 | |
2019-03-28 | Fix search for ingen_gui.ui | David Robillard | 1 | -2/+1 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 1 | -1/+1 | |
2019-03-09 | Make start_to_file() take a FilePath for type safety | 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 | 54 | -317/+401 | |
2019-03-09 | Remove clearlooks from style configuration | David Robillard | 1 | -5/+0 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 10 | -52/+44 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 17 | -197/+197 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 2 | -3/+3 | |
2018-11-24 | Squashed 'waflib/' changes from 6e726eb1..5ea8f99f | David Robillard | 66 | -15136/+0 | |
5ea8f99f Improve test output spacing 0e23b29f Raise exception when test suite fails to ensure non-zero exit status d6de073b Show run time of unit tests 5b655541 Add short configure option for ultra-strict flags 4687ba6d Use gtest-like test output 258903d9 Fix failure count in test group summaries da07e738 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d | |||||
2018-09-29 | Use nullptr | David Robillard | 5 | -6/+6 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 1 | -5/+18 | |
2018-09-23 | Use override specifiers | David Robillard | 17 | -27/+27 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 62 | -519/+519 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 6 | -6/+6 | |
2018-09-16 | Hide warnings from Gtk libraries | David Robillard | 1 | -4/+4 | |
2018-09-16 | Remove checks for ancient Gtkmm | David Robillard | 3 | -8/+0 | |
2018-09-16 | Fix accidental case fall-through | David Robillard | 1 | -0/+1 | |
2018-01-22 | Speed up animation and update GUI at 30Hz | David Robillard | 3 | -7/+6 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 5 | -37/+53 | |
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 | Remove glib dependency from engine and core library | David Robillard | 2 | -1/+22 | |
2018-01-21 | Move Glib::thread_init to GUI | David Robillard | 1 | -0/+1 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 3 | -19/+19 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 3 | -4/+3 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 34 | -173/+174 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 11 | -62/+45 | |
2017-12-25 | Use auto for iterators | David Robillard | 7 | -20/+19 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 6 | -14/+14 | |
2017-12-25 | Remove superfluous using namespace declarations | David Robillard | 20 | -58/+27 | |
2017-12-25 | Always use braces | David Robillard | 20 | -111/+212 | |
2017-12-25 | Use nullptr | David Robillard | 23 | -98/+98 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 13 | -31/+31 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 2 | -5/+0 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 7 | -1/+8 | |
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 | 6 | -28/+47 | |
2017-12-16 | Clean up includes | David Robillard | 1 | -2/+1 | |