Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-25 | feat: `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-02 | add gui.font_scale setting | ouwou | |
2023-07-23 | make vad method a setting and tie it to combobox | ouwou | |
2023-06-17 | add runtime option to hide console on windows | ouwou | |
2023-04-05 | add runtime settings for notis | ouwou | |
2022-10-23 | add option to autoconnect (closes #114) | ouwou | |
2022-10-23 | Add option to hide the menu bar behind alt key (#115) | ouwou | |
2022-09-09 | add opt-in hide to system tray icon (#99) | KnightMurloc | |
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-01-28 | add style option for unread indicator color | ouwou | |
2022-01-26 | add setting to not show unread stuff | ouwou | |
2022-01-21 | add settings for some colors | ouwou | |
2021-11-24 | fix build | 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 |