summaryrefslogtreecommitdiffstats
path: root/src/gui
AgeCommit message (Expand)AuthorFilesLines
2020-08-02Use explicit default for trivial constructorsDavid Robillard2-2/+2
2020-08-02Use default member initializationDavid Robillard3-15/+18
2020-08-02Use std::make_sharedDavid Robillard2-8/+9
2020-08-02Remove wrappers for standard memory functionsDavid Robillard15-36/+58
2020-08-02Fix uninitialized variablesDavid Robillard2-8/+13
2020-08-02Fix uninitialized membersDavid Robillard13-129/+115
2020-08-02Don't access static methods through instancesDavid Robillard1-2/+2
2020-08-02Use auto with casts and allocations to remove redundancyDavid Robillard4-20/+20
2020-08-02Fix unnecessary parameter copiesDavid Robillard14-61/+63
2020-08-02Remove redundant base class initializationsDavid Robillard2-4/+3
2020-08-02Make member functions const or static where possibleDavid Robillard1-2/+3
2020-08-02Use type-appropriate math functionsDavid Robillard1-1/+1
2020-08-02Fix multiple declarations on a single lineDavid Robillard1-2/+6
2020-08-02Fix unnecessary copies in for loopsDavid Robillard2-3/+3
2020-08-02Use faster variant of std::string::findDavid Robillard1-6/+6
2020-08-02Fix include orderDavid Robillard6-9/+9
2020-08-01Use modern castsDavid Robillard11-37/+46
2020-08-01Add explicit accessors to QuarkDavid Robillard1-1/+1
2020-02-26Add note about redundant arc deletion when deleting a selectionDavid Robillard1-0/+3
2019-12-08Cleanup: Use empty() instead of size() where appropriateDavid Robillard3-4/+4
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard10-55/+53
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