aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-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-19Matrix: fix too long path in event cache, bug when not using error handler..dec05eba
2020-11-19Matrix: fix duplicate tag items, cache events we dont have permission to ↵dec05eba
view as well
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-14Resume video when navigating back from related/channel videosdec05eba
2020-11-12Matrix: workaround synapse bug where sync doesn't include membership states ↵dec05eba
when using messages filter
2020-11-10Scroll body automatically to reveal more items when making the window ↵dec05eba
larger, even after resizing to smaller size before
2020-11-10Scroll page instead of changing body item if the item cant be fully ↵dec05eba
displayed inside the window
2020-11-09Matrix: update user display name/avatar when updated in /sync; fix backspace ↵dec05eba
search delay
2020-11-05Do not sort rooms after navigating backdec05eba
2020-11-04Add ctrl+arrow key to move by word in text input, fix search triggering with ↵dec05eba
backspace repeat char
2020-11-04Fetch latest message immediately when going to room even if sync is not finisheddec05eba
2020-11-04Show loading animation for initial logindec05eba
2020-11-04Test caching filter in matrixdec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken ↵dec05eba
after video failing to load
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add ↵dec05eba
async loading for more tasks
2020-10-31Matrix: cancel tasks when leaving chat page. This fixes delay in chat page ↵dec05eba
close sometimes
2020-10-31Load fonts on demanddec05eba
2020-10-31Make matrix posting, deleting, replying, edit async and video check if ↵dec05eba
streamable async
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-30Add support for korean and all chinese charactersdec05eba
2020-10-29Matrix: download unstreamable videos before playing them (mp4)dec05eba
2020-10-29Matrix: add room tagsdec05eba
Fix pinned events that are added after starting QuickMedia (before this change it adds all elements again to the list). Add /me command. Other fixes...
2020-10-23Re-add creators pagedec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-22Matrix: temporary disable vim keys that interfer with room search, also ↵dec05eba
include embedded item when pressing enter
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-20Add thumbnail loading animationdec05eba
Use correct ref in matrix replies, make text that contains our user id also count as a mention.
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), ↵dec05eba
caching of images smaller than thumbnail target size
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)
2020-10-19Fade thumbnail from fallback to the image texturedec05eba
2020-10-19Fix body stutteringdec05eba
2020-10-19Matrix: add room search, move rooms with mentions/unread messages to topdec05eba
2020-10-19Add pagination to ph and mangatowndec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show ↵dec05eba
related body item image when pressing enter (for showing replied to media)
2020-10-18Fix potential crash in thumbnail loader: 2dec05eba
2020-10-18Fix potential crash in thumbnail loaderdec05eba
2020-10-18Set body item scale size, only used right now in matrix for scaling avatardec05eba
2020-10-17Matrix: make text that mentions us reddec05eba
2020-10-17Matrix: make displayname more bright, add circle mask shader for avatar and ↵dec05eba
room thumbnails
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ↵dec05eba
element does
2020-10-16Matrix: stream download to rapidjson parserdec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb ↵dec05eba
to 24mb
2020-10-14Test: fix image loading stutter of body itemsdec05eba