aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
AgeCommit message (Expand)Author
2021-03-26Add soundclouddec05eba
2021-03-26Bye bye construct, we use /event to get event by id instead of /contextdec05eba
2021-03-24Matrix: merge body items if same authordec05eba
2021-03-22Fix touch scroll clamping to selected item, making it appear laggy. Fix emoji...dec05eba
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save thum...dec05eba
2021-03-19Start on touch support, add support for ui scaling, revert back to old get_me...dec05eba
2021-02-09Matrix: put an end to my unread messages miserydec05eba
2021-02-08Matrix: always show room list selection, make widerdec05eba
2021-02-08Matrix: add room list on the left side when in a roomdec05eba
2020-12-21Add pipe plugin, increase video load timeout to 500 secondsdec05eba
2020-12-14ffs, fix stutter again..........................................................dec05eba
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ren...dec05eba
2020-11-28Matrix: fetching users shouldn't delay loading of replied to messages and sho...dec05eba
2020-11-24Make async image loader static to reduce number of process threads when using...dec05eba
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-12Matrix: workaround synapse bug where sync doesn't include membership states w...dec05eba
2020-11-10Scroll body automatically to reveal more items when making the window larger,...dec05eba
2020-11-10Scroll page instead of changing body item if the item cant be fully displayed...dec05eba
2020-11-05Do not sort rooms after navigating backdec05eba
2020-11-01Matrix: add invites tab, add /leave command, remove room when leaving, add as...dec05eba
2020-10-31Load fonts on demanddec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
2020-10-29Matrix: add room tagsdec05eba
2020-10-23Re-add creators pagedec05eba
2020-10-22Matrix: add pinned messages tabdec05eba
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 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-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-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-01Matrix: implement mention/reply notificationsdec05eba
2020-10-01Matrix: add room name and avatar of the current room at the topdec05eba
2020-09-30Matrix: add message replying with ctrl+r, also use shared_ptr for BodyItemdec05eba
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-27Implement pgup/pgdown/home/end keysdec05eba
2020-09-27Reduce scroll cpu usage from 10% to 1-2% by load image files in another threa...dec05eba