summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.hpp
AgeCommit message (Collapse)Author
2022-10-06remove ability to join guildsouwou
because 1. joining a guild seems to often require captchas now which are never going to be supported and 2. joining guilds is one of the things that upsets discords spam filter the most, so it kinda makes sense to remove anyways just like open dm
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-06-17add file upload via dnd + rework httpouwou
2022-05-10add ctrl+number key shortcuts for tabsouwou
2022-05-09add ctrl(+shift)+tab keybindsouwou
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-15fix menu bar updates again (fixes #61)ouwou
2022-04-07remove mark all as read (it doesnt work on API end)ouwou
2022-04-07fix more menu stuffouwou
also reformat
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
2021-12-22add mark all as readouwou
2021-12-08mark guild as read (shift+esc)ouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css