This is an automated email from the ASF dual-hosted git repository.

desruisseaux pushed a change to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git


    from b99960e228 Show mouse cursor position in target canvas in addition of 
following zoom/translations/rotations.
     new 3ad66ff006 Attempt to reduce flickering effect sometime visible at the 
moment when image data are replaced.
     new 2c027ab90b Allow `AffineTransform2D` to be temporarily modifiable 
during its construction phase. It was possible in an older version, so this 
commit is a partial revert.
     new 549b647c88 More immediate feedback to user about the changes in source 
canvas that are replicated in the target canvas. The interim JavaFX transform 
is used without waiting for the background thread to complete the re-rendering.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/sis/gui/coverage/CoverageCanvas.java    |   5 +-
 .../org/apache/sis/gui/map/GestureFollower.java    |  87 +++++++++--
 .../java/org/apache/sis/gui/map/MapCanvas.java     | 133 ++++++++++++++--
 .../java/org/apache/sis/gui/map/MapCanvasAWT.java  |   5 +-
 .../org/apache/sis/portrayal/CanvasFollower.java   | 167 +++++++++++++++++----
 .../java/org/apache/sis/portrayal/Observable.java  |  24 +--
 .../org/apache/sis/portrayal/PlanarCanvas.java     |  16 +-
 .../apache/sis/portrayal/TransformChangeEvent.java |  40 ++++-
 .../sis/internal/referencing/j2d/AffineMatrix.java |  42 +++---
 .../referencing/j2d/AffineTransform2D.java         |  57 ++++---
 .../sis/internal/referencing/j2d/package-info.java |   2 +-
 11 files changed, 450 insertions(+), 128 deletions(-)

Reply via email to