aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
AgeCommit message (Collapse)Author
2022-03-13Attempt to fix video player focus, add keys to navigate to previous/next ↵dec05eba
chapter in image scroll view
2022-03-09Fix compile on clangdec05eba
2022-03-05Make ui behavior nicer with spacing_scale less than 1.0dec05eba
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2022-02-11Add local-manga plugin to read local mangadec05eba
2022-02-09Add spacing_scale config to allow changing ui spacingdec05eba
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-17Replace sfml with mgldec05eba
2021-11-17Limit image loading to one thread in async image loaderdec05eba
2021-10-16Scale roundness with dpi, use XGetDefault instead of x dbdec05eba
2021-10-04Do not draw background for item that is not selected for card view and ↵dec05eba
modern spacious theme
2021-10-02Revert tab styledec05eba
2021-10-02Show genre as reactions for mangadex and anilistdec05eba
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-16Fix peertube for older servers, add working peertube instances from ↵dec05eba
https://peertube_isolation.frama.io/list/
2021-09-13Include refactoringdec05eba
2021-09-12Scroll body list view on item height diffdec05eba
2021-09-08Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
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-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-26Add ctrl+b to bookmark mangadec05eba
2021-08-19Matrix: add ctrl+r to navigate to replied to message and navigate to message ↵dec05eba
from notifications tab
2021-08-16Add MyAnimeList (wip)dec05eba
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-05Matrix: fix editing hidden events being visibledec05eba
2021-08-05Make body items private, add accessor functionsdec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.
2021-08-01Matrix: implement power level change messagesdec05eba
2021-07-26Matrix: add /join and /invite commandsdec05eba
2021-07-25Temporary fix for broken body height when using embedded items (matrix replies)dec05eba
2021-07-23Matrix: fix crash when pinned message is removed quicklydec05eba
2021-07-03Fix wraparound embedded text, go to last line in pinned events if another ↵dec05eba
tab is selected
2021-06-30Fix youtube redirect code (fixes all youtube videos)dec05eba
2021-06-21Add color themeing, (Theme.hpp/Theme.cpp) and the env var QM_THEMEdec05eba
2021-06-184chan, soundcloud: move selection to autoplay itemdec05eba
2021-06-17i cant sneed, manganelo creator page removal until fixdec05eba
2021-06-17oops uwudec05eba
2021-06-17Better body item size handling, better styling when touch is enabled or ↵dec05eba
shaders fail to load
2021-06-16fix body height not clamping to image height, fix rounded rectangle shader ↵dec05eba
border
2021-06-14Properly close the previous video when navigating to another video, for ↵dec05eba
example when doing ctrl+i in a comment and then playing a video
2021-06-12Better drop shadowdec05eba
2021-06-12Change height of item to fit scaled imagedec05eba
2021-06-11Optimize shaders, only update youtube decryption function once every 5 ↵dec05eba
minutes, smoother movement with smaller card items
2021-06-10Make selected item height the same as the max item height in the row (in ↵dec05eba
card view)
2021-06-10Smoother body movement with unknown image sizedec05eba
2021-06-08Make card height the same size as the contentdec05eba
2021-06-08Remove images that are not visible from the loading queue, prepare for ↵dec05eba
inline images