aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index fb911da..4f0feee 100644
--- a/TODO
+++ b/TODO
@@ -153,4 +153,8 @@ Use old method of rendering body where rendering items is done up and down, star
Use correct spacing when in grid (card) mode. Should be row spacing instead of body spacing.
Instead of selecting the first/last item when reaching the top/bottom, keep the selected column and instead scroll the body so the first/last item is visible.
Cleanup reactions when they are not visible on the screen.
-Kill async image downloader thread when the item with the image is no longer visible on the screen. \ No newline at end of file
+Kill async image downloader thread when the item with the image is no longer visible on the screen.
+Embedding elements in rich text: first byte should be an invalid utf8 character and the next 3 bytes should be an index into a vector with the element data. This forms 1 utf32 character.
+Do not set fps to monitor hz if no key is pressed and cursor is not moving (for example when the computer is sleeping). (Maybe just detect if any sfml event is received), but maybe that wouldn't work with accelerometer.
+Ctrl+arrow key to move to previous/next video.
+Add keybinding to view file-manager images in fullscreen to preview them. Also add keybinding to create/delete directories. \ No newline at end of file