aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-24 02:01:54 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-24 02:06:43 +0200
commitfe6db40c2f6cd10b4af086d622cf59442b7e7c67 (patch)
tree71b73ef9ce282fa267024144739f596203baf3ce /TODO
parente5d323cb063cd5762a6945439028c1ee7756aa45 (diff)
Fix segfault on file manager exit, unload thumbnails on tab switch
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5ddbb0e..a823b9f 100644
--- a/TODO
+++ b/TODO
@@ -22,4 +22,6 @@ 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).
Fix some japanese fonts not rendering (full width alphanumeric?).
-Also add support for full chinese and korean range. \ No newline at end of file
+Also add support for full chinese and korean range.
+Resize text vertex arrays to 0 when not visible on screen to reduce memory usage. Text already does this but its done incorrectly (copied from dchat codebase). (Is this really necessary?).
+Speed up thumbnail creating (image resizing). \ No newline at end of file