aboutsummaryrefslogtreecommitdiff
path: root/src/QuickMedia.cpp
AgeCommit message (Collapse)Author
2022-03-05Make ui behavior nicer with spacing_scale less than 1.0dec05eba
2022-03-05Fix video fullscreen button, double-click fullscreendec05eba
Fix video seekbar mouse collision not working for the top of the seekbar
2022-03-04Add window icon and launcher icondec05eba
2022-03-04Fix xv video and related page, fix possible crash when going back from ↵dec05eba
related video
2022-03-03Fix related videos window not showing for generic media, fix ph related ↵dec05eba
videos always same (anti-curl website)
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-02-21Revert back to recommending youtube videos based on related videosdec05eba
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-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-14Remove mangadex upgrade codedec05eba
2022-02-13Make manga images pages less error pronedec05eba
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-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-30Manga: save last page, even when navigating back. Move focused page in ↵dec05eba
scroll view to center of window
2022-01-234chan: do not reset comment navigation on next video, fix alpha color in ↵dec05eba
rounded rectangle shader
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-25Youtube: show like/dislike count for videos in the youtube descriptiondec05eba
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-18Disable copy constructors for opengl resource itemsdec05eba
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-17Fix broken ctrl+r for videos (dont map video player window)dec05eba
2021-11-17Replace sfml with mgldec05eba
2021-11-13Temporary fix soundcloud download by using youtube-dldec05eba
2021-11-12Add youtube descriptiondec05eba
2021-11-12Allow plugins to add their own tabs in ctrl+r instead of search, comments, ↵dec05eba
related and channel
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
2021-10-16Scale roundness with dpi, use XGetDefault instead of x dbdec05eba
2021-10-14Remove async image loader threads and instead check if the curl download ↵dec05eba
process has finished
2021-10-13Fix lbry launch icon not loading, incorrect tabs body items cleared on tab ↵dec05eba
switch
2021-10-13Add lbry, attempt to fix 4chan posting when captcha is no-opdec05eba
2021-10-04Do not draw background for item that is not selected for card view and ↵dec05eba
modern spacious theme
2021-10-03xv: fix missing search results, incorrect title to thumbnail matchesdec05eba
2021-10-02Revert tab styledec05eba
2021-10-02Change tab style, floor cleanupdec05eba