summaryrefslogtreecommitdiffstats
path: root/src/gui/URIEntry.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Clean up includes and forward declarationsDavid Robillard1-2/+1
2023-02-03Suppress/fix new warnings in clang-tidy 15David Robillard1-1/+1
2022-12-14Concatenate nested namespacesDavid Robillard1-4/+2
2022-08-18Use a consistent style for FOREACH macrosDavid Robillard1-2/+2
2020-12-15Clean up includes in guiDavid Robillard1-0/+13
2020-12-14Use "auto" to avoid redundancyDavid Robillard1-2/+2
2019-03-09Clean up includes and forward declarationsDavid Robillard1-2/+4
2019-03-08Pass World everywhere by referenceDavid Robillard1-6/+6
2018-09-23Use lowercase namespace namesDavid Robillard1-8/+8
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-8/+6
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard1-2/+2
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-4/+4
2017-12-25Use nullptrDavid Robillard1-5/+5
2015-04-05Add mnemonics for value menu.David Robillard1-2/+2
2015-04-05Allow editing generic properties.David Robillard1-11/+33
2015-03-28Unify value widgets in properties dialog.David Robillard1-0/+172