[gtk/matthiasc/for-master: 1/8] NEWS: Updates




commit 1e259c10323c85a92c3ea15ffb527b25ca3960a4
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 28 22:07:47 2020 -0400

    NEWS: Updates

 NEWS | 54 +++++++++++++++++++++++++++++++-----------------------
 1 file changed, 31 insertions(+), 23 deletions(-)
---
diff --git a/NEWS b/NEWS
index a2117d153b..5a25ff4b64 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,44 @@
 Overview of Changes in GTK 3.99.2
 =================================
 
+* GtkButton:
+ - Check coordinates for button releases
+
+* GtkColorChooser:
+ - Update the default palette
+
 * GtkEntry:
  - Fix issues with Emoji insertion
  - Fix issues with dnd
  - Set correct hotspot for dnd icon
 
+* GtkFileChooser:
+ - Fix a crash
+ - Fix setting unlisted filters
+
+* GtkFontChooser:
+ - Determine sample text based on font coverage (requires fontconfig)
+ - Allow filtering by language (requires fontconfig)
+ - Don't center the list
+
+* GtkMenuButton:
+ - Always use the direction property for the arrow
+
 * GtkPasswordEntry:
  - Use non-pageable memory
+ - Add an ::activate signal
+
+* GtkRevealer:
+ - Fix clipping issues in the swing transitions
+
+* GtkScrolledWindow:
+ - Fix kinetic scrolling in X11
 
 * GtkSearchEntry:
  - Don't handle forwarded events twice
 
-* GtkPasswordEntry:
- - Add an ::activate signal
+* GtkStack:
+ - Add gtk_stack_add_child
 
 * GtkTextView:
  - Fix dnd
@@ -22,30 +47,9 @@ Overview of Changes in GTK 3.99.2
  - Make clickable links work again
  - Fix handling of anchored children
 
-* GtkRevealer:
- - Fix clipping issues in the swing transitions
-
-* GtkColorChooser:
- - Update the default palette
-
-* GtkFileChooser:
- - Fix a crash
- - Fix setting unlisted filters
-
-* GtkFontChooser:
- - Determine sample text based on font coverage
- - Allow filtering by language
- - Don't center the list
-
-* GtkStack:
- - Add gtk_stack_add_child
-
 * GtkVideo:
  - Make autoplay work
 
-* GtkButton:
- - Check coordinates for button releases
-
 * CSS:
  - Allow more than 64 selectors per rule
  - Avoid some allocation overhead
@@ -68,6 +72,8 @@ Overview of Changes in GTK 3.99.2
  - Use linear interpolation for offscreen rendering
    with non-axis-aligned transforms
  - Fix texture caching to avoid size mismatches
+ - Avoid downloading GL textures when possible,
+   improving GtkGLArea performance
 
 * Vulkan renderer:
  - Fix swapchain creation
@@ -77,6 +83,7 @@ Overview of Changes in GTK 3.99.2
 
 * Wayland
  - Always ack configure to avoid jumping windows
+ - Use the primary-selection-unstable-v1 protocol
 
 * API cleanups:
  - Make filter and sorter constructors return exact types
@@ -114,6 +121,7 @@ Overview of Changes in GTK 3.99.2
  French
  Galician
  German
+ Hebrew
  Hungarian
  Indonesian
  Italian


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