[gtk/gtk-3-24] 3.24.14



commit fab213a5f93c5624ed62a949ea6f93c8f2a3a591
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Feb 17 10:52:06 2020 -0500

    3.24.14

 NEWS         | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |  4 ++--
 meson.build  |  2 +-
 3 files changed, 71 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index f08c61968c..3701282545 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,71 @@
+Overview of Changes in GTK+ 3.24.14
+===================================
+
+* Fix the opaque region for windows on X11
+
+* theme:
+ - Fix flat buttons in backdrop
+ - Make popovers look more similar to menus
+ - Tweak checkbox & radiobutton appearance
+ - Add general typography classes (heading, title-1, etc)
+
+* language bindings:
+ - Fix annotations for gtk_tree_model_sort_new_with_model
+
+* switch: Fix touch support
+
+* infobar: Make clickable for default action
+
+* emojichooser:
+ - respect a no-emoji input hint
+
+* fontchooser:
+ - Fix an oversight with hiding the size label
+
+* filechooser:
+ - Disable recursive search without a system indexer
+
+* modelbutton:
+ - Fix a11y support to reflect button state
+
+* input:
+ - Fix touchpad gesture center calculation
+
+* x11:
+ - Fix root window scaling
+ - Support _GTK_WORKAREAS_Dn property
+
+* wayland:
+ - Support a terminal purpose in input methods
+ - Fix preedit cursor positioning
+ - Fix enabling/disabling of text inputs
+ - Support simultaneous selection requests
+ - Require Wayland 1.14.91
+
+* OS X:
+ - Fix fullscreen state
+ - Fix an Inkscape crash at startup
+ - Fix OpenGL extension detection
+
+* Printing:
+ - Fix a crash with Avahi
+
+* Translation updates:
+ Basque
+ British English
+ Catalan
+ Finnish
+ French 
+ Galician
+ Japanese
+ Kurdish Sorani
+ Malay
+ Russian
+ Slovak
+ Spanish
+ Turkish
+
+
 Overview of Changes in GTK+ 3.24.13
 ===================================
 
diff --git a/configure.ac b/configure.ac
index 5d87e15cdf..562636b11b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,8 +10,8 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [24])
-m4_define([gtk_micro_version], [13])
-m4_define([gtk_interface_age], [9])
+m4_define([gtk_micro_version], [14])
+m4_define([gtk_interface_age], [10])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])
 m4_define([gtk_version],
diff --git a/meson.build b/meson.build
index 7cba8b8fb2..7efe30999d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtk+-3.0', 'c',
-        version: '3.24.13',
+        version: '3.24.14',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1'


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