summaryrefslogtreecommitdiff
path: root/src/components/channels.cpp
AgeCommit message (Collapse)Author
2021-12-06reorder menu itemsouwou
2021-12-06mark guild as readouwou
2021-12-05mark channels as unread on MESSAGE_CREATEouwou
2021-12-05basic unread indicators for channelsouwou
2021-12-04split channel CellRenderer into its own sourcesouwou
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