summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-22add mark all as readouwou
2021-12-20mark channel being switched off as read when switchingouwou
2021-12-20fix bad if statement causing UBouwou
2021-12-18unread indicator for dm channelsouwou
2021-12-18grey out muted channels in listouwou
2021-12-18inline unread renderingouwou
2021-12-18add mute/unmute channel menu itemouwou
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-29rename find module (fixes #50)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-24update readmeouwou
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
2021-11-20normalize include pathsouwou
2021-11-20merge storeouwou
2021-11-19fix sqlite error messagesouwou
2021-11-16Fix warnings shown by GCC (#47)Dylam De La Torre
* fix all warnings shown by GCC
2021-11-16fix retrieving message referencesouwou
and also add a reset statement i forgot (raii might be good here...)
2021-11-14Merge branch 'master' into storeouwou
2021-11-13presence of ThreadMember means user added to private threadouwou
2021-11-13dont call StopDiscord in destructorouwou
since the destructor is run during static destruction it can cause issues it's redundant anyways as StopDiscord is slotted into Gtk::Application::signal_shutdown
2021-11-06fix double close of store throwingouwou
2021-11-04add files that should have been pushed with last commitouwou
oops
2021-11-04preserve channel list expansion and active channel (#36)ouwou
also check getenv in platform
2021-11-02Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2021-11-02remove channel row css classes from readmeouwou
2021-11-01fix typo (#41)South
2021-10-30some snowflake IsValid checksouwou
mainly so i could debug something easier