summaryrefslogtreecommitdiffstats
path: root/src/gui/LoadPluginWindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-07-13Add missing includesDavid Robillard1-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-23Clean up includes and forward declarationsDavid Robillard1-0/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-5/+5
2022-08-18Fix include orderDavid Robillard1-1/+2
2022-08-18Avoid "else" after "return", "break", and "continue"David Robillard1-2/+2
2022-08-18Use auto when declaring iteratorsDavid Robillard1-17/+21
2021-01-02Update for latest raulDavid Robillard1-4/+4
2020-12-15Clean up includes in guiDavid Robillard1-5/+30
2020-12-14Avoid "using namespace"David Robillard1-1/+3
2020-08-02Remove std::shared_ptr aliasDavid Robillard1-19/+21
2020-08-02Remove redundant pointer get() callsDavid Robillard1-4/+4
2020-08-02Fix uninitialized membersDavid Robillard1-3/+0
2020-08-02Fix unnecessary parameter copiesDavid Robillard1-12/+12
2020-08-02Fix include orderDavid Robillard1-3/+3
2019-03-09Clean up includes and forward declarationsDavid Robillard1-13/+10
2018-09-23Use lowercase namespace namesDavid Robillard1-5/+5
2018-09-16Remove checks for ancient GtkmmDavid Robillard1-4/+0
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-4/+4
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-7/+4
2017-12-25Remove superfluous using namespace declarationsDavid Robillard1-1/+1
2017-12-25Always use bracesDavid Robillard1-8/+15
2017-12-25Use nullptrDavid Robillard1-1/+1
2017-02-26Fix filtering by type in plugin selectorDavid Robillard1-2/+6
2017-02-15Move Properties out of ResourceDavid Robillard1-4/+4
2017-02-15Move static path stuff to its own headerDavid Robillard1-1/+1
2015-10-26Use URIDs almost everywhereDavid Robillard1-1/+1
This fixes some issues where types are lost after saving and re-loading many times. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5788 a436a847-0d15-0410-975c-d299462d15a1
2015-08-12Server-side presets.David Robillard1-11/+6
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5703 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Use lv2:prototype and deprecate ingen:prototype.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5652 a436a847-0d15-0410-975c-d299462d15a1
2014-01-24Fix various whitespace and formatting issues.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5325 a436a847-0d15-0410-975c-d299462d15a1
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-8/+8
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5076 a436a847-0d15-0410-975c-d299462d15a1
2013-02-02More generic Atom class.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 a436a847-0d15-0410-975c-d299462d15a1
2013-01-12Remove Raul::SharedPtr and switch to std::shared_ptr.David Robillard1-18/+18
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-11Use range-based for loops where possible.David Robillard1-7/+5
Mmm, shiny. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4919 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11Use type safe enumerations.David Robillard1-15/+13
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4918 a436a847-0d15-0410-975c-d299462d15a1
2013-01-11C++11-safe conversions.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4914 a436a847-0d15-0410-975c-d299462d15a1
2012-11-22Show project and author information in plugin dialog (#241).David Robillard1-7/+75
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4854 a436a847-0d15-0410-975c-d299462d15a1
2012-11-22Remove unused icon column from plugin window.David Robillard1-5/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4853 a436a847-0d15-0410-975c-d299462d15a1
2012-11-22Tidy.David Robillard1-28/+21
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4852 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19GraphObject => NodeDavid Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4722 a436a847-0d15-0410-975c-d299462d15a1
2012-08-19Patch => GraphDavid Robillard1-19/+19
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4721 a436a847-0d15-0410-975c-d299462d15a1
2012-08-18Node => BlockDavid Robillard1-18/+18
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4720 a436a847-0d15-0410-975c-d299462d15a1
2012-08-16Remove all 'using namespace Raul'.David Robillard1-13/+12
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4715 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Saner/faster Store interface for finding children.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4694 a436a847-0d15-0410-975c-d299462d15a1
2012-08-14Update for latest Raul.David Robillard1-9/+7
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4687 a436a847-0d15-0410-975c-d299462d15a1
2012-08-12Use ingen:root as the path for the root patch, opening up path space for ↵David Robillard1-1/+1
engine/driver/etc. Strict conversion between Path and URI (Path no longer is-a URI). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4672 a436a847-0d15-0410-975c-d299462d15a1
2012-08-12Remove redundant Path::is_valid_name and Path::nameify.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4671 a436a847-0d15-0410-975c-d299462d15a1
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4579 a436a847-0d15-0410-975c-d299462d15a1
2012-07-26Fix creation of polyphonic nodes from plugin dialog.David Robillard1-4/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4558 a436a847-0d15-0410-975c-d299462d15a1
2012-05-11Add missing includes.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4348 a436a847-0d15-0410-975c-d299462d15a1