aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-30 09:49:54 +0100
committerdec05eba <dec05eba@protonmail.com>2020-10-30 09:49:54 +0100
commite422322650f9cb057937182987071438f9c79e84 (patch)
treefab66e8a1e82585512f59891654c83d7e5a04260 /TODO
parent259d830f06235e7bac25325bf355bcd5e126ac34 (diff)
Add support for korean and all chinese characters
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 733e38c..d87feb1 100644
--- a/TODO
+++ b/TODO
@@ -17,8 +17,7 @@ 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).
-Fix some japanese fonts not rendering (full width alphanumeric?).
-Also add support for full chinese and korean range.
+Fix some japanese fonts not rendering (half width alphanumeric?).
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?).
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).