aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
AgeCommit message (Collapse)Author
2022-11-23Re-add item drawing height diff shifting to fix bumping in item drawingdec05eba
Add newline before codeblock in 4chan if previous line is not a newline.
2022-09-09Do not require ctrl for vim keys for manga and matrixdec05eba
2022-04-084chan: move replies text to reactions, clear reactions when not visible on ↵dec05eba
screen
2022-03-09Fix compile on clangdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-24Add scrollbardec05eba
2021-09-22Sort anilist recommendations by best match, show episode duration, show ↵dec05eba
titles differently
2021-09-18Render selected item background as a rectangle on top instead of bandingdec05eba
Limit selected item background position to body content position and size
2021-09-13Include refactoringdec05eba
2021-09-04Matrix: fix messages that dont mention us being added to notifications list. ↵dec05eba
Also fix read status for notifications
2021-08-26Add ctrl+b to bookmark mangadec05eba
2021-08-09Youtube: show search suggestions instead of immediate searchdec05eba
Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color.
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
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