summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-09-26 12:04:16 +0200
committerDaniel Friesel <derf@finalrewind.org>2010-09-26 12:04:16 +0200
commit287687d76c23c0274aa10835c8fcfcafcbc2a021 (patch)
tree349cfc7703d92a54172cf7331e7d5d5d7a37fdbf /ChangeLog
parentbeecfafb1be6b5c573d5ed26ed219863734555b2 (diff)
winwidget.c: Only draw text in normal mode.
This way, zooming, panning etc. gets sped up quite a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 321942d..cca9f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,7 @@ git HEAD
* Add --info option to display custom image information
* Do not change to the next slide when executing an action with ; as first
character (this character is stripped when executing the action)
+ * Speed up panning, zooming etc. by hiding image overlay text
Tue, 24 Aug 2010 19:23:36 +0200 Daniel Friesel <derf@chaosdorf.de>