summaryrefslogtreecommitdiff
path: root/src/components/channels.cpp
AgeCommit message (Expand)Author
2022-01-20add mark as unread/toggle mute for threadsouwou
2022-01-15add toggle mute dm menu itemouwou
2022-01-08show count of unread dms in headerouwou
2022-01-05handle mutable categoriesouwou
2022-01-02Merge branch 'master' into unreadouwou
2021-12-31speed up connection speed a good bitouwou
2021-12-30add mute/unmute guild menu itemouwou
2021-12-29handle change of mute state for guildsouwou
2021-12-20mark channel being switched off as read when switchingouwou
2021-12-18add mute/unmute channel menu itemouwou
2021-12-17handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)ouwou
2021-12-10render total mentions on guild, redraw on message createouwou
2021-12-10basic channel mentions count indicatorouwou
2021-12-09rudimentary guild unread indicatorouwou
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
2021-11-23Restructure source and resource files (#46)Dylam De La Torre