diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-09-26 05:27:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-09-26 05:43:22 +0200 |
commit | 74b18beed8651c4a7f6daa39102766676605cdc2 (patch) | |
tree | 5a4305a3b439a326f3e48dadd65a174f9a20d9d6 /TODO | |
parent | d5d462f555ef9d7ce7e001aca5586c19b4d9edc8 (diff) |
Change body scrolling to scroll only when the selected row hits the top/bottom
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,4 +26,6 @@ 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). Extract thumbnail from images that are being downloaded, while its downloading and show that while the full image is downloading (upscaled, or with blurhash). -Use one special thread to load cached files. Right now if there are multiple images on the screen and 1 needs to download while the others are cached, then the cached images wont load until that 1 image has downloaded.
\ No newline at end of file +Use one special thread to load cached files. Right now if there are multiple images on the screen and 1 needs to download while the others are cached, then the cached images wont load until that 1 image has downloaded. +Press pgup/pgdown to scroll and entire page. +Press home/end to scroll to top/bottom.
\ No newline at end of file |