summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.cpp
AgeCommit message (Collapse)Author
2022-08-12Merge branch 'attachments'ouwou
2022-08-11add copy url menu item to attachments (closes #96)ouwou
also refactor menu popup to fit over entire message width
2022-07-05fix checks for is botouwou
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-26handle nicknames for message headersouwou
2022-02-27align stickersouwou
2022-02-20fix and refactor multiple embeds in one messageouwou
2022-02-20parse role mentionsouwou
2022-02-14fix per-guild avatarsouwou
2022-02-02handle multiple embeds in one messageouwou
2021-11-28fix distortion of non-1:1 emojisouwou
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