aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-11-01Matrix: cache syncdec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
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-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
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 inclu...dec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-20Add thumbnail loading animationdec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), c...dec05eba
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-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 rela...dec05eba
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 r...dec05eba
2020-10-17Matrix: show reply messages embedded in messages that reply to them, like ele...dec05eba
2020-10-16Matrix: stream download to rapidjson parserdec05eba
2020-10-16Matrix: use rapidjson instead of jsoncpp to decrease memory usage from 58mb t...dec05eba
2020-10-14Test: fix image loading stutter of body itemsdec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
2020-10-07Matrix: fix posting messages with non-ascii charactersdec05eba
2020-10-05Manga: add f keybinding to fit image to windowdec05eba
2020-10-05Manga: add --upscale-images-force to force upscaling, regardless of original ...dec05eba
2020-10-04Matrix: sort messages by timestampdec05eba
2020-10-04Matrix: show room name in mention notification, timestamps for messagesdec05eba
2020-10-03Reduce memory usage by cleaning up text not visible on the screendec05eba
2020-10-034chan: use entry instead of search input, fix postingdec05eba
2020-10-03Remove unused codedec05eba
2020-10-02Add --no-video option to play videos with only audiodec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: implement mention/reply notificationsdec05eba
2020-10-01Matrix: add room name and avatar of the current room at the topdec05eba
2020-09-30Matrix: implement message editingdec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
2020-09-29Fix caret navigationdec05eba
2020-09-28Implement text editing with navigation and multilingual fontsdec05eba
2020-09-28Matrix: add red line at bottom of chat if we are not at the bottomdec05eba
2020-09-28Matrix: fix login with pantalaimon proxy, fix logout crash, show real login e...dec05eba