aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-27 23:13:19 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-27 23:13:19 +0200
commitb3fb1615038e821fb9abf60788ccdead04dd005a (patch)
tree79812e32f2793bdc2c39fef871e5e0bb8a17ccab /TODO
parent9fb104f688213bf1f3a324d5d240c8ab3bbc4997 (diff)
Attempt 1 at fixing image scrolling (still messes up current page sometimes)
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 69c0f62..a980a66 100644
--- a/TODO
+++ b/TODO
@@ -31,7 +31,9 @@ Scrolling past page causes the page to jump up and down very fast because the ne
Add setting to disable sending typing events to the server (matrix).
Support emoji (mainly for matrix), by readding Text code from dchat. Also do the same but for inline images, text editing and url colors and clicking (also clicking on inline images).
Also take code from dchat to support gifs (inline in text).
-Fix page jumping up/down in image continuous mode when scrolling past images that fail to load / scrolling fast.
Use pixel buffer object for asynchronous texture transfer to gpu? is this necessary?
When pressing backspace to delete text, auto search will kick in because the key repeat delay is longer on the first key. SearchBar should instead check of key press/key release state.
-Set the thumbnail fallback image dimensions to the image dimensions we get from matrix. That means we can know the dimensions of images in matrix before they have finished downloading. This is good for removing popouts in the body. \ No newline at end of file
+Set the thumbnail fallback image dimensions to the image dimensions we get from matrix. That means we can know the dimensions of images in matrix before they have finished downloading. This is good for removing popouts in the body.
+Add hyphen at end of wrapped text if it wrapped at a character.
+Add option to edit input in vim (using temporary file).
+Scrolling in images still messes up the |current| page sometimes, need a way to fix this. \ No newline at end of file