From e37a174979059a97c342c51b741f4f89609830c4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 16 May 2021 20:25:15 +0200 Subject: Use vertex buffer for rendering text --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') 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). -- cgit v1.2.3