forked from AuroraMiddleware/gtk
3.21.5
This commit is contained in:
parent
c9749ad7dc
commit
852bdae85f
8
NEWS
8
NEWS
@ -9,7 +9,8 @@ Overview of Changes in GTK+ 3.21.5
|
|||||||
|
|
||||||
* Wayland:
|
* Wayland:
|
||||||
- Switch to xdg-shell v6
|
- Switch to xdg-shell v6
|
||||||
- Use tablet pad protocol
|
- Use tablet pad protocol to support Wacom tablets fully
|
||||||
|
- Use the xdg_foreign protocol to export window handles
|
||||||
- Improve menu positioning
|
- Improve menu positioning
|
||||||
- Improve handling of tiled window state
|
- Improve handling of tiled window state
|
||||||
|
|
||||||
@ -51,6 +52,10 @@ Overview of Changes in GTK+ 3.21.5
|
|||||||
770242 gtkbindings: Clarify that widgets need has-focus for bindings to work
|
770242 gtkbindings: Clarify that widgets need has-focus for bindings to work
|
||||||
770332 Notebook arrow icon wrong color after creating new tab
|
770332 Notebook arrow icon wrong color after creating new tab
|
||||||
770374 Gtk Treeview Editable overshoots column width when column width is...
|
770374 Gtk Treeview Editable overshoots column width when column width is...
|
||||||
|
769788 Fix stacking order of flatpak portals on Wayland
|
||||||
|
770458 GtkAboutDialog issue with long credit lists and GtkScrolledWindow
|
||||||
|
770550 gtkplacessidebar: fix signal marshal
|
||||||
|
770307 Crash when closing a glade project
|
||||||
|
|
||||||
* Translation updates:
|
* Translation updates:
|
||||||
Brazilian Portuguese
|
Brazilian Portuguese
|
||||||
@ -63,6 +68,7 @@ Overview of Changes in GTK+ 3.21.5
|
|||||||
Lithuanian
|
Lithuanian
|
||||||
Polish
|
Polish
|
||||||
Portuguese
|
Portuguese
|
||||||
|
Serbian
|
||||||
Slovak
|
Slovak
|
||||||
Slovenian
|
Slovenian
|
||||||
Spanish
|
Spanish
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
m4_define([gtk_major_version], [3])
|
m4_define([gtk_major_version], [3])
|
||||||
m4_define([gtk_minor_version], [21])
|
m4_define([gtk_minor_version], [21])
|
||||||
m4_define([gtk_micro_version], [4])
|
m4_define([gtk_micro_version], [5])
|
||||||
m4_define([gtk_interface_age], [0])
|
m4_define([gtk_interface_age], [0])
|
||||||
m4_define([gtk_binary_age],
|
m4_define([gtk_binary_age],
|
||||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||||
|
Loading…
Reference in New Issue
Block a user