diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 15:45:45 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2011-07-29 15:45:45 -0400 |
commit | ccd39b8804cba58206d254944c8e7c3bb8e02cdf (patch) | |
tree | 6ac6da3e820e51dfa5a7aa10eff8bd6edc099c0b /ChangeLog | |
parent | de3a234a12734101bd35b2f64302b65a19797ed0 (diff) |
avoid double draw after scrollIdle()
After going back or forward to any page, there were two redraws: one from
the origin and another from the scroll position. This patch avoids flicker,
and makes rendering 100% faster in this case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ dillo-3.0 [August ??, 2011] display of the control panels otherwise. - Remove 'fullscreen' key action. - Fixed a border case in URL resolver: empty path + {query|fragment} (BUG#948) + - Avoid double draw after going Back or Forward (it takes half the time now!). Patches: Jorge Arellano Cid +- Remove --enable-ansi configure option. - Limit saved cookie size. |