diff options
author | Matthias Clasen <mclasen@redhat.com> | 2009-07-03 01:32:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2009-07-03 15:22:01 -0400 |
commit | 6ba2dd8d60decac3c309a4aa9e2ccc7e0de81714 (patch) | |
tree | 2d1184fd42dbeb7f29462a20ac8d4854ace33f63 /NEWS | |
parent | 9503034262b8691a2177b2a61a043f7517433ca6 (diff) | |
download | gtk+-6ba2dd8d60decac3c309a4aa9e2ccc7e0de81714.tar.gz |
Update for 2.17.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -1,3 +1,45 @@ +Overview of Changes from GTK+ 2.17.2 to 2.17.3 +============================================== + +* GtkFileChooser: + - Shows the size column by default now + +* GtkStatusIcon: + - Has a title property, which can be used by ATs when they + read status icons + +* GtkInfoBar: + - The default theme now includes color definitions for infobars + - The ::use-tooltip-style style property has been removed + +* The client-side windows branch has been merged; GDK now maintains + its own window hierarchy client-side, and only uses X windows where + unavoidable. Some of the benefits of this change are + - Reduced flicker + - The ability to do transformed and animated rendering of widgets + - Easier embedding of GTK+ widgets e.g. into Clutter scene graphs + This is a fundamental change to the way GDK works, so watch out for + regressions. + +* Bugs fixed: + 586315 Crash in GTK+ 2.14 when calling gtk.FileChooser.list_shor... + 461944 pressing the volume icon in full screen shuts down the sound + 490724 iconview item's height would be changed event with same m... + 564063 regression: Left margin in popup menus + 582025 Accelerators fail for submenus + 585626 Setting widget tooltip hammers X11 server on any TCP/IP X... + 585802 Add API to make GtkStatusIcon accessible with a name + 585858 right-click Add-to-Booksmarks is sometimes greyed out + 586330 GtkButton ignores user_underline when an image is set + +* Updated translations + Brazilian Portuguese + Estonian + Spanish + Swedish + Vietnamese + + Overview of Changes from GTK+ 2.17.1 to 2.17.2 ============================================== |