summaryrefslogtreecommitdiff
path: root/components/chatwindow.cpp
AgeCommit message (Expand)Author
2021-01-12pull out chat input into its own component, rename some stuffouwou
2021-01-11add typing indicator with optional res/typing_indicator.gifouwou
2021-01-08try and make the input component betterouwou
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-12-10cache channelsouwou
2020-12-09Merge branch 'master' into disk-cacheouwou
2020-12-04fix #3ouwou
2020-11-28Merge branch 'master' into disk-cacheouwou
2020-11-28dont do anything on enter if chat input is emptyouwou
2020-11-23progress 2ouwou
2020-11-19initial sqlite, store userouwou
2020-11-18move avatar stuff out of chatwindowouwou
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