3.20.10
This commit is contained in:
32
NEWS
32
NEWS
@@ -1,3 +1,35 @@
|
||||
Overview of Changes in GTK+ 3.20.10
|
||||
===================================
|
||||
|
||||
* Bug fixes:
|
||||
358970 gtk_scale_set_digits does not cause value to be rounded if draw-value is false...
|
||||
767391 cross-fade() not cross-fading
|
||||
770166 Can GtkButtons of arbitrary size be circular? The style class only accommodate...
|
||||
770236 gtkbindings: Add an example for gtk_binding_entry_add_signal()
|
||||
770242 gtkbindings: Clarify that widgets need has-focus for bindings to work
|
||||
770332 Notebook arrow icon wrong color after creating new tab
|
||||
770374 Gtk Treeview Editable overshoots column width when column width is small
|
||||
770550 gtkplacessidebar: fix signal marshal
|
||||
770614 GtkScale in HighContrast theme with value = 0: WARNING: allocates negative con...
|
||||
770624 Fix typos.
|
||||
770703 Fix crash when using page-down on GtkListBox
|
||||
770849 GtkLabel with padding brokenness
|
||||
774695 GtkProgressbar needs full and empty classes
|
||||
774726 GtkTreeView dnd: gtk_drag_finish remove row when reorder sinse 3.20
|
||||
775525 gtk_flow_box_get_child_at_index shouldn't crash with an invalid index
|
||||
775864 getting-started: typo tie->the
|
||||
776560 icon-browser: window opens at very narrow size, only showing 1 column of icons
|
||||
779002 Race enumerating the monitors
|
||||
|
||||
* Translation updates:
|
||||
Brazilian Portuguese
|
||||
Dutch
|
||||
Icelandic
|
||||
Kazakh
|
||||
Scottisch Gaelic
|
||||
Serbian
|
||||
|
||||
|
||||
Overview of Changes in GTK+ 3.20.9
|
||||
==================================
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [20])
|
||||
m4_define([gtk_micro_version], [9])
|
||||
m4_define([gtk_interface_age], [9])
|
||||
m4_define([gtk_micro_version], [10])
|
||||
m4_define([gtk_interface_age], [10])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
m4_define([gtk_version],
|
||||
|
||||
Reference in New Issue
Block a user