summaryrefslogtreecommitdiff
path: root/components/chatwindow.cpp
AgeCommit message (Expand)Author
2020-11-10use textviews in channel list + parse emojisouwou
2020-11-10ui workaroundsouwou
2020-11-08allow multiple components to display shared user menuouwou
2020-10-11shift click on message author to insert mentionouwou
2020-10-10add clickable channel mentions, rework links a littleouwou
2020-10-03maybe slightly better image loading maybe hopefullyouwou
2020-09-30hopefully take care of some annoying bugsouwou
2020-09-30add wonky image loadingouwou
2020-09-25redo chat messages just a tadouwou
2020-09-22show pinned message eventsouwou
2020-09-21add user joined messagesouwou
2020-09-20improve MESSAGE_UPDATE handling (hopefully)ouwou
2020-09-14only load 50 messages on channel switch (also fix member menu)ouwou
2020-09-12make avatar loading a bit betterouwou
2020-09-10fix edited/deleted being reset on channel changeouwou
2020-09-09MessageData -> Message (whoops)ouwou
2020-09-09ebic default themeouwou
2020-09-09add more css selectorsouwou
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-05better member list, role color, some fixesouwou
2020-09-04pass around snowflake instead of MessageDataouwou
2020-09-03add mediocre support for embed fieldsouwou
2020-09-03very primitive embedsouwou
2020-08-30add MESSAGE_UPDATEouwou
2020-08-30add basic menu to chat messagesouwou
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-21send chat messagesouwou
2020-08-21shitty MESSAGE_CREATE handlingouwou
2020-08-20rudimentary chatouwou