NEWS: adding smooth scroll coming with GTK3.

Something which came with the 2.99.2 release already, though I update
the NEWS file retroactively because we forgot to write this down and
that's a pretty important feature (for ctrl-scroll zooming for instance,
which became a lot more useful in GIMP 2.99.x). This should not be
forgotten when we'll write the GIMP 3 release note, so I'm adding it in
this file where we'll get most contents from.
This commit is contained in:
Jehan 2021-06-15 20:00:48 +02:00
parent c364d8a5c3
commit 39a2974cdf

2
NEWS
View file

@ -486,6 +486,8 @@ User Interface:
* Various dialogs now use Client-Side decorations and modern GTK+
widgets are being used when relevant (e.g. GtkSwitch which gives a
better feeling of a general "ON/OFF state").
* Progressive/smooth scroll actions (e.g. ctrl+scroll for zooming)
are now possible.
- Image display rendered faster with a render cache that keeps the
result of scaling, color management, display filters and shell mask
(for tools like fuzzy select).