From 15edfe4ffa7a800ab67717e6a6be81d0b37c1813 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 26 Aug 2024 19:26:14 -0400 Subject: [PATCH] 4.15.6 --- NEWS | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 59 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 52c3e4db53..409dc70051 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,64 @@ -Overview of Changes in 4.15.6, xx-xx-xxxx +Overview of Changes in 4.15.6, 08-26-2024 ========================================= +* GtkCheckButton: + - Add a grouped style class for radio buttons + +* GtkScale: + - Fix alignment and positioning problems + +* Css: + - Fix crashes in the variable support + +* Gsk: + - Make graphics offloading work better with kwin + - Make colorstate transfer functions more robust + - GC dead textures more agressively + - Only use a single render pass per frame + +* GL: + - Round damage rectangles properly + - Use the shared context when creating textures + - Fix a file descriptor leak in dmabuf export + +* Vulkan: + - Round damage rectangles properly + +* Wayland: + - Work with the kwin implementation of xx-color-management-v4 + +* Windows: + - Make gtk_show_uri use SHOpenWithDialog() + - Enable incremental rendering with WGL + +* Macos: + - Open context menus on Ctrl-left click + +* Debugging: + - Show color state information in the inspector + - Collect input event traces in the recorder + - Add shortcuts for toggling recording: Super-r + and for screenshots: Super-c + - Split the GDK_DEBUG env var into GDK_DEBUG and GDK_DISABLE + - Add GDK_DISABLE=color-mgmt and GDK_DISABLE=offload + +* Tools: + - Add a 'Paste as node' action in gtk4-node-editor + +* Translations updates + Basque + Belarusian + Brazilian Portuguese + Chinese (China) + Georgian + Hebrew + Hindi + Russian + Slovenian + Turkish + Ukrainian + + Overview of Changes in 4.15.5, 11-08-2024 =========================================