aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
AgeCommit message (Collapse)Author
2021-02-05Matrix: fix crash when a room is being removed in one thread and the room ↵dec05eba
description is set in another, at the same time
2021-01-25Limit ytdl video resolution to the largest monitors heightdec05eba
2021-01-25Matrix: edited message replies to user should still be red... and join event ↵dec05eba
more blalbalba whatever
2021-01-09Matrix: fix loading of new pinned messagesdec05eba
2021-01-07Fix for pinephonedec05eba
2021-01-05Fix pinned messages, or something. I dont knowdec05eba
2021-01-03Support ftypqt mp4 filesdec05eba
2021-01-03Matrix: fix crash when loading pinned messagesdec05eba
2021-01-02Matrix: fix reactions in reply messagesdec05eba
2020-12-21Ooh ooh ah ahdec05eba
2020-12-21Add pipe plugin, increase video load timeout to 500 secondsdec05eba
2020-12-18Matrix: get previous messages immediately even if sync in progressdec05eba
2020-12-17Video: show cursor when playing next videodec05eba
2020-12-15Matrix: more red in replies, or whateverdec05eba
2020-12-15Matrix: keep image/video open. Need to manually close. Fixes auto close of ↵dec05eba
images
2020-12-14Fix resume video when going back to previous videodec05eba
2020-12-14Scroll to end if typing textdec05eba
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ↵dec05eba
render callback, fix gif play next on 4chan.. test
2020-12-05Matrix: scroll to bottom when receiving previous messages and no visible ↵dec05eba
messages, fix thumbnail size json crash
2020-12-04Matrix: wait until message is deleted remote before removing locally, to fix ↵dec05eba
removing messages we dont have permission to remove and reset avatar to posters avatar, not the deleters
2020-12-03Matrix: make messages that reply to us red even if the text itself doesn't ↵dec05eba
contain reference to our name
2020-12-02Do not cancel download of all images if one image fails to download for mangadec05eba
2020-11-28Matrix: fetching users shouldn't delay loading of replied to messages and ↵dec05eba
show 'loading text' immediately even if there is another message loading
2020-11-24Start on mastodon/pleromadec05eba
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
2020-11-23Matrix: asdf fix scroll to end on additional messagesdec05eba
2020-11-23Matrix: readd additional messages sync, remove reply/edit formatting from ↵dec05eba
room description
2020-11-22Matrix: add vim key navigation for messages/pinned messages viewdec05eba
2020-11-22Fix ctrl+h acting as backspace, fix remaining vim key for remaining pluginsdec05eba
2020-11-22initial support for ctrl+hjkl movement, redact changed to ctrl+dMidov
2020-11-22Matrix: user messages not appearing after re-entering roomdec05eba
2020-11-22Matrix: filter out messages with transaction id, which fixed messages sent ↵dec05eba
by us in another client
2020-11-22Matrix: add /reactdec05eba
2020-11-22Matrix: add reactionsdec05eba
2020-11-22Matrix: fix embedded text (replies) making body stutter if word wrapping but ↵dec05eba
original item does not
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy ↵dec05eba
load 4chan board
2020-11-20Matrix: display replied-to messages in pinned messages tabdec05eba
2020-11-19Matrix: cache get_message_by_id, temporary remove fetching additional ↵dec05eba
messages which corrupts messages
2020-11-18Matrix: fix read marker if the last message is a redact or editdec05eba
2020-11-18Matrix: set window title to room name when using matrixdec05eba
2020-11-18Matrix: fix media not displayed after updatedec05eba
2020-11-18Matrix: attempt fix double messages for sent messages with construct, ↵dec05eba
missing displayname/avatars and invite to join modifying the wrong user
2020-11-17Matrix: fix message sorting for previous messagesdec05eba
2020-11-16Matrix: fix crash when failing to send message or read markerdec05eba
2020-11-16Matrix: do not continuously fetch messages when currently showing pinned ↵dec05eba
messages tab
2020-11-16Matrix: fix unread red marker when fetching previous messagesdec05eba
2020-11-16Matrix: do not fetch previous messages all the time (bug) when going to chat ↵dec05eba
page
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-14Fix crash on video navigating to related video and then back and forthdec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba