summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArik Devens <arik@src.gnome.org>2001-02-26 10:00:16 +0000
committerArik Devens <arik@src.gnome.org>2001-02-26 10:00:16 +0000
commit03dfe78ed9ab00dd9685fce4358d2acd1fe7833f (patch)
treea73188efa5a3c9eee942722ea719924e01bdfcb6 /ChangeLog
parent8b9ea85e5fffff9c67d2203219eec2634783bb2d (diff)
downloadnautilus-03dfe78ed9ab00dd9685fce4358d2acd1fe7833f.tar.gz
Partial fix for bug 5701. Moved icon stretching to an idle handler to both speed it up a bit and stop it from growing then freezing then jumping to a new size. Will do more after 1.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 776093467..03df803b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-02-26 Arik Devens <arik@eazel.com>
+
+ reviewed by: John Harper <jsh@eazel.com
+
+ Partial fix for bug 5701, Icon stretching is slow and
+ CPU-intensive.
+
+ * libnautilus-extensions/nautilus-icon-container.c:
+ (update_stretch_at_idle), (continue_stretching): Moved the
+ stretching code to an idle handler to speed it up and remove
+ blocking.
+ * libnautilus-extensions/nautilus-icon-private.h: Added three new
+ members to the IconContainerDetails struct for the idle handler.
+
2001-02-26 Dan Mueth <dan@eazel.com>
reviewed by: Maciej Stachowiak <mjs@eazel.com>