summaryrefslogtreecommitdiff
path: root/src/components/memberlist.cpp
AgeCommit message (Collapse)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-11-17reimplement status indicator in member listouwou
2023-10-02remove silly warnouwou
2023-09-24add cap to member listouwou
2023-09-22fix member list in dms againouwou
2023-09-21some lovely member list optimizationsouwou
2023-09-11add menus to member listouwou
2023-09-11proper member list sortingouwou
2023-09-10add profile pics and colors to member listouwou
2023-09-09start new member listouwou
2023-06-13show nicknames in member listouwou
2023-06-13refactor, update user mention handlingouwou
2023-06-13show pomelo names in member listouwou
2023-01-29first pass compile time optimizationouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
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-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