summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Cleanup: Use "using" instead of "typedef" where appropriateDavid Robillard13-17/+17
2019-12-08Cleanup: Format Python code to be mostly flake8 cleanDavid Robillard1-1/+4
2019-10-17Update autowafDavid Robillard1-10/+19
2019-10-17Remove use of autowaf.defineDavid Robillard1-2/+2
2019-10-08Raise existing plugin UI windows if double-clicked againDavid Robillard1-2/+2
2019-04-21Switch to using a submodule for autowafDavid Robillard1-4/+6
2019-04-13Clean up symbol tableDavid Robillard1-0/+2
2019-03-28Fix search for ingen_gui.uiDavid Robillard1-2/+1
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-1/+1
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard1-1/+1
2019-03-09Fix misleading connect window labelDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard54-317/+401
2019-03-09Remove clearlooks from style configurationDavid Robillard1-5/+0
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard10-52/+44
2019-03-08Pass World everywhere by referenceDavid Robillard17-197/+197
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard2-3/+3
2018-11-24Squashed 'waflib/' changes from 6e726eb1..5ea8f99fDavid Robillard66-15136/+0
2018-09-29Use nullptrDavid Robillard5-6/+6
2018-09-23Fix copy/paste of portsDavid Robillard1-5/+18
2018-09-23Use override specifiersDavid Robillard17-27/+27
2018-09-23Use lowercase namespace namesDavid Robillard62-519/+519
2018-09-22Use new LV2 include pathsDavid Robillard6-6/+6
2018-09-16Hide warnings from Gtk librariesDavid Robillard1-4/+4
2018-09-16Remove checks for ancient GtkmmDavid Robillard3-8/+0
2018-09-16Fix accidental case fall-throughDavid Robillard1-0/+1
2018-01-22Speed up animation and update GUI at 30HzDavid Robillard3-7/+6
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard5-37/+53
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard2-1/+22
2018-01-21Move Glib::thread_init to GUIDavid Robillard1-0/+1
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard3-19/+19
2018-01-21Use C++ style includes for standard language headersDavid Robillard3-4/+3
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard34-173/+174
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard11-62/+45
2017-12-25Use auto for iteratorsDavid Robillard7-20/+19
2017-12-25Use std::move to potentially avoid copyingDavid Robillard6-14/+14
2017-12-25Remove superfluous using namespace declarationsDavid Robillard20-58/+27
2017-12-25Always use bracesDavid Robillard20-111/+212
2017-12-25Use nullptrDavid Robillard23-98/+98
2017-12-25Fix inconsistent parameter namesDavid Robillard13-31/+31
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard2-5/+0
2017-12-24Clean up includes in public headersDavid Robillard7-1/+8
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard1-1/+1
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard6-28/+47
2017-12-16Clean up includesDavid Robillard1-2/+1
2017-12-16Use unbounded queue for client signalsDavid Robillard1-1/+1
2017-12-16Clean up waf optionsDavid Robillard1-2/+3
2017-03-20Fix round-trip preservation of property contextsDavid Robillard3-10/+14
2017-03-20Cleanup: Trim boost headers and unnecessary configure checksDavid Robillard2-2/+2
2017-03-19Shrink status bar text and fix initial DSP load displayDavid Robillard2-10/+3
2017-03-18Use new suil init API to fix Qt5 plugin UIsDavid Robillard1-0/+3