3.19.11
This commit is contained in:
13
NEWS
13
NEWS
@ -1,6 +1,10 @@
|
|||||||
Overview of Changes in GTK+ 3.19.11
|
Overview of Changes in GTK+ 3.19.11
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
|
* GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets
|
||||||
|
|
||||||
|
* Themes:
|
||||||
|
- Windows theme improvements
|
||||||
|
|
||||||
* Inspector:
|
* Inspector:
|
||||||
- Show input device information
|
- Show input device information
|
||||||
@ -10,11 +14,6 @@ Overview of Changes in GTK+ 3.19.11
|
|||||||
- Implement primary selection (using a private protocol
|
- Implement primary selection (using a private protocol
|
||||||
with mutter for now)
|
with mutter for now)
|
||||||
|
|
||||||
* GtkRange, GtkScale and GtkScrollbar have been ported to use gadgets
|
|
||||||
|
|
||||||
* Themes:
|
|
||||||
- Windows theme improvements
|
|
||||||
|
|
||||||
* Bugs fixed:
|
* Bugs fixed:
|
||||||
756751 Keypad decimal point patch prevents entry of comma in german keypad...
|
756751 Keypad decimal point patch prevents entry of comma in german keypad...
|
||||||
760482 GtkFrame cuts off bottom 2 pixels of child
|
760482 GtkFrame cuts off bottom 2 pixels of child
|
||||||
@ -31,7 +30,9 @@ Overview of Changes in GTK+ 3.19.11
|
|||||||
762820 Remove "core_pointer" from the GdkDisplay struct
|
762820 Remove "core_pointer" from the GdkDisplay struct
|
||||||
762887 yelp crashes most of the time on startup with gtk+ 3.19.10
|
762887 yelp crashes most of the time on startup with gtk+ 3.19.10
|
||||||
762891 gdk: remove the display->list_devices vfunc
|
762891 gdk: remove the display->list_devices vfunc
|
||||||
|
761156 Setting a popover 'relative_to' a widget on an offscreen window cra...
|
||||||
|
761686 GtkTreeView theming problems
|
||||||
|
762468 wayland: Switching between fullscreen and unfullscreen too fast may...
|
||||||
|
|
||||||
* Translation updates:
|
* Translation updates:
|
||||||
Brazilian Portuguese
|
Brazilian Portuguese
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
m4_define([gtk_major_version], [3])
|
m4_define([gtk_major_version], [3])
|
||||||
m4_define([gtk_minor_version], [19])
|
m4_define([gtk_minor_version], [19])
|
||||||
m4_define([gtk_micro_version], [10])
|
m4_define([gtk_micro_version], [11])
|
||||||
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)])
|
||||||
|
|||||||
Reference in New Issue
Block a user