summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-09-08Fix manga scroll view jumping, clamp to top/bottom, remove direct dependency ↵dec05eba
on opengl
2021-09-05Workaround libc bug causing segfaultdec05eba
libc gives segfault for some machines when assigning to a std::string in a static function that is called from global scope
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-03Show youtube play fail reason in notification, more items below correct width!dec05eba
2021-09-03Scale emoji by font scaledec05eba
2021-09-03Consistently calculate font height for different fontsdec05eba
2021-09-03Scale imageviewer font by ui and font scaledec05eba
2021-09-03Add QM_USE_SYSTEM_FONTS environment variable to use system fonts instead of ↵dec05eba
noto fonts
2021-09-03Scale matrix room side panel by font scaledec05eba
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, use default youtube audio track
2021-08-29Allow bookmarking manga from chapters page, do not clear search input on ↵dec05eba
suggestion submit on youtube
2021-08-27Youtube: include en-US subtitlesdec05eba
2021-08-27Fix quickmedia closing on ctrl+f when viewing a video instead of going into ↵dec05eba
fullscreen mode, set search input to selected item title on tab
2021-08-26Mangadex: fix missing thumbnailsdec05eba
2021-08-26Add ctrl+b to bookmark manga, ctrl+q to close quickmediadec05eba
2021-08-25Faster mangakatana search on exact match. Better subtitle styledec05eba
2021-08-25Youtube: disable auto generated subtitles, change subtitle sizedec05eba
2021-08-24Change subtitle styledec05eba
2021-08-24Youtube: load english subtitles when availabledec05eba
2021-08-24Fix youtube search not removing search suggestion on enter if submit is done ↵dec05eba
quickly after search
2021-08-20List all notifications in notifications page (including the ones we get ↵dec05eba
after starting up qm). This was caused by notifications body being overwritten with cache when navigating to it
2021-08-19Sneed unread messages for afgter tokendec05eba
2021-08-19Matrix: add ctrl+r to navigate to replied to message and navigate to message ↵dec05eba
from notifications tab
2021-08-17AniList: separate anime and manga searches to different tabsdec05eba
2021-08-17Matrix: fix room description not including message on initial sync because ↵dec05eba
of pinned events
2021-08-17Properly sort rooms (sort read rooms too)dec05eba
2021-08-17Better anilist reprdec05eba
2021-08-17Add AniList, some other matrix fixesdec05eba
2021-08-15Nyaa: fix magnet download (html unescape sequences)dec05eba
2021-08-11Youtube: dont update signature while youtube is runningdec05eba
2021-08-10Matrix: fix room description not updating when we send a messagedec05eba
2021-08-10Matrix: show unread message for room event if latest event is not a message, ↵dec05eba
better youtube search
2021-08-10Matrix: add ctrl+p/ctrl+d to pin/unpin messagesdec05eba
2021-08-09Use no-buffer curl option for youtube redirect code and matrix streamable ↵dec05eba
video checker
2021-08-09Disable media proxy curl bufferingdec05eba
2021-08-09Dont show search text when search is suggestiondec05eba
2021-08-09Youtube search suggestionsdec05eba
2021-08-08Youtube: use innertube api for loading videos (and pretend to be android)dec05eba
2021-08-08Matrix: fix thumbnail upload of small thumbnails, fix small thumbnail ↵dec05eba
creation if webp
2021-08-084chan: fix back navigation (items not visible)dec05eba
2021-08-07Matrix: fix message replies to user no longer being red after editdec05eba
2021-08-07Youtube: attempt to fix seeking againdec05eba
2021-08-07Fix seeking in youtube videos larger than 2gb, launch launcher when running ↵dec05eba
qm without any args
2021-08-06Matrix: remove unecessary m.room.power_levels from state syncdec05eba
2021-08-05Matrix: revert not showing edit in room descriptiondec05eba
2021-08-05Matrix: show room description for latest message if fetching previous ↵dec05eba
messages and description empty
2021-08-05Matrix: fix editing hidden events being visibledec05eba
2021-08-05Youtube: attempt to auto-detect throttling and restart downloaddec05eba
2021-08-02Matrix: fix room directory submit always using empty text (resulting in the ↵dec05eba
homserver being the server target)