index
:
abaddon-portaudio
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
chatmessage.cpp
Age
Commit message (
Expand
)
Author
2024-01-18
add a bajillion headers back in to compile if pch is off
ouwou
2024-01-11
make image clamp dimensions a setting
ouwou
2023-12-15
Merge branch 'master' into theming
ouwou
2023-12-13
view image alt text on hover
ouwou
2023-12-04
get link color from theme
ouwou
2023-12-04
show @ in reply markup if reply is a mention
ouwou
2023-11-04
show animated reactions
ouwou
2023-10-20
fix double escaped username in message headers (#239, fixes #236)
ouwou
2023-09-08
fix title not being evaluated when checking if embed is image-only
ouwou
2023-08-28
fix webhook messages not using right username + avatar (fixes #209)
ouwou
2023-07-25
fix regex reading from freed memory (fixes #197)
ouwou
2023-07-13
fix attachments and replies breaking when loading message history
ouwou
2023-06-14
convert a bunch of .Username accesses to proper access
ouwou
2023-06-13
handle nickname in reply component
ouwou
2023-06-13
use display name in replies
ouwou
2023-06-13
refactor, update user mention handling
ouwou
2023-06-03
dont let message ListBoxRow steal focus on click
ouwou
2023-03-15
cleanup and escape notification bodies
ouwou
2023-01-29
first pass compile time optimization
ouwou
2023-01-28
make embed labels selectable, let chat textview take focus
ouwou
2022-09-25
open browser on mouse release (fixes #108)
ouwou
2022-09-09
fix some potential crashes because of optionals
ouwou
2022-08-12
Merge branch 'attachments'
ouwou
2022-08-11
add copy url menu item to attachments (closes #96)
ouwou
2022-07-05
fix checks for is bot
ouwou
2022-04-05
fix up a bunch of clang-tidy stuff
ouwou
2022-03-26
handle nicknames for message headers
ouwou
2022-02-27
align stickers
ouwou
2022-02-20
fix and refactor multiple embeds in one message
ouwou
2022-02-20
parse role mentions
ouwou
2022-02-14
fix per-guild avatars
ouwou
2022-02-02
handle multiple embeds in one message
ouwou
2021-11-28
fix distortion of non-1:1 emojis
ouwou
2021-11-24
remove SimpleIni as a dependency
ouwou
2021-11-23
Restructure source and resource files (#46)
Dylam De La Torre