summaryrefslogtreecommitdiff
path: root/src/components/chatmessage.cpp
AgeCommit message (Collapse)Author
2025-01-10move message container margin to cssouwou
2024-01-18add a bajillion headers back in to compile if pch is offouwou
2024-01-11make image clamp dimensions a settingouwou
2023-12-15Merge branch 'master' into themingouwou
2023-12-13view image alt text on hoverouwou
2023-12-04get link color from themeouwou
2023-12-04show @ in reply markup if reply is a mentionouwou
2023-11-04show animated reactionsouwou
2023-10-20fix double escaped username in message headers (#239, fixes #236)ouwou
2023-09-08fix title not being evaluated when checking if embed is image-onlyouwou
2023-08-28fix webhook messages not using right username + avatar (fixes #209)ouwou
2023-07-25fix regex reading from freed memory (fixes #197)ouwou
2023-07-13fix attachments and replies breaking when loading message historyouwou
2023-06-14convert a bunch of .Username accesses to proper accessouwou
2023-06-13handle nickname in reply componentouwou
2023-06-13use display name in repliesouwou
2023-06-13refactor, update user mention handlingouwou
2023-06-03dont let message ListBoxRow steal focus on clickouwou
2023-03-15cleanup and escape notification bodiesouwou
2023-01-29first pass compile time optimizationouwou
2023-01-28make embed labels selectable, let chat textview take focusouwou
2022-09-25open browser on mouse release (fixes #108)ouwou
2022-09-09fix some potential crashes because of optionalsouwou
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