diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-06-05 21:35:56 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-06-05 22:50:30 -0400 |
commit | 93abd8da596c5c4d04a99d703b5a23f3ebaebb04 (patch) | |
tree | 422c16174009584f4788a523c341e08260f64c5e | |
parent | 3412f0554f951893170dd4a55f4ee531b057191b (diff) | |
download | gtk+-93abd8da596c5c4d04a99d703b5a23f3ebaebb04.tar.gz |
NEWS: Updates
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -16,7 +16,7 @@ Overview of Changes in GTK 3.98.5 * GtkFileChooser: - Add a tracker3-based search engine implementation - - Rate-limite updates from the trash monitor + - Rate-limit updates from the trash monitor * GtkWindow: - Redo the css node setup. There is now a single 'window' node @@ -47,6 +47,10 @@ Overview of Changes in GTK 3.98.5 * Themes: - Adwaita: Limit the scope of backdrop +* Accessibility: + - Clean up and reorganize the code to prepare for the + dropping of ATK + * GDK: - Drop unused enum and struct definitions from headers - Make keymap translation API public again. Still needed @@ -57,7 +61,7 @@ Overview of Changes in GTK 3.98.5 - X11: Improve sync when the Nvidia driver is used * GSK: - - GL renderer: Fix blurred outsed shadows + - GL renderer: Fix blurred outset shadows - GL renderer: handle nested transform nodes properly - GL renderer: Optimize clip handling |