diff options
author | Arik Devens <arik@src.gnome.org> | 2001-02-26 10:00:16 +0000 |
---|---|---|
committer | Arik Devens <arik@src.gnome.org> | 2001-02-26 10:00:16 +0000 |
commit | 03dfe78ed9ab00dd9685fce4358d2acd1fe7833f (patch) | |
tree | a73188efa5a3c9eee942722ea719924e01bdfcb6 /ChangeLog | |
parent | 8b9ea85e5fffff9c67d2203219eec2634783bb2d (diff) | |
download | nautilus-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-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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> |