aboutsummaryrefslogtreecommitdiff
path: root/src/ImageViewer.cpp
AgeCommit message (Collapse)Author
2022-09-09Do not require ctrl for vim keys for manga and matrixdec05eba
2022-06-16Soundcloud: fix title and download link not updating when changing video, ↵dec05eba
fix text y offset after mgl update
2022-03-14Image scroll view: add first/last image to allow scrolling to previous/next ↵dec05eba
chapter, load next chapters page when reaching bottom
2022-03-13Attempt to fix video player focus, add keys to navigate to previous/next ↵dec05eba
chapter in image scroll view
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-11ImageViewer: make closest image the top of the image and limit first/last ↵dec05eba
image to bottom/top of the image instead of center
2022-02-11ImageViewer: start at top of current pagedec05eba
2022-02-11Fix image viewer scrolling to bottom if some pages are larger than window sizedec05eba
2022-02-03Add thumbnail to bookmarked manga pagedec05eba
2022-01-31ImageViewer: proper clamp to first/last image top/bottom, change ↵dec05eba
acceleration values
2022-01-30Manga: save last page, even when navigating back. Move focused page in ↵dec05eba
scroll view to center of window
2021-11-19Dont set fps, let vsync handle thatdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-08Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ↵dec05eba
on opengl
2021-09-04Make font sizes customizable with a config file, see example-config.json. ↵dec05eba
Remove environment variables
2021-09-03Scale imageviewer font by ui and font scaledec05eba
2021-09-03Add QM_FONT_SCALE environment variable to set font scale. Also add QM_SCALE ↵dec05eba
to not have to rely on GDK_SCALE or xft.dpi
2021-08-26Ctrl+Q to close quickmediadec05eba
2021-04-20Proper atomic rename? also do not generate mipmap for mangadec05eba
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 ↵dec05eba
suckless tabbed
2021-04-06Use malloc_trim to reduce memory usage after freeing memorydec05eba
2020-11-22Fix ctrl+h acting as backspace, fix remaining vim key for remaining pluginsdec05eba
2020-11-21Render emoji in text, do not show notification count for cache sync, lazy ↵dec05eba
load 4chan board
2020-10-31Load fonts on demanddec05eba
2020-10-21Workaround sfml image loading thread race conditiondec05eba
See: https://github.com/SFML/SFML/issues/1711 Also some other smaller changes
2020-10-19Fix threading crash (assigning to a new thread before the thread has died), ↵dec05eba
caching of images smaller than thumbnail target size
2020-10-18Set all notification titles to QuickMedia, fallback to BROWSER env if ↵dec05eba
xdg-utils is not installed for opening urls, add more .mp4 file magic checks
2020-10-13Refactor plugin into seperate pagesdec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-10-02Matrix: add video/regular file uploaddec05eba
2020-10-01Matrix: make set read marker async to fix stutter when receiving messages, ↵dec05eba
also fix crash(?) when loading thumbnails that fail to load
2020-09-30Attempt to fix crashdec05eba
2020-09-28Implement text editing with navigation and multilingual fontsdec05eba
2020-09-27Attempt 1 at fixing image scrolling (still messes up current page sometimes)dec05eba
2020-09-27Image continuous: load as image in seperate thread instead of string, fix a ↵dec05eba
bit of stuttering
2020-09-27Reduce scroll cpu usage from 10% to 1-2% by load image files in another ↵dec05eba
thread but load the texture in the main thread
2020-09-17Add image upscaling with waifu2x-ncnn-vulkan, async load images in scroll ↵dec05eba
image view mode
2020-09-17Show error message on failure to load image for same pagedec05eba
Show title of manga when viewing pages
2020-08-06Disable key repeat for infinite image modedec05eba
2020-07-23Better image quality for infinite image modedec05eba
2020-07-20Reduce marginsdec05eba
2020-07-16Add middle-mouse-scroll (aka autoscroll) for infinite image view modedec05eba
2020-07-11Use atomic rename instead of .finished lock filesdec05eba
2020-07-09Fix item selection not working with empty searchdec05eba
Fix history not working on mangatown. Make image scrolling faster in infinite scroll mode.
2020-07-03bind I to switching between single image and scroll modedec05eba
2020-07-03Do not floor position images, smoother scrolldec05eba
2020-06-30Add infinite image scroll modedec05eba