From 518a7685c411b5f3f75091298e6afe6fab8e0303 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 10 Jun 2021 00:46:59 +0200 Subject: Smoother body movement with unknown image size --- TODO | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'TODO') 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 -- cgit v1.2.3