diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-11-23 15:36:34 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-23 20:56:29 -0500 |
commit | 943b2e8da78d9d059c46689ecaaabfd5909a7220 (patch) | |
tree | cb42b89ca4a7e12c65be24a19c2701132efbd10e /NEWS | |
parent | 3b0ceea08be3dfecb2bf32296c98b848feaa2948 (diff) | |
download | gtk+-943b2e8da78d9d059c46689ecaaabfd5909a7220.tar.gz |
3.19.33.19.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ +Overview of Changes in GTK+ 3.19.3 +================================== + +* Theming changes + - Non-standard CSS properties have been renamed to have a -gtk- + prefix (the old names still work, with a warning): + gtk-key-bindings is now -gtk-key-bindings + icon-shadow is now -gtk-icon-shadow + - CSS parsing errors and warnings are shown in the inspector + +* GtkShortcutsWindow: + - Widgets are more complete, to allow supporting them in glade + - GtkShortcutsShortcut can now show gestures as well, GtkShortcutsGesture + is no longer needed and will be removed soon + - GtkShortcutsShortcut supports standard gestures, with predefined + icons and subtitles + +* Bugs fixed: + 746745 Window suddenly always on top + 758025 cursor flickering + 758094 GtkSpinButton missing redraw + 758187 Stock images for gestures + 758367 GTK+ 3 does not respect bold in org.gnome.desktop.interface font-name + 758407 Could not send the search request \ GDBus.Error:org.freedesktop.Tr... + 758442 gtk_style_context_save() destroys style information + +* Translation updates: + Lithuanian + Portuguese + + Overview of Changes in GTK+ 3.19.2 ================================== |