Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-03 | handle null from std::locale::locale (fixes #88) | ouwou | |
2022-07-31 | grey out leave button if user owns the guild | ouwou | |
2022-06-14 | Merge branch 'master' of https://github.com/uowuo/abaddon | ouwou | |
2022-06-14 | hoisted_role can be missing from guild member list update | ouwou | |
2022-06-06 | readme: Simplify submodule install process. (#81) | betty "reenii" bessa | |
* readme: Simplify submodule install process. Not only the linux version did not include any instructions on getting submodules (thus, attempting to follow the guide line-by-line would cause in a unavoiable cmake configure halt before even building), But the usage of `submodule init/update` in it's own can be simplified by using the `--recursive` flag directly in the clone instead. * Only target "submodules" folder for cloning | |||
2022-06-05 | try to fix multiple attachment handling | ouwou | |
2022-05-23 | Remove zipped resource archive in repo (#74) | Adrian Schollmeyer | |
* res: Remove zipped archive This was probably added by accident. * gitignore: Ignore archive files Archives don't belong in the repo, so make sure they don't get accidentally added again. | |||
2022-05-22 | add include | ouwou | |
2022-05-21 | always quietly try and include fontconfig if present | ouwou | |
2022-05-20 | save state per-user | ouwou | |
2022-05-19 | remove thing i shouldnt have committed | ouwou | |
2022-05-19 | fix role updates (fixes #69, fixes #70) | ouwou | |
2022-05-17 | only save state when actually disconnecting (fixes #65) | ouwou | |
2022-05-16 | update css | ouwou | |
2022-05-15 | make it look sort of better i guess | ouwou | |
2022-05-11 | add icons to dms | ouwou | |
2022-05-10 | add ctrl+number key shortcuts for tabs | ouwou | |
2022-05-09 | add ctrl(+shift)+tab keybinds | ouwou | |
2022-05-08 | request channels again if accessibility was lost | ouwou | |
2022-05-08 | stop sending messages to inaccessible channels | ouwou | |
2022-05-06 | compile oopsy | ouwou | |
2022-05-06 | clear tabs when access lost, show blanks for missing channels | ouwou | |
2022-05-03 | Merge branch 'master' into tabs | ouwou | |
2022-05-03 | improve resizing behavior (fixes #67) | ouwou | |
2022-05-02 | respect muted state for tab indicator | ouwou | |
2022-05-02 | open channel if its the first opened tab | 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 show attention indicator on checked tab | ouwou | |
2022-04-23 | dont expand channel list when changing tabs | ouwou | |
2022-04-21 | add opened tabs to state | ouwou | |
2022-04-21 | add open dm in new tab | ouwou | |
2022-04-20 | add ci run for minimal dependencies | ouwou | |
2022-04-17 | install libhandy dep on msys | ouwou | |
2022-04-17 | Merge branch 'master' into tabs | ouwou | |
2022-04-15 | fix menu bar updates again (fixes #61) | ouwou | |
2022-04-15 | update nightly.link download url | ouwou | |
2022-04-14 | fix tab titles | ouwou | |
2022-04-09 | add server icons to channels | ouwou | |
2022-04-09 | more tab work | ouwou | |
- only one tab for any channel can be open - rudimentary unread indicators - add some css | |||
2022-04-08 | basic tabs system | ouwou | |
2022-04-08 | pull in libhandy optionally | ouwou | |
2022-04-08 | no more vcpkg | 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-07 | fix open dm opening the wrong thing sometimes | ouwou | |
2022-04-07 | update readme | ouwou | |
also format according to whatever jetbrains thinks is good i guess | |||
2022-04-07 | fix menus looking weird when opened for first time | ouwou | |
2022-04-06 | no more msvc builds | ouwou | |
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 |