aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-16 20:25:15 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-16 20:25:15 +0200
commite37a174979059a97c342c51b741f4f89609830c4 (patch)
tree4eaa23ed2675f7b047ac7693fcfc649dd40cfcb9 /TODO
parent2d36d7344a85d0895d0f8894a7412d10e5ff0c8a (diff)
Use vertex buffer for rendering text
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index dcd998c..af24b76 100644
--- a/TODO
+++ b/TODO
@@ -13,7 +13,7 @@ Make code blocks on matrix and 4chan use monospace and have a background of a di
Allow deleting watch history with delete key (and show confirmation).
Add navigation to nyaa.si submitter torrents.
Create a large texture and add downloaded images to it. This will save memory usage because sfml has to use power of two textures (and so does opengl internally) for textures, so if you have multiple textures they will use more memory than one large texture with the same texture data.
-Use fallback cjk font for regular sf::Text as well (search, tabs, chapter name when viewing a page, path in file-manager, etc).
+Use fallback cjk font for regular sf::Text as well (search, tabs, chapter name when viewing a page, path in file-manager, etc). That should also result in better performance on pinephone.
Fix some japanese fonts not rendering (half width alphanumeric?).
Extract thumbnail from images that are being downloaded, while its downloading and show that while the full image is downloading (upscaled, or with blurhash).
Add setting to disable sending typing events to the server (matrix).