aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
AgeCommit message (Expand)Author
2020-11-24Make async image loader static to reduce number of process threads when using...dec05eba
2020-11-23Matrix: show if reaction in room description, always show notifications, dont...dec05eba
2020-11-22Fix reaction sizingdec05eba
2020-11-22Matrix: add reactionsdec05eba
2020-11-22Matrix: fix embedded text (replies) making body stutter if word wrapping but ...dec05eba
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy loa...dec05eba
2020-11-16Matrix: show provisional messages as the message is being sent and receiveddec05eba
2020-11-12Attempt to fix flickering bodydec05eba
2020-11-10Scroll body automatically to reveal more items when making the window larger,...dec05eba
2020-11-10Fit body item better when it cant fully fit on screendec05eba
2020-11-10Scroll page instead of changing body item if the item cant be fully displayed...dec05eba
2020-10-31Load fonts on demanddec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-29Properly cleanup embedded text items (2)dec05eba
2020-10-29Properly cleanup embedded text itemsdec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Matrix: start on room tags, fix thread race condition on accessing room varia...dec05eba
2020-10-23Cleanup embedded item if embedded item refers to a new item, scroll to bottom...dec05eba
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: 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-21Use correct size for thumbnail creationdec05eba
2020-10-21Fix thumbnail fallback size being incorrect, incorrect read marker for matrixdec05eba
2020-10-20Add thumbnail loading animationdec05eba
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-19Ph: fix related videos images and titles missing or incorrect. Use message ty...dec05eba
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-17Matrix: edit/redact the referenced message instead of appending a new messagedec05eba
2020-10-14Test: fix image loading stutter of body itemsdec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
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-02Fix file manager crash on filter selection, reset search on selectiondec05eba
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: make set read marker async to fix stutter when receiving messages, al...dec05eba
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-30Attempt to fix crashdec05eba