From: Matthias Clasen Date: Sat, 19 Mar 2022 00:29:42 +0000 (-0400) Subject: 4.6.2 X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~3^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=aec7ca82007dbe07faee6be084d20758ebac2b91;p=gtk4.git 4.6.2 --- diff --git a/NEWS b/NEWS index 625c334ff1..455bd1cbf9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,91 @@ +Overview of Changes in 4.6.2, 18-03-2022 +======================================== + +* GtkScrolledWindow: + - Set scroll-to-focus on viewports + - Avoid doubly triggering deceleration + +* GtkEntry: + - Stop cursor blinking on focus-out + +* Emoji: + - Update Emoji data to CLDR 40 and Unicode 14 + - Add more locales for Emoji data (da, de, en, es, + fr hu, it, ko, lt, ms, nl, pl, pt, ru, s, uk zh) + +* GDK + - Optimize texture conversions on x86 and ARM + - Use EGK_KHR_swap_buffers_with_damage if available + +* GSK + - Avoid clearing opaque regions + - Support using a non-default framebuffer + - Handle large viewports by tiling + +* Wayland: + - Prefer xdg-activation over gtk-shell + - text protocol: Fix text caret location + - text protocol: Use serials to control outbound messages + +* Inspector: + - Show app ID and resource path + +* Demos: + - widget-factory: Handle F11 to toggle fullscreen + +* Tools: + - gtk-builder-tool: Allow use without display + +* Windows: + - Fix preedit window placement on HiDPI + - Build improvements + - Fix fullscreen handling + +* MacOS: + - Fix scrolling with an external mouse + - Fix kinetic scrolling with overshoot + - Improve monitor detection + - Many input handling fixes + - Support OpenGL accelerated video playback + - Support fullscreen + - Improve interactive window resizing and moving + - Fix backdrop state handling + - Fix GtkFileChooserNative filtering + - Use CALayer and IOSurface for rendering + - Use per monitor CVDisplayLink to support mixed-rate monitors + - Start applications in foreground + - Fix cursor blink time + +* Translation updates + Basque + Brazilian Portuguese + Catalan + Chinese (China) + Croatian + Czech + Danish + Finnish + Galician + German + Hebrew + Hungarian + Italian + Kazakh + Korean + Lithuanian + Norwegian Bokmål + Persian + Poliah + Portuguese + Russian + Slovak + Slovenian + Spanish + Swedish + Turkish + Ukrainian + + Overview of Changes in 4.6.1, 11-02-2022 ======================================== diff --git a/meson.build b/meson.build index 17fdb1cfe7..41cf592ff4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '4.6.1', + version: '4.6.2', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',