Code

forced redraw of canvas upon completion of zooming or upon starting rubber band selec...
[inkscape.git] / ChangeLog
index e88f0d647db3b203443cb8db03db84e8be19e5e6..7c9c33f969acf885fcdf3696f98e3fe7fa352d60 100644 (file)
--- 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:
 
 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