From 04d41eaa66e962b9afe7f404e64fb3a6055f9af1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 13 Nov 2023 23:53:24 -0500 Subject: [PATCH] Updates --- NEWS | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/NEWS b/NEWS index 6054acfa59..84b40002cd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,39 @@ Overview of Changes in 4.13.3, xx-xx-xxxx ========================================= +* GtkGraphicsOffload: A new widget to support passthrough + of dmabuf textures with subsurfaces on Wayland + +* GtkListView: + - reduce tree indentation + +* GtkInspector: + - Show more GL information + - Add a subsurface overlay + - Improve the fps overlay + +* GDK + - Allow implicit modifiers for dmabufs + - Support more dmabuf formats: NV16, NV61, NV24, NV42 + and 3-plane YUV formats + +* GSK + - Fix padding of icons in the GL atlas + - Fix handling of texture-scale nodes in cairo + - Treat texture-scale nodes more faithfully in GL + +* Accessibility: + - Tweak the accessible name computation for corner cases + +* The GTK/GDK/GSK_DEBUG environment variables now + work in productions as well as in debug builds + +* Translation updates + Catalan + French + Russian + + Overview of Changes in 4.13.2, 22-10-2023 =========================================