summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-25 07:44:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-03-27 14:21:04 -0400
commitc52c944e33e1b7aaa25b5c81ebc955631d40a5be (patch)
tree0dce6cd5fdf4826b34dca92d180c68c7b9df23b4
parent8540bea65ee5b984baf05d551e6d4e7d94012132 (diff)
downloadgtk+-c52c944e33e1b7aaa25b5c81ebc955631d40a5be.tar.gz
Updates
-rw-r--r--NEWS45
1 files changed, 45 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9bfe29f1d2..9e9ca7f6cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Overview of Changes in 4.2.0
+============================
+
+* Filechooser: Make the location entry work again
+
+* Label: Fix tooltips on links
+
+* X11:
+ - Fix damage handling
+ - Trap errors from the COW
+
+* Windows:
+ - Use a visible scroll cursor
+ - Include more icons for icon-theme-less situations
+
+* Wayland: Fix key event matching with mismatched layouts.
+ This was causing keyboard accelerators to trigger unexpectedly
+
+* Inspector: Allow inspecting Unicode
+
+* Input:
+ - Improve dead key handling
+ - Regenerate compose sequence table
+
+* gsk:
+ - Fix a crash in the ngl renderer
+ - Fix a rounding error in subpixel glyph positioning
+ - ngl: Implement glyph cache eviction
+ - ngl: Improve the glyph cache effectiveness
+ - ngl: Fix uniform key mapping on Windows
+ - Make the ngl renderer the default
+
+* build:
+ - Fix build with cairo as subproject
+ - Disable g_assert in release builds
+ - Include gi-docgen as subproject
+ - Include generated docs
+
+* Translation updates:
+ Hungarian
+ Italian
+ Polish
+ Ukrainian
+
+
Overview of Changes in 4.1.2
============================