summaryrefslogtreecommitdiff
path: root/src/discord/channel.cpp
AgeCommit message (Collapse)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-06-13use display name for DMs in channel listouwou
2023-01-29first pass compile time optimizationouwou
2023-01-21mimic discord group dm naming scheme (closes #133)ouwou
2022-05-11add icons to dmsouwou
2022-04-14fix tab titlesouwou
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
2022-02-02support channel icons for dmsouwou
2022-01-20handle initial muted state for threadsouwou
2022-01-05handle mutable categoriesouwou
2021-12-01dont make requests for inaccessible channelsouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css