summaryrefslogtreecommitdiff
path: root/src/windows/guildsettings/memberspane.cpp
AgeCommit message (Collapse)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-06-14convert a bunch of .Username accesses to proper accessouwou
2023-06-13remove dumb template stuffouwou
2023-06-13refactor, update user mention handlingouwou
2023-01-29first pass compile time optimizationouwou
2022-07-05fix checks for is botouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2021-11-28actually retrieve roles for guildsouwou
FetchRoles isnt needed anymore cuz full roles are fetched now
2021-11-24remove SimpleIni as a dependencyouwou
use Glib::KeyFile instead which is basically the same file format also read into and save from struct once, cuz its faster and less redundant
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css