aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2022-09-10Matrix: better name for clipboard file (with extension), give pantalaimon ↵dec05eba
files proper filenames when downloading
2022-09-09Do not require ctrl for vim keys for manga and matrixdec05eba
2022-09-08Remove linux specific sendfile function (unused)dec05eba
2022-09-08Peertube: load known instances from config filedec05eba
2022-09-08Add matrix known servers to config file instead of hardcoded, copy example ↵dec05eba
config and readme to /usr/share/quickmedia
2022-09-04Add dramacooldec05eba
2022-08-14Add option to disable rounded cornersdec05eba
2022-07-26Redirect mangakakalot/broken manganelo links to migrated urldec05eba
2022-06-19Fix submit on async reload page, fix submit on search suggestion page empty textdec05eba
2022-05-31Youtube: merge search page and recommended page (show recommended if search ↵dec05eba
field empty)
2022-04-09Proper reaction wrappingdec05eba
2022-04-084chan: move replies text to reactions, clear reactions when not visible on ↵dec05eba
screen
2022-03-24Add youtube.load_progress optiondec05eba
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-03-11youtube: use mpv stream_cb instead of proxy serverdec05eba
2022-03-11Fix video player focus (in dwm, it would cause focus spam)dec05eba
2022-03-09Fix compile on clangdec05eba
2022-03-08Save youtube watch progress and resume next time the video is playeddec05eba
2022-03-06Do not cache local-anime, reseek to anime on progress updatedec05eba
2022-03-05Fix video fullscreen button, double-click fullscreendec05eba
Fix video seekbar mouse collision not working for the top of the seekbar
2022-03-04Do not call ffprobe for thumbnails unless its guaranteed to be a local video ↵dec05eba
file
2022-03-01Make login a bit generalized, readd 4chan login (not tested)dec05eba
2022-03-01SearchBar refactor. Dont show search icon if searchbar is not used for searchdec05eba
2022-03-01Add search icondec05eba
2022-02-20Local-anime: add option to group episodes into anime groups from the name of ↵dec05eba
the anime by using the local_manga.auto_group_episodes config
2022-02-18Faster image loading/thumbnail creation by using multiple threadsdec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-17Wip: fix video duration not working for some analyzed files, get frame in ↵dec05eba
middle of video instead of first frame for thumbnail
2022-02-16local_manga: move local manga config from local_manga_... to local_manga. objectdec05eba
2022-02-16Finish video playerdec05eba
2022-02-12Local-manga: improve loading of page when using slow mediumdec05eba
Especially when using NFS. Only get the latest chapter when needed and cache link to the cover page.
2022-02-12Local manga: add ctrl+r to search page to mark manga as read/unreaddec05eba
2022-02-12Local-manga: show if the latest chapter of a manga has been readdec05eba
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-11Add local_manga_sort_by_name and local_manga_sort_chapters_by_name configdec05eba
2022-02-11Add local-manga plugin to read local mangadec05eba
2022-02-09Add spacing_scale config to allow changing ui spacingdec05eba
2022-02-03Add thumbnail to manga history page. Start on new manga history format (one ↵dec05eba
json file)
2022-01-23Youtube: show timestamps for video comments with timestamp at end of line, ↵dec05eba
remove unused signature code for now
2021-11-25Thousands comma for youtube likes/dislikes and peertube viewsdec05eba
2021-11-19Dont set fps, let vsync handle thatdec05eba
2021-11-19Revert back to loading thumbnails with multiple threads instead of loading ↵dec05eba
thumbnails after requested in render loop
2021-11-18Fix corrupt reactions in matrix (use of deleted vertex buffer)dec05eba
2021-11-17Replace sfml with mgldec05eba
2021-11-17Limit image loading to one thread in async image loaderdec05eba
2021-10-27Stop download of thumbnail if the thumbnail is no longer visible on the screendec05eba
2021-10-25Submit on suggestion should make the search bar text the selected textdec05eba
2021-10-16Add --max-video-height argument to limit video heightdec05eba
2021-10-16Allow setting video max height in configdec05eba