aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-02-16local_manga: move local manga config from local_manga_... to local_manga. objectdec05eba
2022-02-16Finish video playerdec05eba
2022-02-16Finish implementing time-pos, sub-add and event ipcdec05eba
2022-02-14local-manga: append automedia seen when going to next chapterdec05eba
2022-02-14Remove mangadex upgrade codedec05eba
2022-02-13Make manga images pages less error pronedec05eba
2022-02-12Local-manga: fix cache not utilized properlydec05eba
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-11Fix local manga not updating chapter images when going to next/previous ↵dec05eba
manga (manual removal of cache is needed)
2022-02-11Add read local manga to automedia seendec05eba
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-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-07Use one struct for all args in Page::submit instead of multiple args (easier ↵dec05eba
to add new fields without changing code) Also remove submit_body_item from page.
2022-02-07Manga: fix crashes when navigating from/to creators page/bookmarks page ↵dec05eba
(shared ptr deinit in non-main thread deiniting gl resources in non main thread), add pgup/pgdown/home/end to navigate manga faster
2022-02-03Add thumbnail to manga history page. Start on new manga history format (one ↵dec05eba
json file)
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
2022-01-23Youtube: show timestamps for video comments with timestamp at end of line, ↵dec05eba
remove unused signature code for now
2022-01-234chan: do not reset comment navigation on next video, fix alpha color in ↵dec05eba
rounded rectangle shader
2022-01-09Mangadex fix search and images download after at-home endpoint updatedec05eba
2022-01-01Remove youtube likes/dislikes code now that youtube removed dislikesdec05eba
2021-12-02Youtube: better rating ratio for videos with rating disableddec05eba
2021-12-02Fix youtube dislike count if a video has more dislikes than likesdec05eba
2021-11-30Fix manganelo search being broken when search term includes spacesdec05eba
2021-11-26Better system messages for /id and /helpdec05eba
2021-11-26Matrix: add /id and /help commandsdec05eba
2021-11-26Fix 4chan posting reloading captcha on failed captchadec05eba
2021-11-25Thousands comma for youtube likes/dislikes and peertube viewsdec05eba
2021-11-25Youtube: show like/dislike count for videos in the youtube descriptiondec05eba
2021-11-21Remove abort if font is not availabledec05eba
2021-11-20Improve youtube throttling by increasing youtube downloader range buffer ↵dec05eba
size by 10
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 crash when going to ctrl+r when first page is youtube video (starting ↵dec05eba
quickmedia with a youtube url), better youtube video description
2021-11-18Disable copy constructors for opengl resource itemsdec05eba
2021-11-18Fix corrupt reactions in matrix (use of deleted vertex buffer)dec05eba
2021-11-18Fix window not being visible on kde because color map is deleted while the ↵dec05eba
window is in use, text editing not working for the first character
2021-11-17Readd kerningdec05eba
2021-11-17Fix broken ctrl+r for videos (dont map video player window)dec05eba
2021-11-17Replace sfml with mgldec05eba
2021-11-17Limit image loading to one thread in async image loaderdec05eba
2021-11-13Soundcloud: display music title in mpvdec05eba
2021-11-13Temporary fix soundcloud download by using youtube-dldec05eba