aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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
2021-10-15Remove dependency on xrdb for Xft.dpidec05eba
2021-10-14Remove async image loader threads and instead check if the curl download ↵dec05eba
process has finished
2021-10-13Lbry: fix missing search match for channels with no title (but with a name) ↵dec05eba
and reposts
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-03xv: fix missing search results, incorrect title to thumbnail matchesdec05eba
2021-10-02Revert tab styledec05eba
2021-10-02Change tab style, floor cleanupdec05eba
2021-09-24Add scrollbardec05eba
2021-09-22Sort anilist recommendations by best match, show episode duration, show ↵dec05eba
titles differently
2021-09-18Render selected item background as a rectangle on top instead of bandingdec05eba
Limit selected item background position to body content position and size
2021-09-13Include refactoringdec05eba
2021-09-12Scroll body list view on item height diffdec05eba
2021-09-10Make manga tracking more robust by preparing for breakage by also saving urldec05eba
2021-09-10Some manga on mangakatana have merged chapters. Only show the mergeddec05eba
ones
2021-09-09Add initial peertube supportdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-09-08Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ↵dec05eba
on opengl
2021-09-04Add use_system_mpv_config to json config as welldec05eba
2021-09-04Make font sizes customizable with a config file, see example-config.json. ↵dec05eba
Remove environment variables
2021-09-04Matrix: fix messages that dont mention us being added to notifications list. ↵dec05eba
Also fix read status for notifications
2021-09-03Consistently calculate font height for different fontsdec05eba
2021-09-03Add QM_USE_SYSTEM_FONTS environment variable to use system fonts instead of ↵dec05eba
noto fonts
2021-09-03Add QM_FONT_SCALE environment variable to set font scale. Also add QM_SCALE ↵dec05eba
to not have to rely on GDK_SCALE or xft.dpi
2021-08-29Allow bookmarking manga from chapters pagedec05eba
2021-08-27Set search input to selected item title when pressing tabdec05eba
2021-08-26Ctrl+Q to close quickmediadec05eba
2021-08-26Add ctrl+b to bookmark mangadec05eba
2021-08-25Faster mangakatana search on exact matchdec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-08-18Show line at top/bottom when there are items above/below that are not visibledec05eba
2021-08-17Properly sort rooms (sort read rooms too)dec05eba
2021-08-16Add MyAnimeList (wip)dec05eba
2021-08-15Play popular invidious instance urls directly in qmdec05eba
Replaces popular invidious instance urls with youtube.com
2021-08-09Use no-buffer curl option for youtube redirect code and matrix streamable ↵dec05eba
video checker
2021-08-09Youtube: show search suggestions instead of immediate searchdec05eba
Fix save file dialog not showing all files after navigating to another directory if the search is not empty. Fix matrix system message deletion reverting back to use message (for avatar) and text color.
2021-08-08Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail ↵dec05eba
creation if webp
2021-08-06Matrix: remove unecessary m.room.power_levels from state syncdec05eba