summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-12-17handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)ouwou
2021-12-16hide unread indicator for muted channelsouwou
2021-12-12fix compileouwou
2021-12-10hide guild unread indicator for muted guildsouwou
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-08mark guild as read (shift+esc)ouwou
2021-12-07make mark guild as read actually work properlyouwou
2021-12-06reorder menu itemsouwou
2021-12-06mark guild as readouwou
2021-12-05mark channels as unread on MESSAGE_CREATEouwou
2021-12-05dont send acks for channels known to be readouwou
2021-12-05basic unread indicators for channelsouwou
2021-12-04split channel CellRenderer into its own sourcesouwou
2021-12-01dont make requests for inaccessible channelsouwou
2021-11-29fix corrupted disk image sqlite error (fixes #51)ouwou
2021-11-28actually retrieve roles for guildsouwou
FetchRoles isnt needed anymore cuz full roles are fetched now
2021-11-28fix distortion of non-1:1 emojisouwou
2021-11-25dont print identify message to consoleouwou
mainly since i feel its only a matter of time before someone copy pastes it somewhere and itd be my fault also typedef -> using
2021-11-25remove unnecessary copying left over from debuggingouwou
2021-11-24bump build number in identifyouwou
2021-11-24add fetching private archived threadsouwou
2021-11-24fix buildouwou
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