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 369cbd9 Fix a frequent typo: "the later" → "the latter". Contains
also a few other opportunistic typo fixes.
new 5f5b1ce Add navigation in `GridView` using keyboard and mose drag
events.
new 26643fc Slight simplification and more javadoc for windows management.
The 2 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:
.../org/apache/sis/gui/coverage/GridViewSkin.java | 127 ++++++++++++++++++---
.../org/apache/sis/gui/dataset/DataWindow.java | 8 +-
.../org/apache/sis/gui/dataset/SelectedData.java | 11 +-
.../org/apache/sis/gui/dataset/WindowManager.java | 13 ++-
.../java/org/apache/sis/gui/map/MapCanvas.java | 7 +-
.../java/org/apache/sis/gui/map/StatusBar.java | 1 +
.../org/apache/sis/internal/gui/MouseDrags.java | 55 +++++++++
7 files changed, 189 insertions(+), 33 deletions(-)
create mode 100644
application/sis-javafx/src/main/java/org/apache/sis/internal/gui/MouseDrags.java