aboutsummaryrefslogtreecommitdiff
path: root/src/BodyItem.cpp
AgeCommit message (Collapse)Author
2022-11-23Allow opening 4chan post directlydec05eba
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-04-11asdfdec05eba
2022-04-11Matrix: fix crash when copying body item with reactions and the other items ↵dec05eba
reaction has not been loaded
2022-04-084chan: move replies text to reactions, clear reactions when not visible on ↵dec05eba
screen
2022-02-17Add local anime tracking. Check readme for more info about local_anime configdec05eba
2021-11-17Replace sfml with mgldec05eba
2021-09-22Sort anilist recommendations by best match, show episode duration, show ↵dec05eba
titles differently
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-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-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.