Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2017-12-16 | Use unbounded queue for client signals | David Robillard | 1 | -1/+1 | |
2017-12-16 | Clean up waf options | David Robillard | 1 | -2/+3 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 3 | -10/+14 | |
2017-03-20 | Cleanup: Trim boost headers and unnecessary configure checks | David Robillard | 2 | -2/+2 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 2 | -10/+3 | |
2017-03-18 | Use new suil init API to fix Qt5 plugin UIs | David Robillard | 1 | -0/+3 | |
2017-02-27 | Update glade file | David Robillard | 1 | -122/+19 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 2 | -3/+7 | |
2017-02-18 | Kludge around broken clipboard on MacOS | David Robillard | 1 | -1/+5 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -2/+3 | |
2017-02-15 | Move Properties out of Resource | David Robillard | 23 | -89/+86 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 7 | -15/+15 | |
2016-12-04 | Fix initialization order warning | David Robillard | 1 | -1/+1 | |
2016-10-29 | Remove useless warning | David Robillard | 1 | -1/+0 | |
2016-10-29 | Fix minor memory issues | David Robillard | 1 | -0/+1 | |
2016-10-14 | Don't request plugins until necessary | David Robillard | 1 | -2/+0 | |
2016-10-14 | Fix initial display of embedded GUIs | David Robillard | 2 | -1/+26 | |
2016-10-14 | Simplify port model code | David Robillard | 3 | -31/+26 | |
2016-10-06 | Add plugin state saving | David Robillard | 2 | -10/+23 | |
This only works with a server-side save, so the GUI now uses that if the server is not running remotely, where "remotely" is defined as "via TCP". This isn't perfect, since running ingen via TCP locally is a perfectly valid thing to do, but it will do for now. |