[gtk] 3.99.3



commit 1021e121219eacfa5017baf6d6952a90f1903a65
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Oct 15 00:41:52 2020 -0400

    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',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]