Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | rudimentary dm notifications | ouwou | |
2023-01-29 | first pass compile time optimization | ouwou | |
2022-09-09 | add opt-in hide to system tray icon (#99) | KnightMurloc | |
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 |