aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-09-27 08:01:54 +0200
committerdec05eba <dec05eba@protonmail.com>2020-09-27 08:01:54 +0200
commit3eccedbcea41accb708e8cd8e7f956d06c70f4a3 (patch)
treefcd71299e5dffb0ad4033665fe8b7f3aafba43ce /TODO
parent6a82b66921c24d5310479df33abcf977ab231772 (diff)
Save currently playing video url to clipboard with ctrl+s
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