summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Bintz <me@johnbintz.com>2006-07-23 18:43:31 +0000
committerjohncoswell <johncoswell@users.sourceforge.net>2006-07-23 18:43:31 +0000
commit62a7150d8e207553385a6b7be7ef3e980c14b62c (patch)
tree3e770fe8408c0f1d755a51daab71f0434d65423f /ChangeLog
parentUpdate pattern creation help text to reflect new menu layout. (diff)
downloadinkscape-62a7150d8e207553385a6b7be7ef3e980c14b62c.tar.gz
inkscape-62a7150d8e207553385a6b7be7ef3e980c14b62c.zip
forced redraw of canvas upon completion of zooming or upon starting rubber band selection events to work
around event starvation issue at high zoom levels (bzr r1464)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e88f0d647..7c9c33f96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-07-23 John Bintz <jcoswell@coswellproductions.org>
+
+ * src/verbs.cpp, src/event-context.cpp, src/node-context.cpp:
+
+ forced redraw of canvas upon completion of zooming or upon
+ starting rubber band selection events to work around event
+ starvation issue at high zoom levels
+
2006-07-23 MenTaLguY <mental@rydia.net>
* src/widgets/paint-selector.cpp:
@@ -19,11 +27,11 @@
2006-07-23 John Bintz <jcoswell@coswellproductions.org>
- * src/desktop.cpp, src/desktop.h
+ * src/desktop.cpp, src/desktop.h:
added SPDesktop::updateNow()
- * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp
+ * src/event-context.cpp, src/select-context.cpp, src/node-context.cpp:
forced redraw of canvas upon completion of selection or panning
to work around event starvation issue at high zoom levels