aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4cbaef1..03e574e 100644
--- a/TODO
+++ b/TODO
@@ -35,4 +35,5 @@ Support emoji (mainly for matrix), by readding Text code from dchat. Also do the
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. \ No newline at end of file
+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