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
/
components
/
chatwindow.hpp
Age
Commit message (
Expand
)
Author
2021-01-02
get rid of some threading stuff cuz its no longer necessary
ouwou
2020-12-20
add mention/emoji/channel completion
ouwou
2020-12-15
display reactions + click to add/remove
ouwou
2020-11-08
allow multiple components to display shared user menu
ouwou
2020-10-11
shift click on message author to insert mention
ouwou
2020-10-10
formatting
ouwou
2020-10-10
add clickable channel mentions, rework links a little
ouwou
2020-09-25
redo chat messages just a tad
ouwou
2020-09-20
improve MESSAGE_UPDATE handling (hopefully)
ouwou
2020-09-14
only load 50 messages on channel switch (also fix member menu)
ouwou
2020-09-09
MessageData -> Message (whoops)
ouwou
2020-09-07
more signal usage and some other fixes
ouwou
2020-09-07
use a singleton (oh no) instead of passing Abaddon* everywhere
ouwou
2020-09-06
member list gets a basic right click menu
ouwou
2020-09-04
pass around snowflake instead of MessageData
ouwou
2020-08-30
add MESSAGE_UPDATE
ouwou
2020-08-29
rework chat components to make more sense
ouwou
2020-08-29
add MESSAGE_DELETE handling
ouwou
2020-08-28
scroll up to load more messages
ouwou
2020-08-27
multiple messages from same author are under the same message block
ouwou
2020-08-26
clear messages on disconnect
ouwou
2020-08-26
make chat message components their own subclass of ListBoxRow
ouwou
2020-08-21
shitty MESSAGE_CREATE handling
ouwou
2020-08-20
rudimentary chat
ouwou