diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-08-04 23:03:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-08-05 20:38:22 -0400 |
commit | d6c35ab02f43cb0719e70ac5c3250290d5e6e86a (patch) | |
tree | 0a15acc5f4d2be5b4438f4cca11e36b50be4dd40 | |
parent | 66df338087fcf5f818325452734412f4f24049c4 (diff) | |
download | gtk+-d6c35ab02f43cb0719e70ac5c3250290d5e6e86a.tar.gz |
NEWS: Updates
-rw-r--r-- | NEWS | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,41 @@ +Overview of Changes in GTK 3.99.1 +================================= + +* GtkGridLayout: Rename left-/top-attach to column/row + +* Drop GtkAccelLabel - it is no longer used + +* GtkTextView: + - Fix redraw issues with selections + - Make insert-emoji replace the selection + +* GtkTreeView: + - Fix selection handling in cell editables + +* CSS: + - Hexadecimal colors can now specify alpha + +* Documentation: + - Refresh the widget gallery + - Add images for new widgets to the gallery + - Fix many cross-references + +* Demos: + - Numerous crash- and bug fixes + +* Fix build with cups < 2.3 + +* win32: + - Default to the GL renderer when we can + +* Translation updates: + Catalan + Polish + Romanian + Spanish + Ukrainian + + Overview of Changes in GTK 3.99.0 ================================= |