diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:52:10 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-07-19 21:52:10 -0400 |
commit | c7156836431786c61e63c1f149f23da2a3809a9c (patch) | |
tree | bc3a50b6a89e45945a8d95702583b239e45462c5 /NEWS | |
parent | 52875b7639cf4c4fd30bff626e323a7eae77043f (diff) | |
download | gtk+-c7156836431786c61e63c1f149f23da2a3809a9c.tar.gz |
Summarize changes so far
This is a high-level view of what was just merged.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Overview of Changes in GTK+ 3.91.2 +================================== + +* All widgets are drawing CSS backgrounds and borders + +* All gadgets have been replaced by widgets + +* GtkSpinButton no longer derives from GtkEntry + +* GtkScrollbar no longer derives from GtkRange + +* GtkAccelLabel no longer derives from GtkLabel + +* All remaining style properties have been removed + +* A new 'widget bowl' demo has been added in gtk4-demo + + Overview of Changes in GTK+ 3.91.1 ================================== |