summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-05-15make it look sort of better i guessouwou
2022-05-11add icons to dmsouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
2022-05-08request channels again if accessibility was lostouwou
2022-05-08stop sending messages to inaccessible channelsouwou
2022-05-06compile oopsyouwou
2022-05-06clear tabs when access lost, show blanks for missing channelsouwou
2022-05-03Merge branch 'master' into tabsouwou
2022-05-03improve resizing behavior (fixes #67)ouwou
2022-05-02respect muted state for tab indicatorouwou
2022-05-02open channel if its the first opened tabouwou
2022-04-27add menu+accelerator for go back/forwardouwou
2022-04-27add back/forward history to tabsouwou
also lots of reformatting in .cmake because clion is weird and did that for some reason
2022-04-23dont expand channel list when changing tabsouwou
2022-04-21add opened tabs to stateouwou
2022-04-21add open dm in new tabouwou
2022-04-17Merge branch 'master' into tabsouwou
2022-04-15fix menu bar updates again (fixes #61)ouwou
2022-04-14fix tab titlesouwou
2022-04-09add server icons to channelsouwou
2022-04-09more tab workouwou
- only one tab for any channel can be open - rudimentary unread indicators - add some css
2022-04-08basic tabs systemouwou
2022-04-08pull in libhandy optionallyouwou
2022-04-07remove mark all as read (it doesnt work on API end)ouwou
2022-04-07fix more menu stuffouwou
also reformat
2022-04-07fix open dm opening the wrong thing sometimesouwou
2022-04-07fix menus looking weird when opened for first timeouwou
2022-04-06replace file chooser with nativeouwou
also remove clipboard since it was just a workaround and i dont want to maintain it
2022-04-06improve scrolling behavior again, refactorouwou
scrolling is almost exactly how i want it, but when an existing message's height allocation is changed it still causes the scroll position to change, but its not that bad and is better than what i had before anyways so it is good enough for now. ideally if you are scrolled in the middle it will stay put completely
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-03-31Merge branch 'master' into msysouwou
2022-03-31improve scrolling up behavior when loading new messagesouwou
2022-03-31enable fontconfig stuff on msys2 tooouwou
2022-03-26Merge branch 'master' into msysouwou
2022-03-26handle nicknames for message headersouwou
2022-03-05fix UBouwou
2022-03-04obfuscate token in input dialogouwou
2022-03-04optimize sql for getting unknown member idsouwou
2022-03-03dont request guild members if there are no user idsouwou
2022-03-03request when loading message historyouwou
2022-03-03start sending request guild members for unknown membersouwou
2022-03-03fill out gateway op enum using internal namesouwou
2022-02-27align stickersouwou
2022-02-20fix and refactor multiple embeds in one messageouwou
2022-02-20parse role mentionsouwou
2022-02-17delete database instead of trying to clear itouwou
2022-02-14fix per-guild avatarsouwou
2022-02-02handle multiple embeds in one messageouwou
2022-02-02fix ready parsing (#54)ouwou