Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-01 | Merge branch 'master' into pch | ouwou | |
2023-01-29 | first pass compile time optimization | ouwou | |
2022-12-21 | add option to dump ready payload because thats useful | ouwou | |
2022-11-03 | add menu item + shortcuts to hide channel and member lists (closes #118) | ouwou | |
2022-10-23 | Add option to hide the menu bar behind alt key (#115) | ouwou | |
2022-10-06 | remove ability to join guilds | ouwou | |
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-25 | open browser on mouse release (fixes #108) | ouwou | |
2022-09-09 | add opt-in hide to system tray icon (#99) | KnightMurloc | |
2022-07-05 | fix checks for is bot | ouwou | |
2022-06-17 | add file upload via dnd + rework http | ouwou | |
2022-05-10 | add ctrl+number key shortcuts for tabs | ouwou | |
2022-05-09 | add ctrl(+shift)+tab keybinds | ouwou | |
2022-05-03 | Merge branch 'master' into tabs | ouwou | |
2022-05-03 | improve resizing behavior (fixes #67) | ouwou | |
2022-04-27 | add menu+accelerator for go back/forward | ouwou | |
2022-04-27 | add back/forward history to tabs | ouwou | |
also lots of reformatting in .cmake because clion is weird and did that for some reason | |||
2022-04-23 | dont expand channel list when changing tabs | ouwou | |
2022-04-17 | Merge branch 'master' into tabs | ouwou | |
2022-04-15 | fix menu bar updates again (fixes #61) | ouwou | |
2022-04-08 | basic tabs system | ouwou | |
2022-04-07 | remove mark all as read (it doesnt work on API end) | ouwou | |
2022-04-07 | fix more menu stuff | ouwou | |
also reformat | |||
2022-04-06 | replace file chooser with native | ouwou | |
also remove clipboard since it was just a workaround and i dont want to maintain it | |||
2022-04-05 | fix up a bunch of clang-tidy stuff | ouwou | |
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-22 | add mark all as read | ouwou | |
2021-12-10 | basic channel mentions count indicator | ouwou | |
2021-12-08 | mark guild as read (shift+esc) | ouwou | |
2021-11-28 | actually retrieve roles for guilds | ouwou | |
FetchRoles isnt needed anymore cuz full roles are fetched now | |||
2021-11-24 | add fetching private archived threads | ouwou | |
2021-11-24 | remove SimpleIni as a dependency | ouwou | |
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-23 | Restructure source and resource files (#46) | Dylam De La Torre | |
importantly, res is now res/res and css is now res/css |