Commit Graph

35 Commits

Author SHA1 Message Date
ouwou
30b901b4df add a bajillion headers back in to compile if pch is off 2024-01-18 20:30:54 -05:00
ouwou
012c2dab59 make image clamp dimensions a setting 2024-01-11 21:50:13 -05:00
ouwou
af31402b7f Merge branch 'master' into theming 2023-12-15 01:36:06 -05:00
ouwou
23bf237e4e view image alt text on hover 2023-12-13 21:59:45 -05:00
ouwou
e21b678220 get link color from theme 2023-12-04 20:19:02 -05:00
ouwou
260fc2a745 show @ in reply markup if reply is a mention 2023-12-04 01:50:16 -05:00
ouwou
5703d06c73 show animated reactions 2023-11-04 20:54:15 -04:00
ouwou
893c9b5241 fix double escaped username in message headers (#239, fixes #236) 2023-10-20 20:30:39 -04:00
ouwou
67b23abbd4 fix title not being evaluated when checking if embed is image-only 2023-09-08 20:44:03 -04:00
ouwou
36f2ec0996 fix webhook messages not using right username + avatar (fixes #209) 2023-08-28 21:47:04 -04:00
ouwou
22025c2f0d fix regex reading from freed memory (fixes #197) 2023-07-25 15:56:22 -04:00
ouwou
52a340e366 fix attachments and replies breaking when loading message history 2023-07-13 18:53:47 -04:00
ouwou
00dddf410e convert a bunch of .Username accesses to proper access 2023-06-14 02:04:39 -04:00
ouwou
29a049e62a handle nickname in reply component 2023-06-13 22:15:48 -04:00
ouwou
8ec9694402 use display name in replies 2023-06-13 21:34:29 -04:00
ouwou
6f1bd0014c refactor, update user mention handling 2023-06-13 21:28:18 -04:00
ouwou
f9deeef70d dont let message ListBoxRow steal focus on click 2023-06-03 18:04:48 -04:00
ouwou
358f68d267 cleanup and escape notification bodies 2023-03-15 20:19:54 -04:00
ouwou
5a6f8cac09 first pass compile time optimization 2023-01-29 21:33:34 -05:00
ouwou
ff47134dc6 make embed labels selectable, let chat textview take focus 2023-01-28 19:05:57 -05:00
ouwou
3027e00905 open browser on mouse release (fixes #108) 2022-09-25 01:44:09 -04:00
ouwou
f3e5dcbe65 fix some potential crashes because of optionals 2022-09-09 02:40:33 -04:00
ouwou
6a5ecb4d95 Merge branch 'attachments' 2022-08-12 18:35:58 -04:00
ouwou
baf96da80c add copy url menu item to attachments (closes #96)
also refactor menu popup to fit over entire message width
2022-08-11 20:53:36 -04:00
ouwou
5c7631e713 fix checks for is bot 2022-07-05 03:53:00 -04:00
ouwou
49685c3989 fix up a bunch of clang-tidy stuff
mostly changing references, which i hope doesnt break stuff with models (TreeRow, iterators) since they gave me some strange problems in the past
2022-04-05 22:01:53 -04:00
ouwou
a2a45757e9 handle nicknames for message headers 2022-03-26 02:51:56 -04:00
ouwou
fc3d0fddd2 align stickers 2022-02-27 00:52:52 -05:00
ouwou
4bd5c89266 fix and refactor multiple embeds in one message 2022-02-20 01:20:19 -05:00
ouwou
a0599ab812 parse role mentions 2022-02-20 01:19:18 -05:00
ouwou
25fd2c3840 fix per-guild avatars 2022-02-14 02:53:21 -05:00
ouwou
75213fcede handle multiple embeds in one message 2022-02-02 22:46:55 -05:00
ouwou
192b043e7a fix distortion of non-1:1 emojis 2021-11-28 22:40:41 -05:00
ouwou
4326c5e29b remove SimpleIni as a dependency
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-24 03:15:22 -05:00
Dylam De La Torre
a51a54bc59
Restructure source and resource files (#46)
importantly, res is now res/res and css is now res/css
2021-11-23 04:21:56 +00:00