summaryrefslogtreecommitdiff
path: root/src/windows/mainwindow.cpp
AgeCommit message (Collapse)Author
2024-01-20make classic channels a settingouwou
2024-01-19Merge branch 'master' into classic-channelsouwou
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2024-01-13make view channels option actually hide the panelouwou
2023-10-24very very rudimentary classic channels listouwou
2023-10-24add intermediate container for channel listouwou
2023-10-24refactor ChannelList -> ChannelListTreeouwou
2023-10-16start channel list refactor for server listouwou
2023-07-15make editing inline, add up arrow shortcutouwou
2023-07-09make qrcodegen optional wow!!!ouwou
2023-06-30remote auth impl. up to QR code displayouwou
2023-05-23hide voice info box on startupouwou
2023-03-14more WITH_VOICE guardsouwou
2023-02-07Merge branch 'master' into voiceouwou
2023-02-01Merge branch 'master' into pchouwou
2023-01-29first pass compile time optimizationouwou
2023-01-03start voice info boxouwou
2022-12-21add option to dump ready payload because thats usefulouwou
2022-11-03add menu item + shortcuts to hide channel and member lists (closes #118)ouwou
2022-10-23Add option to hide the menu bar behind alt key (#115)ouwou
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-05-03Merge branch 'master' into tabsouwou
2022-05-03improve resizing behavior (fixes #67)ouwou
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-17Merge branch 'master' into tabsouwou
2022-04-15fix menu bar updates again (fixes #61)ouwou
2022-04-08basic tabs systemouwou
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-10basic channel mentions count indicatorouwou
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