diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-05-22 16:39:09 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-05-22 21:42:18 -0400 |
commit | 853cba6b1a1192e2e219fad6f2e2f8f9a7ba731f (patch) | |
tree | 6a37ab4c28ceaec3e3cf2dbeb141f24e17c69c6b /NEWS | |
parent | ca098bb42a193057c9379c901a59f54068fdc942 (diff) | |
download | gtk+-853cba6b1a1192e2e219fad6f2e2f8f9a7ba731f.tar.gz |
3.91.03.91.0
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 52 |
1 files changed, 52 insertions, 0 deletions
@@ -1,3 +1,55 @@ +Overview of Changes in GTK+ 3.91.0 +================================== + +* Initial support for OS X has been merged + +* Initial support for building with meson has been added + +* New API: + - gtk_widget_insert_before/after + +* Removed API: + - GtkBox has lost its expand and fill child properties, use + the general align property for it + - GtkLabel has lost its angle property, it will be replaced by general + widget transformation support in the future + - GtkWindow has lost its hide-titlebar-when-maximized property + - GtkBox has lost its center child support + - The compat keysym definitions have been removed + +* Bugs fixed: + 769881 Preliminary Meson build files + 771269 Open in new tab / window doesn't work on unmounted file systems + 778301 GtkTooltip doesn't clear source ID in all circumstances + 778853 propagate-natural-width/height request too much with !overlay-scrolling... + 779078 Adwaita: last treeview header button adds border on hover + 779184 Gtk+4 (3.89.4) with Quartz backend: all apps segfault + 780041 Optionally depend on sassc to generate the theme CSS + 780301 wayland: Fix harmless clang warnings + 780734 flowbox: don’t try to focus or draw NULL widgets + 780878 docs: Point links to correct versions + 780944 Please add a specific CSS class for appmenu button in GtkHeaderBar + 781162 Make GtkPlacesView monitor network + 781195 Fix testsuite for GtkPlacesView + 781214 define entry-tag in Adwaita. + 781422 translate_wm_button_layout_to_gtk() is licensed under the GPL + 781622 gtkplacesview.ui: Update helper label to include IPv6 addresses + 781737 Drag icon is always postioned in the top left corner + 781767 Wayland: increase key delivery verbosity + 781992 GtkMenuButton with no popover retains prelight state when no longer sel... + 782109 wayland: memory leak when exporting handle + 782202 linkbutton: Fix memory leak + +* Translation updates: + Croatian + Greek + Hungarian + Indonesian + Polish + Russian + Slovenian + + Overview of Changes in GTK+ 3.90.0 ================================== |