"Paint" magic tool can now be one-click or -with-preview, to support

mouse accessibility mode (which introduced issues with tools like
'Flower' and 'Fold' (which show previews) and 'Ripples' (which doesn't
involve any dragging)).
This commit is contained in:
William Kendrick 2011-04-26 19:14:16 +00:00
parent 868cba5794
commit 0aed8a5a86
6 changed files with 44 additions and 14 deletions

View file

@ -114,6 +114,16 @@ $Id$
keyboard layouts.
* Who wrote this, so we can credit!?!?
* Magic Tool Improvememnts:
--------------------------
* Magic tools can register themselves as paint with one click
(versus click/drag/release): MODE_ONECLICK. (e.g., "Ripples")
Utilized by mouse-accessibility feature.
* Magic tools can register themsevles as paint-with-a-preview:
MODE_PAINT_WITH_PREVIEW. (e.g., "Flower")
Utilized by mouse-accessibility feature.
* Other Improvements:
-------------------
* Quicker prompt window pop-up animation.