aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-10-14 04:37:32 +0200
committerdec05eba <dec05eba@protonmail.com>2020-10-14 04:37:32 +0200
commitb8a2cc5720efaae1c3bb9acbce0fdf7753e51ca5 (patch)
tree681a85eaaba4e2d042d33d4ea459fefa0da83c4b /TODO
parent77ed51898157d99112be7550471ec06e32344c9e (diff)
Reset window size redraw after switching page, to fix rendering size issues. Disable manga images mipmap
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5c8c2ca..3e13fa9 100644
--- a/TODO
+++ b/TODO
@@ -104,4 +104,5 @@ Allow choosing which translation/scanlation to use on mangadex. Right now it use
Add file upload to 4chan.
Retry download if it fails, at least 3 times (observed to be needed for mangadex images).
Readd autocomplete, but make it better with a proper list. Also readd 4chan login page and manganelo creators page.
-Fix logout/login in matrix. Currently it doesn't work because data is cleared while sync is in progress, leading to the first sync sometimes being with previous data... \ No newline at end of file
+Fix logout/login in matrix. Currently it doesn't work because data is cleared while sync is in progress, leading to the first sync sometimes being with previous data...
+Modify sfml to use GL_COMPRESSED_LUMINANCE and other texture compression modes (in sf::Texture). This reduces memory usage by half. \ No newline at end of file