aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
AgeCommit message (Collapse)Author
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
2020-11-24Make async image loader static to reduce number of process threads when ↵dec05eba
using multiple instances
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-12Matrix: workaround synapse bug where sync doesn't include membership states ↵dec05eba
when using messages filter
2020-11-10Scroll body automatically to reveal more items when making the window ↵dec05eba
larger, even after resizing to smaller size before
2020-11-10Scroll page instead of changing body item if the item cant be fully ↵dec05eba
displayed inside the window
2020-11-05Do not sort rooms after navigating backdec05eba