aboutsummaryrefslogtreecommitdiff
path: root/src/Body.cpp
AgeCommit message (Collapse)Author
2023-11-05Add config option to set movement speed and icon spinning speeddec05eba
2023-09-11Add font specific scale configdec05eba
2023-07-03Better align card item textdec05eba
2023-06-30Dont show spinning circle when thumbnail failed to loaddec05eba
2023-03-11Remove readm as it now has a google captchadec05eba
2023-02-10Card item smaller spacingdec05eba
2023-01-10Matrix: use room messages for notifications intead of notifications api ↵dec05eba
(synapse cache issue)
2022-12-04Light theme: make embedded in progress text color the theme text color ↵dec05eba
instead of white
2022-12-03Add temporary workaround for body getting scrolled when the first item can ↵dec05eba
be visible (but only if body items doesn't fill the whole body)
2022-12-02Better layout for different font scaledec05eba
2022-12-01Add more texts to config font size, set colors for all text from theme, add ↵dec05eba
dark and light theme, choose icons based on theme brightness Remove matrix logo from matrix chat
2022-11-28Matrix: ignore expired and revoked signatures for gpg encryptdec05eba
2022-11-23Re-add item drawing height diff shifting to fix bumping in item drawingdec05eba
Add newline before codeblock in 4chan if previous line is not a newline.
2022-11-18Readd meme gpg encryption in matrix, this time asynchronous decryptiondec05eba
of only visible items
2022-11-13Matrix: allow pinning a message if no message has ever been pinned before in ↵dec05eba
the room, fix get_previous_message spam when reaching top sometimes, fit card view cutting off bottom text (description)
2022-11-13Matrix: fix message edits not being applied correctlydec05eba
2022-11-11Matrix: fix emojis not removed from codeblocks when posting a message, clamp ↵dec05eba
emoji size during post not upload
2022-11-11Support images in text, add custom emoji to matrixdec05eba
2022-11-07Add option to limit number of lines of text drawn in Text classdec05eba
2022-11-07Formatted text with color in matrix, monospace for codeblocksdec05eba
2022-09-09Do not require ctrl for vim keys for manga and matrixdec05eba
2022-06-27Allow bookmarking manga from creator pagedec05eba
Fix ctrl+v (or one character) search on youtube not switching to card view. Testing fix body navigation back scrolling when it shouldn't.
2022-04-11Use correct reaction region sizedec05eba
2022-04-11Matrix: test fix crash with reaction rendererdec05eba
2022-04-09Proper reaction wrappingdec05eba
2022-04-084chan: move replies text to reactions, clear reactions when not visible on ↵dec05eba
screen
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