aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-11-05 23:59:18 +0100
committerdec05eba <dec05eba@protonmail.com>2022-11-05 23:59:18 +0100
commitf7246d83d2f43e0088e2a01ff6305ac7e25f21fe (patch)
tree293bb9545f85374885c478a04089c6c983b6194a /TODO
parent5836c731bd57a6d892f77d7d0c52e6bf74bde0a1 (diff)
Fix possible crash on backspace in edit text with invalid utf8
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0a000a5..18d7630 100644
--- a/TODO
+++ b/TODO
@@ -243,4 +243,5 @@ The formatting of replying to a message with an image in matrix is a bit weird.
Add ctrl+h to go back to the front page.
Async load textures (not just images). This can be done efficiently by using different opengl contexts in different threads and making the context current right before a heavy opengl operation. All threads need to set their opengl context often.
Downloading files should take into account the remove mime type if available. Fallback to file extension.
-Text images atlas. \ No newline at end of file
+Text images atlas.
+Do not render invalid unicode. \ No newline at end of file