Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-18 | add a bajillion headers back in to compile if pch is off | ouwou | |
2023-11-27 | change up set status dialog | ouwou | |
2023-07-15 | make editing inline, add up arrow shortcut | ouwou | |
2023-06-13 | remove dumb template stuff | ouwou | |
2023-06-13 | refactor, update user mention handling | ouwou | |
2023-01-29 | first pass compile time optimization | 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-08-17 | fetch cookies and build number on startup | ouwou | |
2022-06-23 | add change filename | 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-04 | obfuscate token in input dialog | 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 |