aboutsummaryrefslogtreecommitdiff
path: root/include/ImageViewer.hpp
AgeCommit message (Expand)Author
2022-03-14Image scroll view: add first/last image to allow scrolling to previous/next c...dec05eba
2022-03-13Attempt to fix video player focus, add keys to navigate to previous/next chap...dec05eba
2022-02-11ImageViewer: make closest image the top of the image and limit first/last ima...dec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-08Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ...dec05eba
2021-05-17Add ctrl+i to either open urls in browser or reverse image search. Also fix c...dec05eba
2021-04-17Fit image to window in continuous scrolling mode, use n 3 for waifu2xdec05eba
2021-04-14Rework manga plugins downloading.. preparing for parallel downloadsdec05eba
2021-04-06Add support for embedding the window into another application, such as suckle...dec05eba
2020-10-31Load fonts on demanddec05eba
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), c...dec05eba
2020-10-13Refactor plugin into seperate pagesdec05eba
2020-09-28Implement text editing with navigation and multilingual fontsdec05eba
2020-09-27Image continuous: load as image in seperate thread instead of string, fix a b...dec05eba
2020-09-27Reduce scroll cpu usage from 10% to 1-2% by load image files in another threa...dec05eba
2020-09-17Add image upscaling with waifu2x-ncnn-vulkan, async load images in scroll ima...dec05eba
2020-09-17Show error message on failure to load image for same pagedec05eba
2020-08-06Disable key repeat for infinite image modedec05eba
2020-07-16Add middle-mouse-scroll (aka autoscroll) for infinite image view modedec05eba
2020-07-03bind I to switching between single image and scroll modedec05eba
2020-06-30Add infinite image scroll modedec05eba