diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-17 19:57:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-17 19:57:15 -0400 |
commit | 16906eb0a91b4a3112218daae149d75d31c0866a (patch) | |
tree | 015afc486a0ae47a7e738db4fa6eee8bfacbfce9 /NEWS | |
parent | 6a4f788976c015927e6dcfea826d98694e9f8bd1 (diff) | |
download | gtk+-16906eb0a91b4a3112218daae149d75d31c0866a.tar.gz |
NEWS: More updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -13,9 +13,23 @@ Overview of Changes in GTK 3.98.3 * GtkEmojiChooser: - Improve keyboard navigation +* GtkLabel: + - Remove pattern API + +* GtkAspectFrame: + - Modernize and simplify + * Chooser buttons: - Make dialogs modal by default +* Various widgets: + - Replace shadow-type and relief properties by + a simpler has-frame + +* CSS: + - Use :focus-visible instead of :focus(visible) + - Add support for :focus-within + * Focus handling - Fix crossing event generation - Fix focus handling in various widgets @@ -41,10 +55,13 @@ Overview of Changes in GTK 3.98.3 - Simplify modifier support, drop GdkModifierIntent - Move key event matching to GDK - Add GdkSurface::enter/leave-monitor signals + - Turn GskEvent into a derivable type, and make + it introspectable * GSK: - Turn GskRenderNode into a derivable type, and make it introspectable + - Fall back to cairo if compiling shaders fails * Translation updates: - Japanese |