aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
AgeCommit message (Collapse)Author
2021-03-27Once upon a time there was a man. He was retarded. That man was medec05eba
2021-03-27Fix annoying body item flickering. There is still a 1 frame delay to apply ↵dec05eba
it though
2021-03-26Add soundclouddec05eba
2021-03-26Bye bye construct, we use /event to get event by id instead of /contextdec05eba
2021-03-254chan: fix crash when posting a replydec05eba
2021-03-24Decrease gui spacing, padding and remove lines between body itemsdec05eba
2021-03-24Pee pee poo poodec05eba
2021-03-24Matrix: merged last visible items should be counted as the last visible itemdec05eba
2021-03-24Matrix: merge body items if same authordec05eba
2021-03-22Fix touch scroll clamping to selected item, making it appear laggy. Fix ↵dec05eba
emoji offset for non 1.0 scaling
2021-03-20More work on touch (behind QM_ENABLE_TOUCH=1 environment variable), save ↵dec05eba
thumbnails with their size so using a different scaling will update thumbnails to the same scale
2021-03-19Fix glitching when using fractional scalingdec05eba
2021-03-19Start on touch support, add support for ui scaling, revert back to old ↵dec05eba
get_message_by_id method for matrix to support loading user display names in replies
2021-03-10Youtube: add youtube comments to ctrl+rdec05eba
2021-03-09Fix clipboard unicodedec05eba
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
2021-01-09Matrix: fix loading of new pinned messagesdec05eba
2021-01-02Matrix: fix reactions in reply messagesdec05eba
2020-12-14ffs, fix stutter ↵dec05eba
again...........................................................
2020-12-14Attempt to fix spastic body when using embedded items and loading them in ↵dec05eba
render callback, fix gif play next on 4chan.. test
2020-11-28Matrix: fetching users shouldn't delay loading of replied to messages and ↵dec05eba
show 'loading text' immediately even if there is another message loading
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
2020-11-23Matrix: show if reaction in room description, always show notifications, ↵dec05eba
dont show reactions in replied to messages
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
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-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 ↵dec05eba
larger, even after resizing to smaller size before
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 ↵dec05eba
displayed inside the window
2020-10-31Load fonts on demanddec05eba
2020-10-30Matrix: re-add /logout, cancel task immediatelydec05eba
Cancel video download when pressing escape, other fixes..
2020-10-29Properly cleanup embedded text items (2)dec05eba
2020-10-29Properly cleanup embedded text itemsdec05eba
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-23Matrix: start on room tags, fix thread race condition on accessing room ↵dec05eba
variables (name, avatar url, prev batch)
2020-10-23Cleanup embedded item if embedded item refers to a new item, scroll to ↵dec05eba
bottom when posting message/media and last item is already visible Also show "Loading..." while checking if our matrix token is still valid.
2020-10-23Re-add creators pagedec05eba
2020-10-23Remove requiring to use ctrl on 4chan, remove formatting text in modified ↵dec05eba
text on matrix
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-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
Use correct ref in matrix replies, make text that contains our user id also count as a mention.
2020-10-19Load thumbnails with multiple threads, use sha256 for saving image to path ↵dec05eba
instead of base64 (filename limit is 256 on linux...)