summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-12-04get link color from themeouwou
2023-12-02Merge branch 'master' into themingouwou
2023-12-02Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2023-12-02fix build number fetch again :DDDouwou
2023-12-01tweak voice settings window uiouwou
2023-11-28remove low priority css fileouwou
2023-11-27change up set status dialogouwou
2023-11-26code deduplication unread indicatorouwou
2023-11-26add input settings label, tweak paddingouwou
2023-11-22add labels to settings in voice windowouwou
2023-11-21set glib application name (#247)Colin Sane
2023-11-18dim channel color on mute by alphaouwou
2023-11-17disable foreground set on channel renderer, get rid of stray ↵ouwou
property_sensitive=false
2023-11-17Merge branch 'master' into themingouwou
2023-11-17reimplement status indicator in member listouwou
2023-11-09more making message input look betterouwou
2023-11-09message input theme tweakingouwou
2023-11-04use a slightly different way of getting build numberouwou
2023-11-04show animated reactionsouwou
2023-11-03update permissions strings and role paneouwou
2023-11-03update enumsouwou
2023-11-03fix build number fetch (again)ouwou
i think we might need to fetch every script until we find the one with build number (i.e. the "main script" is no longer fixed in the html)
2023-10-26Merge branch 'master' of https://github.com/uowuo/abaddonouwou
2023-10-26fix fetching build number (closes #243)ouwou
2023-10-25feat: `show_deleted_indicator` (#237)Tiramify (A.K. Daniel)
* show_deleted_messages * Update README.md --------- Co-authored-by: ouwou <26526779+ouwou@users.noreply.github.com>
2023-10-21add mix mono option to voice window (closes #238)ouwou
2023-10-20fix double escaped username in message headers (#239, fixes #236)ouwou
2023-10-17update connections (#239)ouwou
2023-10-17fix gap in connections if image not foundouwou
2023-10-02use group(?)-agnostic keyval for paste shortcut (fixes #228)ouwou
2023-10-02add gui.font_scale settingouwou
2023-10-02remove silly warnouwou
2023-10-01fix closing segfaultouwou
2023-09-24add cap to member listouwou
2023-09-24remove printfouwou
2023-09-23code deduplicationouwou
2023-09-22fix member list in dms againouwou
2023-09-21some lovely member list optimizationsouwou
2023-09-11add menus to member listouwou
2023-09-11proper member list sortingouwou
2023-09-10add profile pics and colors to member listouwou
2023-09-09start new member listouwou
2023-09-08fix title not being evaluated when checking if embed is image-onlyouwou
2023-08-28fix webhook messages not using right username + avatar (fixes #209)ouwou
2023-08-25more spdlog/libfmt workaroundouwou
2023-08-25Merge branch 'master' into rnnoiseouwou
2023-08-25add workaround for compiling with spdlog and incompatible libfmt (fixes #214)ouwou
2023-08-25Merge pull request #207 from TheMorc/macosplatformouwou
add hackish macOS detection for home folder, resources and cache
2023-08-25Merge pull request #212 from TheMorc/macosfilepickerouwou
remove useless file picker filter
2023-08-24add hackish macOS detection for home folder, resources and cacheTheMorc