aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6208d37..34aba01 100644
--- a/TODO
+++ b/TODO
@@ -152,4 +152,8 @@ Instead of doing a GET for the first N bytes to check if a video is streamable,
Create thumbnail when uploading an image in matrix.
If a message reply is edited and its a reply to us, then we want the text to be red even if its edited.
Implement matrix spoiler, see: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2010-spoilers.md.
-Make the messages that mention us red using the matrix notification api that we already use. Mark those messages as mentions us. \ No newline at end of file
+Make the messages that mention us red using the matrix notification api that we already use. Mark those messages as mentions us.
+Replace sfml font glyph loading completely with FreeType. There is a very old bug in sfml that causes text to get corrupt sometimes. Im guessing this happens when adding new characters to the font atlas and that coordinates for the glyphs become incorrect?
+Add arguments to pipe plugin to pass input and output fifo for sending commands to QuickMedia and receiving events.
+Update thumbnails in file-manager if an image is replaced, by including the modify date of the image in the thumbnail cache as well.
+Create a workaround for dwm terminal swallow patch stealing mpv when moving QuickMedia to another monitor sometimes. Maybe check for structure notify events on mpv and reparent and select input on the mpv window again? \ No newline at end of file