aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-22 10:59:04 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-22 10:59:04 +0200
commit31b99befbe173508554cdd808c3947f45cc24ea3 (patch)
tree32c608cfe99e798ac06d35c311ef3066465bced9 /TODO
parent58f8ddf56649a3342b500b8526f1cee2593b4562 (diff)
Temporary fix for crash when resizing (text is deallocated when hidden), fix text randomly getting glitched out
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/TODO b/TODO
index 963362c..96646ee 100644
--- a/TODO
+++ b/TODO
@@ -103,7 +103,7 @@ QuickMedia crashes if you enter a room that you have left before. This could hap
Limit size of Entry and scroll content instead.
Instead of doing a GET for the first N bytes to check if a video is streamable, start streaming the video and if the first bytes doesn't contain MOOV then wait until the whole video has downloaded before playing it.
Implement matrix spoiler, see: https://github.com/matrix-org/matrix-doc/blob/master/proposals/2010-spoilers.md.
-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?
+Replace sfml font glyph loading completely with FreeType.
Add arguments to pipe plugin to pass input and output fifo for sending commands to QuickMedia and receiving events.
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?
Add option to decline and mute user in invites. This is to combat invite spam, where muted users cant invite you.
@@ -129,4 +129,5 @@ Remove dependency on imagemagick and create a function that forks the processes
Youtube now requires signing in to view age restricted content. For such videos quickmedia should fallback to invidious.
Notification race condition when fetching the first notifications page and receiving a notification immediately after the first sync? we might end up with a duplicate notification.
Submit on notifications item in matrix should jump to the message in the room.
-Notifications should load their replied-to-message. \ No newline at end of file
+Notifications should load their replied-to-message.
+Readd updateGeometry in Body.cpp. They were commented out because they caused a crash in Text.cpp \ No newline at end of file