diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-08-15 13:40:30 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-08-15 13:40:30 -0400 |
commit | 73f1d62b6898e86aa24047e541c4def0243dcd64 (patch) | |
tree | b9686b3c38c1cd399caa1207a0436c51382fa6f6 /README.in | |
parent | 07942446d7025e15423ee0a484ebadd00c5ddea2 (diff) | |
download | gtk+-73f1d62b6898e86aa24047e541c4def0243dcd64.tar.gz |
Update release notes a bit
Diffstat (limited to 'README.in')
-rw-r--r-- | README.in | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -73,6 +73,18 @@ Patches should be in unified diff form. (The -up option to GNU diff) Even better are git-formatted patches. (Use git format-patch) +Release notes for 3.18 +====================== + +* The GtkListBox model support that was introduced in 3.16 has been + changed to no longer call gtk_widget_show_all on rows created by + the create_widget_func. You need to manage the visibility of child + widgets yourself in your create_widget_func. + +* The alpha component of foreground colors that are applied to + GtkCellRendererText is no longer ignored. If you don't want your + text to be translucent, use opaque colors. + Release notes for 3.16 ====================== @@ -99,7 +111,7 @@ Release notes for 3.16 has non-scrolling parts similar to treeview headers, there is no need to implement this vfunc. -* The GtkSearchEntry widget has gained a number of new signal that +* The GtkSearchEntry widget has gained a number of new signals that are emitted when certain key sequences are seen. In particular, it now handles the Escape key and emits ::stop-search. Applications that expect to handle Escape themselves will need to be updated. |