summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.hpp
AgeCommit message (Collapse)Author
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2023-10-20fix double escaped username in message headers (#239, fixes #236)ouwou
2023-03-15cleanup and escape notification bodiesouwou
2023-01-29first pass compile time optimizationouwou
2022-08-11add copy url menu item to attachments (closes #96)ouwou
also refactor menu popup to fit over entire message width
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-20fix and refactor multiple embeds in one messageouwou
2022-02-20parse role mentionsouwou
2021-11-23Restructure source and resource files (#46)Dylam De La Torre
importantly, res is now res/res and css is now res/css