index
:
QuickMedia
master
A rofi inspired native client for web services. Supports youtube, peertube, lbry, soundcloud, nyaa.si, 4chan, matrix, saucenao, hotexamples, anilist, dramacool and several manga sites.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
BodyItem.cpp
Age
Commit message (
Collapse
)
Author
2022-11-23
Allow opening 4chan post directly
dec05eba
2022-11-07
Add option to limit number of lines of text drawn in Text class
dec05eba
2022-11-07
Formatted text with color in matrix, monospace for codeblocks
dec05eba
2022-04-11
asdf
dec05eba
2022-04-11
Matrix: fix crash when copying body item with reactions and the other items ↵
dec05eba
reaction has not been loaded
2022-04-08
4chan: move replies text to reactions, clear reactions when not visible on ↵
dec05eba
screen
2022-02-17
Add local anime tracking. Check readme for more info about local_anime config
dec05eba
2021-11-17
Replace sfml with mgl
dec05eba
2021-09-22
Sort anilist recommendations by best match, show episode duration, show ↵
dec05eba
titles differently
2021-09-08
Load theme from file (~/.config/quickmedia/themes/<theme-name>.json and ↵
dec05eba
/usr/share/quickmedia/themes/<theme-name>.json)
2021-09-04
Make font sizes customizable with a config file, see example-config.json. ↵
dec05eba
Remove environment variables
2021-09-03
Add 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-05
Make body items private, add accessor functions
dec05eba
This allows body to automatically update dirty state (and other states). Correctly format newlines in codeblocks in matrix.