From 63318dcd66826338e28f6fa01c0c0966d6af5c02 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 1 Apr 2023 10:29:25 -0400 Subject: [PATCH] NEWS: Updates --- NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) 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 =========================================