summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-04-01 10:29:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-04-01 12:38:38 -0400
commit63318dcd66826338e28f6fa01c0c0966d6af5c02 (patch)
tree803126551cb19ccd131e1a0b7535058f75c21d5a
parent1262477e171e014b97b1575de610bdd05dbeaa15 (diff)
downloadgtk+-63318dcd66826338e28f6fa01c0c0966d6af5c02.tar.gz
NEWS: Updates
-rw-r--r--NEWS54
1 files changed, 54 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a3b5be8815..1256c1307f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,60 @@
Overview of Changes in 4.11.1, xx-xx-xxxx
=========================================
+* GtkLabel, GtkLinkButton:
+ - Make file:// uris work again
+
+* GtkListView/GtkColumnView/GtkGridView:
+ - Fix clipping issues
+ - Handle focus movement better
+ - Introduce ::tab-behavior properties
+
+* Drag-and-Drop:
+ - Support resizing drag surfaces
+
+* Theme:
+ - Port .boxed-list style from Adwaita
+ - Make insensitive pictures appear grayed out
+
+* Accessibility:
+ - Fix memory leaks
+ - Fix a crash
+
+* GSK:
+ - Allow limiting texture sizes with GSK_MAX_TEXTURE_SIZE
+ - Use samplers for GL texture filtering
+ - Fix problems with texture slicing
+ - Avoid re-uploading textures when possible
+ - Use mipmaps when it is beneficial
+
+* Wayland:
+ - Fix handling of Drag hotspots
+ - Fix a crash with cursor size 0
+ - Support absolute paths in WAYLAND_DISPLAY
+ - Use the fractional scale protocol
+
+* Windows:
+ - Fix problems with WGL
+
+* Vulkan:
+ - Some fixes to the experimental Vulkan renderer
+
+* Deprecations:
+ - gtk_widget_translate_coordinates
+
+* Documentation:
+ - Add a section on coordinate systems
+
+* Translation updates
+ - British English
+ - Bulgarian
+ - Chinese (China)
+ - Dutch
+ - French
+ - Persian
+ - Russian
+
+
Overview of Changes in 4.10.1, 14-03-2023
=========================================