Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-02 | close voice window on context menu disconnect | ouwou | |
2022-09-28 | manage decoders with ssrc updates | ouwou | |
2022-09-27 | Merge branch 'master' into voice | ouwou | |
2022-09-09 | add opt-in hide to system tray icon (#99) | KnightMurloc | |
2022-09-06 | make voice disconnect/reconnect work | ouwou | |
2022-09-02 | make compile work if voice support is disabled | ouwou | |
2022-08-31 | rudimentary voice implementation | ouwou | |
2022-08-17 | fetch cookies and build number on startup | ouwou | |
2022-08-16 | make cmake unity build work | ouwou | |
2022-06-23 | add change filename | ouwou | |
2022-06-14 | refactor send message params into one struct | ouwou | |
2022-06-05 | start attachments (image paste and upload) | ouwou | |
2022-04-23 | dont expand channel list when changing tabs | ouwou | |
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 | |||
2022-03-03 | start sending request guild members for unknown members | 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 |