Age | Commit message (Expand) | Author |
2023-09-11 | Add font specific scale config | dec05eba |
2022-12-01 | Add more texts to config font size, set colors for all text from theme, add d... | dec05eba |
2022-09-09 | Do not require ctrl for vim keys for manga and matrix | dec05eba |
2022-06-16 | Soundcloud: fix title and download link not updating when changing video, fix... | dec05eba |
2022-03-14 | Image scroll view: add first/last image to allow scrolling to previous/next c... | dec05eba |
2022-03-13 | Attempt to fix video player focus, add keys to navigate to previous/next chap... | dec05eba |
2022-02-17 | Add local anime tracking. Check readme for more info about local_anime config | dec05eba |
2022-02-11 | ImageViewer: make closest image the top of the image and limit first/last ima... | dec05eba |
2022-02-11 | ImageViewer: start at top of current page | dec05eba |
2022-02-11 | Fix image viewer scrolling to bottom if some pages are larger than window size | dec05eba |
2022-02-03 | Add thumbnail to bookmarked manga page | dec05eba |
2022-01-31 | ImageViewer: proper clamp to first/last image top/bottom, change acceleration... | dec05eba |
2022-01-30 | Manga: save last page, even when navigating back. Move focused page in scroll... | dec05eba |
2021-11-19 | Dont set fps, let vsync handle that | dec05eba |
2021-11-17 | Replace sfml with mgl | dec05eba |
2021-09-08 | Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ... | dec05eba |
2021-09-04 | Make font sizes customizable with a config file, see example-config.json. Rem... | dec05eba |
2021-09-03 | Scale imageviewer font by ui and font scale | dec05eba |
2021-09-03 | Add QM_FONT_SCALE environment variable to set font scale. Also add QM_SCALE t... | dec05eba |
2021-08-26 | Ctrl+Q to close quickmedia | dec05eba |
2021-04-20 | Proper atomic rename? also do not generate mipmap for manga | dec05eba |
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 suckle... | dec05eba |
2021-04-06 | Use malloc_trim to reduce memory usage after freeing memory | dec05eba |
2020-11-22 | Fix ctrl+h acting as backspace, fix remaining vim key for remaining plugins | dec05eba |
2020-11-21 | Render emoji in text, do not show notification count for cache sync, lazy loa... | dec05eba |
2020-10-31 | Load fonts on demand | dec05eba |
2020-10-21 | Workaround sfml image loading thread race condition | dec05eba |
2020-10-19 | Fix threading crash (assigning to a new thread before the thread has died), c... | dec05eba |
2020-10-18 | Set all notification titles to QuickMedia, fallback to BROWSER env if xdg-uti... | dec05eba |
2020-10-13 | Refactor plugin into seperate pages | dec05eba |
2020-10-02 | Matrix: add video/regular file upload | dec05eba |
2020-10-01 | Matrix: make set read marker async to fix stutter when receiving messages, al... | dec05eba |
2020-09-30 | Attempt to fix crash | dec05eba |
2020-09-28 | Implement text editing with navigation and multilingual fonts | dec05eba |
2020-09-27 | Attempt 1 at fixing image scrolling (still messes up current page sometimes) | dec05eba |
2020-09-27 | Image continuous: load as image in seperate thread instead of string, fix a b... | dec05eba |
2020-09-27 | Reduce scroll cpu usage from 10% to 1-2% by load image files in another threa... | dec05eba |
2020-09-17 | Add image upscaling with waifu2x-ncnn-vulkan, async load images in scroll ima... | dec05eba |
2020-09-17 | Show error message on failure to load image for same page | dec05eba |
2020-08-06 | Disable key repeat for infinite image mode | dec05eba |
2020-07-23 | Better image quality for infinite image mode | dec05eba |
2020-07-20 | Reduce margins | dec05eba |
2020-07-16 | Add middle-mouse-scroll (aka autoscroll) for infinite image view mode | dec05eba |
2020-07-11 | Use atomic rename instead of .finished lock files | dec05eba |
2020-07-09 | Fix item selection not working with empty search | dec05eba |
2020-07-03 | bind I to switching between single image and scroll mode | dec05eba |
2020-07-03 | Do not floor position images, smoother scroll | dec05eba |
2020-06-30 | Add infinite image scroll mode | dec05eba |