[gimp] NEWS: update.



commit fd6bf8427e3391e19aa511f928fd654dbf424129
Author: Jehan <jehan girinstud io>
Date:   Fri Feb 18 01:04:41 2022 +0100

    NEWS: update.

 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)
---
diff --git a/NEWS b/NEWS
index f8ec8fa55c..42bc9eb6e0 100644
--- a/NEWS
+++ b/NEWS
@@ -100,6 +100,9 @@ User Interface:
     shift-click which switch within all items at same level).
   - Channels and vectors are now multi-selectable (though actions may
     have not been all updated yet to handle multiple items).
+  - On-hover indicators around inactive/unset eye/locked toggles in
+    Layer/Channels/Paths dialogs.
+  - GimpSpinScale made more compact.
 
 Tools:
 
@@ -218,6 +221,14 @@ API:
   - GimpStringArray type was removed in favor of GStrv. Various libgimp
     API were updated to use GStrv, and relevant plug-in procedure with
     GStrv arguments or return values were updated as well.
+  - New widget GimpSpinScale which is the scale widget used by core
+    code, such as the "Opacity" slider on the Layers dockable, moved to
+    libgimpwidgets to be usable by plug-ins.
+  - New widgets: GimpLabelColor and GimpLabelEntry which are now used by
+    default for GimpRGB and string properties by GimpProcedureDialog.
+    They also come with their property widget API:
+    gimp_prop_label_entry_new() and gimp_prop_label_color_new().
+  - New gimp_color_area_enable_drag() API.
 
 Documentation:
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]