From 472eec0bfbfc5ee1d82ec0b339f3ac48ea6aafa9 Mon Sep 17 00:00:00 2001 From: Jehan Date: Sat, 24 Apr 2021 15:51:36 +0200 Subject: [PATCH] NEWS: update. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index e00f3dc9da..8be65f06f0 100644 --- a/NEWS +++ b/NEWS @@ -19,6 +19,16 @@ Core: pixel size with the image's pixel density. - Off-canvas guides are now allowed. Guides are not deleted anymore when dropped off-canvas, but when dropped off-viewport. + - Pinch gesture is now possible on canvas for zooming in/out (works on + Wayland, not on X11; untested yet on *BSD, macOS, Windows and + others). + - GimpAction core class now stores a reason for explaining being + disabled. This can be used later for giving better hints on why some + effects or plug-ins are not usable in some situations. We already + had this feature, but by tweaking the action's tooltip, which + prevented this to have proper styling on GUIs and disrupted action + search (as the reason text was searched, hence may return actions it + should not). Tools: