summaryrefslogtreecommitdiff
path: root/components/chatwindow.hpp
AgeCommit message (Expand)Author
2021-01-02get rid of some threading stuff cuz its no longer necessaryouwou
2020-12-20add mention/emoji/channel completionouwou
2020-12-15display reactions + click to add/removeouwou
2020-11-08allow multiple components to display shared user menuouwou
2020-10-11shift click on message author to insert mentionouwou
2020-10-10formattingouwou
2020-10-10add clickable channel mentions, rework links a littleouwou
2020-09-25redo chat messages just a tadouwou
2020-09-20improve MESSAGE_UPDATE handling (hopefully)ouwou
2020-09-14only load 50 messages on channel switch (also fix member menu)ouwou
2020-09-09MessageData -> Message (whoops)ouwou
2020-09-07more signal usage and some other fixesouwou
2020-09-07use a singleton (oh no) instead of passing Abaddon* everywhereouwou
2020-09-06member list gets a basic right click menuouwou
2020-09-04pass around snowflake instead of MessageDataouwou
2020-08-30add MESSAGE_UPDATEouwou
2020-08-29rework chat components to make more senseouwou
2020-08-29add MESSAGE_DELETE handlingouwou
2020-08-28scroll up to load more messagesouwou
2020-08-27multiple messages from same author are under the same message blockouwou
2020-08-26clear messages on disconnectouwou
2020-08-26make chat message components their own subclass of ListBoxRowouwou
2020-08-21shitty MESSAGE_CREATE handlingouwou
2020-08-20rudimentary chatouwou