aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
AgeCommit message (Expand)Author
2020-11-05Change chat input to I, remove read marker delaydec05eba
2020-11-04Matrix: fetch additional messages in the background for all rooms, filter roo...dec05eba
2020-11-04Add ctrl+arrow key to move by word in text input, fix search triggering with ...dec05eba
2020-11-04Matrix: do not post filter on first sync, show loading animation if sync cach...dec05eba
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-04Matrix: hack: fetch latest messages even if sync is not finished when going t...dec05eba
2020-11-04Matrix: show membership events, unimplemented events, do not fetch users remo...dec05eba
2020-11-04Video player: fix cursor hiding when not moving, unset fullscreen after going...dec05eba
2020-11-04Add channels page to related videos menu, fix related videos menu broken afte...dec05eba
2020-11-03Matrix: attach messages to bottom for initial fetch to reduce jumping of body...dec05eba
2020-11-03Matrix: update body item filter when switching tabdec05eba
2020-11-03Matrix: only scroll to bottom on first previous messages fetchdec05eba
2020-11-03Matrix: sync with filter, lazy member fetch (reducing sync time from 35 sec w...dec05eba
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
2020-10-31Remove explicit opengl versiondec05eba
2020-10-31Matrix: cancel tasks when leaving chat page. This fixes delay in chat page cl...dec05eba
2020-10-31Load fonts on demanddec05eba
2020-10-31Make matrix posting, deleting, replying, edit async and video check if stream...dec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-29Matrix: download unstreamable videos before playing them (mp4)dec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Add video loading animationdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room varia...dec05eba
2020-10-23Kill program on read failure or callback returning non-0 value, fix potential...dec05eba
2020-10-23Cleanup embedded item if embedded item refers to a new item, scroll to bottom...dec05eba
2020-10-23Mangadex: implement paginationdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-23Remove requiring to use ctrl on 4chan, remove formatting text in modified tex...dec05eba
2020-10-22Matrix: improve pinned messages viewdec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
2020-10-22Matrix: temporary disable vim keys that interfer with room search, also inclu...dec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
2020-10-21Matrix: fix room sorting for unread messages/mentionsdec05eba
2020-10-21Matrix: dont count edit/redacts as new unread messages in a room, update loca...dec05eba
2020-10-21Matrix: sort rooms by mention/unread messagesdec05eba
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-20Cache video to temporary file instead of memorydec05eba
2020-10-20Add thumbnail loading animationdec05eba
2020-10-19shared_ptr<RoomData> -> unique_ptr<RoomData> and naked pointersdec05eba
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path in...dec05eba
2020-10-19Fade thumbnail from fallback to the image texturedec05eba
2020-10-19Change thumbnail creation from nearest neighbor to linear interpolation, set ...dec05eba
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-19Ph: fix related videos images and titles missing or incorrect. Use message ty...dec05eba
2020-10-18Set all notification titles to QuickMedia, fallback to BROWSER env if xdg-uti...dec05eba
2020-10-18Matrix: add a proper URI parser instead of regex for opening links. Show rela...dec05eba