[gtk] 3.99.5



commit 398a74d8712d41eecd15bf8cf4efcdb50f4dd423
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 8 10:57:27 2020 -0500

    3.99.5

 NEWS        | 12 ++++++++++--
 meson.build |  2 +-
 2 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index c0ec9aead7..b477a65e0e 100644
--- a/NEWS
+++ b/NEWS
@@ -40,6 +40,10 @@ Overview of Changes
 * GtkFileChooser:
  - Remove GtkFileChooserButton
 
+* GtkWindow:
+ - Replace gtk_window_get_size with gtk_window_get_default_size
+ - Add maximized and fullscreen properties
+
 * Make the inspector available in non-debug builds
 
 * CSS:
@@ -60,16 +64,19 @@ Overview of Changes
 
 * Make GLES work in the absence of GL_ARB_timer_query
 
+* Rework the way size allocation is integrated in the
+  frame cycle
+
 * Wayland:
  - Support gtk_shell1 version 3 (startup notification
    and activation)
  - Implmement minimization
 
 * OS X:
- - Use the cairo renderer by default
- - Work towards a working GL renderer
+ - Mostly working GL renderer
  - Search engine updates
  - Fix rendering artifacts with hover transitions
+ - Fix kinetic scrolling deceleration
 
 * Windows:
  - Fix key event generation, making text input work
@@ -83,6 +90,7 @@ Overview of Changes
  - Make search more obvious
  - Add a suggestion entry demo
  - Consistency improvements
+ - Use native file choosers
  - Drop 'devel' styling
 
 * Translation updates:
diff --git a/meson.build b/meson.build
index 28760aeff2..35a3b4ebd0 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('gtk', 'c',
-        version: '3.99.4',
+        version: '3.99.5',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=1',


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