aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
AgeCommit message (Collapse)Author
2021-07-23Matrix: fix crash when pinned message is removed quicklydec05eba
2021-07-03Fix wraparound embedded text, go to last line in pinned events if another ↵dec05eba
tab is selected
2021-06-184chan, soundcloud: move selection to autoplay itemdec05eba
2021-06-17Better body item size handling, better styling when touch is enabled or ↵dec05eba
shaders fail to load
2021-06-12Fix uninitialized variable read resulting in item highlight being messed ↵dec05eba
sometimes
2021-06-12Change height of item to fit scaled imagedec05eba
2021-06-11Optimize shaders, only update youtube decryption function once every 5 ↵dec05eba
minutes, smoother movement with smaller card items
2021-06-10Smoother body movement with unknown image sizedec05eba
2021-06-08Remove images that are not visible from the loading queue, prepare for ↵dec05eba
inline images
2021-06-04Add grid viewdec05eba
2021-06-02Add modern themedec05eba
Join matrix room by their name instead of id if there is a name. This allows you to join rooms where the homeserver that created the room is no longer participating in the room.
2021-05-29Work on body swipe, fix body scrolling being jerky with touchdec05eba
2021-05-29Fix scroll position after lazy load on youtube, scroll in room after new ↵dec05eba
message in matrix
2021-05-28Sigh more shitrdec05eba
2021-05-28Improve body navigationdec05eba
2021-05-26cleanupdec05eba
2021-05-24Better touch flick handling, clicking and disable all shader use when using ↵dec05eba
touch
2021-05-22Fix 4chan and other html plugins for ubuntu, make movement smooth with 60fps ↵dec05eba
as well, readd updateGeometry
2021-05-20Add notifications tab to matrixdec05eba
2021-05-20Move chat page room list logic to matrix delegatedec05eba
2021-05-20Start on notificationsdec05eba
run matrix delegate on main (ui) thread instead of mutex hell
2021-05-18Add mention autocompletedec05eba
2021-05-17Keep selected item inside body on resizedec05eba
2021-05-17Make body movement smooth, async load video related videos to allow ↵dec05eba
cancellation with esc
2021-05-16Use vertex buffer for rendering textdec05eba
2021-05-14Move thumbnail loading/unloading to AsyncImageLoaderdec05eba
2021-05-12Once upon a time there was a turtle. The turtle was retarded and didn't know ↵dec05eba
what he does. That turtle was me
2021-05-114chan: show the replied to messages when navigating repliesdec05eba
2021-05-09Redesign login, refactor keyboard movementdec05eba
2021-04-30Add 4chan file uploaddec05eba
2021-04-21Use shader for rounded rectangle, improve circle shaderdec05eba
2021-04-21Rework read marker, do not set it if not neededdec05eba
2021-04-19Move tab code to separate class, fix upload time missing for certain manga ↵dec05eba
plugins, fix touch room click messed up
2021-04-14Make search fuzzy, fix soundcloud next song when hitting userdec05eba
Also some other misc changes
2021-04-12Stop fucking flickering again in room listdec05eba
2021-04-09Add .onion to list of valid tld, properly parse urls protocol partdec05eba
2021-04-06Use malloc_trim to reduce memory usage after freeing memorydec05eba
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 ↵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-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-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 ↵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