index
:
QuickMedia
master
A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
ImageViewer.hpp
Age
Commit message (
Collapse
)
Author
2022-03-14
Image scroll view: add first/last image to allow scrolling to previous/next ↵
dec05eba
chapter, load next chapters page when reaching bottom
2022-03-13
Attempt to fix video player focus, add keys to navigate to previous/next ↵
dec05eba
chapter in image scroll view
2022-02-11
ImageViewer: make closest image the top of the image and limit first/last ↵
dec05eba
image to bottom/top of the image instead of center
2021-11-17
Replace sfml with mgl
dec05eba
2021-09-08
Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ↵
dec05eba
on opengl
2021-05-17
Add ctrl+i to either open urls in browser or reverse image search. Also fix ↵
dec05eba
ctrl+c copy with missing title
2021-04-17
Fit image to window in continuous scrolling mode, use n 3 for waifu2x
dec05eba
2021-04-14
Rework manga plugins downloading.. preparing for parallel downloads
dec05eba
2021-04-06
Add support for embedding the window into another application, such as ↵
dec05eba
suckless tabbed
2020-10-31
Load fonts on demand
dec05eba
2020-10-19
Fix threading crash (assigning to a new thread before the thread has died), ↵
dec05eba
caching of images smaller than thumbnail target size
2020-10-13
Refactor plugin into seperate pages
dec05eba
TODO: Readd 4chan login page, manganelo creators page, autocomplete
2020-09-28
Implement text editing with navigation and multilingual fonts
dec05eba
2020-09-27
Image continuous: load as image in seperate thread instead of string, fix a ↵
dec05eba
bit of stuttering
2020-09-27
Reduce 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-17
Add image upscaling with waifu2x-ncnn-vulkan, async load images in scroll ↵
dec05eba
image view mode
2020-09-17
Show error message on failure to load image for same page
dec05eba
Show title of manga when viewing pages
2020-08-06
Disable key repeat for infinite image mode
dec05eba
2020-07-16
Add middle-mouse-scroll (aka autoscroll) for infinite image view mode
dec05eba
2020-07-03
bind I to switching between single image and scroll mode
dec05eba
2020-06-30
Add infinite image scroll mode
dec05eba