From 1021e121219eacfa5017baf6d6952a90f1903a65 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 15 Oct 2020 00:41:52 -0400 Subject: [PATCH] 3.99.3 --- NEWS | 33 +++++++++++++++++++++++++++++++-- meson.build | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index e9e817535c..4215f02e0b 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ -Overview of Changes -=================== +Overview of Changes in 3.99.3 +============================= + +* Accessibility: + - Add an initial AT-SPI backend * GtkEmojiChooser: - Allow inserting multiple Emoji by pressing Control @@ -14,18 +17,44 @@ Overview of Changes * GtkScale: - Change the default value of the :draw-value property +* GtkPopover: + - Avoid losing focus when popovers are close + +* GtkColorChooser: + - Add color names back for accessibility + * Input methods: - Add a 'private' input hint * GL Renderer: - Fix issues with texture caching + - Fix texture flipping problems * Build: - Use meson yield feature for some options - Require gtk-doc 1.33 + - Require sysprof 3.38 + +* Wayland: + - Clean up Wayland backend api, add annotations + - Generate introspection for Wayland backend api + +* Windows: + - Fix modal window handling and window stacking + +* MacOS: + - Fix the build + - Define GDK_WINDOWING_MACOS + - Fix various event handling issues * Demos: - Add another column view demo + - Add an svg paintable demo + +* Translation updates + Czech + Lithuanian + Polish Overview of Changes in GTK 3.99.2 diff --git a/meson.build b/meson.build index 0bed7b02fa..f166407b06 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gtk', 'c', - version: '3.99.2', + version: '3.99.3', default_options: [ 'buildtype=debugoptimized', 'warning_level=1',