summaryrefslogtreecommitdiff
path: root/src/abaddon.hpp
AgeCommit message (Collapse)Author
2023-02-28rudimentary dm notificationsouwou
2023-01-29first pass compile time optimizationouwou
2022-09-09add opt-in hide to system tray icon (#99)KnightMurloc
2022-08-17fetch cookies and build number on startupouwou
2022-08-16make cmake unity build workouwou
2022-06-23add change filenameouwou
2022-06-14refactor send message params into one structouwou
2022-06-05start attachments (image paste and upload)ouwou
2022-04-23dont expand channel list when changing tabsouwou
2022-04-05fix up a bunch of clang-tidy stuffouwou
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-03start sending request guild members for unknown membersouwou
2021-11-24remove SimpleIni as a dependencyouwou
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-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css