aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-06-21Add theme option to disable rounded rectangle drop shadowdec05eba
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-19Fix youtube sometimes needing a redirect for media urldec05eba
2021-06-19Support youtube description chaptersdec05eba
2021-06-184chan, soundcloud: move selection to autoplay itemdec05eba
2021-06-17Fix youtube copyrighted videosdec05eba
2021-06-17Better body item size handling, better styling when touch is enabled or ↵dec05eba
shaders fail to load
2021-06-14Rework around mpv issue: reload video if frozen after seek. Add f5 to reload ↵dec05eba
video, readd video cache
2021-06-14Properly close the previous video when navigating to another video, for ↵dec05eba
example when doing ctrl+i in a comment and then playing a video
2021-06-13misc cleanupdec05eba
2021-06-13Support braille, temporary disable video cache to support seeking in long ↵dec05eba
videos on youtube...
2021-06-12Add show in shader instead of sf::Vertexdec05eba
2021-06-12Better drop shadow, smoother edge for rectangle, drop shadow for download menudec05eba
2021-06-12Fix uninitialized variable read resulting in item highlight being messed ↵dec05eba
sometimes
2021-06-12Start from youtube url timestampdec05eba
2021-06-12Better drop shadowdec05eba
2021-06-12Change height of item to fit scaled imagedec05eba
2021-06-12Add drop shadowdec05eba
2021-06-11Add option to play a youtube video directly from an urldec05eba
2021-06-11Optimize shaders, only update youtube decryption function once every 5 ↵dec05eba
minutes, smoother movement with smaller card items
2021-06-11Remove dependency on youtube-dl for streaming youtube, resulting in faster ↵dec05eba
video startup
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-07Add uploaded time to mangadex chapter descriptiondec05eba
2021-06-06Remove unused functions in VideoPlayerdec05eba
2021-06-06Use socketpair instead of unix domain socketdec05eba
2021-06-05Fix incorrect times, add time to manga historydec05eba
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-30Add option to only save audio for youtube videos. Use youtube plugin for ↵dec05eba
info urls. Use youtube plugin for urls on matrix
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-24Save the last accessed file manager directory and use that the next time. ↵dec05eba
Add ctrl+s for 4chan without viewing the image/video in fullscreen mode
2021-05-24Better touch flick handling, clicking and disable all shader use when using ↵dec05eba
touch
2021-05-23Only use x11egl mpv option when running wayland. Disable video disk cache, ↵dec05eba
use mpv default instead
2021-05-22Fix 4chan and other html plugins for ubuntu, make movement smooth with 60fps ↵dec05eba
as well, readd updateGeometry
2021-05-22Fix build for ubuntu, add ubuntu path for cjk fontsdec05eba
2021-05-21Jump to room when submitting notificationdec05eba
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-17Add ctrl+i to either open urls in browser or reverse image search. Also fix ↵dec05eba
ctrl+c copy with missing title
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-15Use std::array to auto copy array in textdec05eba