diff options
| author | John Bintz <me@johnbintz.com> | 2006-07-23 04:31:19 +0000 |
|---|---|---|
| committer | johncoswell <johncoswell@users.sourceforge.net> | 2006-07-23 04:31:19 +0000 |
| commit | 23a89f90650bd91d1e975deb80ea5e535af89cfe (patch) | |
| tree | 4df6ae2bcc4540638016fc27d9e7ae24b56a4a98 /ChangeLog | |
| parent | Forced redraw of canvas upon document commit to work around event starvation ... (diff) | |
| download | inkscape-23a89f90650bd91d1e975deb80ea5e535af89cfe.tar.gz inkscape-23a89f90650bd91d1e975deb80ea5e535af89cfe.zip | |
added SPDesktop::updateNow() and forced redraw of canvas upon completion of selection or panning to work around event starvation issue at
high zoom levels
(bzr r1459)
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-07-23 John Bintz <jcoswell@coswellproductions.org> + + * src/desktop.cpp, src/desktop.h + + added SPDesktop::updateNow() + + * 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 + 2006-07-22 John Bintz <jcoswell@coswellproductions.org> * src/desktop.cpp, src/desktop.h, src/document-undo.cpp, |
