summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-31 18:06:02 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-31 18:06:02 +0200
commit5c1a353fe13fcda4fbf20792396afa8f7a79e9e1 (patch)
tree3bc2cd0cb909cdd24bb70c09bb4ef64e5ea9fd17
parenta8538e014e4e15134c9c29c770068f689f5627b9 (diff)
Update TODO
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index af1f3c6..e53412c 100644
--- a/TODO
+++ b/TODO
@@ -24,7 +24,8 @@ and moved so that its top corner is only on screen 1, and then fullscreen is
turned on (after that, it'll work for all images in the slideshow).
Maybe I'll someday find out how to fix that :>
-Since the thumbnail mode draws an image, it gets kinda slow once you have lots
-of files in the filelist (->big thumbnail index image). The ideal way would be
-to rewrite it to use some GUI-ish thing, alternatively a workaround (only
-rendering every n'th image?) would be nice.
+The thumbnail mode draws an image which has to be re-rendered as new
+thumbnails are created, becoming quite slow for large filelists.
+A workaround (--thumb-redraw) exists, but at some point a rewrite with a
+GUI-toolkit or similar (or maybe writing a completely new tool for that and
+removing the feature from feh) would be due.