mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
Merge branch 'matthiasc/for-main' into 'main'
4.13.9 See merge request GNOME/gtk!6968
This commit is contained in:
commit
0ca822c716
9
NEWS
9
NEWS
@ -1,11 +1,15 @@
|
|||||||
Overview of Changes in 4.13.9, xx-xx-xxxx
|
Overview of Changes in 4.14.0, xx-xx-xxxx
|
||||||
=========================================
|
=========================================
|
||||||
|
|
||||||
Note: The new renderers and dmabuf support are using graphics drivers
|
Note: The new renderers and dmabuf support are using graphics drivers
|
||||||
in different ways than the old gl renderer, and trigger new driver bugs,
|
in different ways than the old gl renderer, and trigger new driver bugs,
|
||||||
(see for example https://gitlab.gnome.org/GNOME/gtk/-/issues/6418 and
|
(see for example https://gitlab.gnome.org/GNOME/gtk/-/issues/6418 and
|
||||||
https://gitlab.gnome.org/GNOME/gtk/-/issues/6388). Therefore, it is
|
https://gitlab.gnome.org/GNOME/gtk/-/issues/6388). Therefore, it is
|
||||||
recommended to use the latest mesa release (24.0) with the new renderers.
|
recommended to use the latest mesa release (24.x) with the new renderers.
|
||||||
|
|
||||||
|
|
||||||
|
Overview of Changes in 4.13.9, 02-03-2024
|
||||||
|
=========================================
|
||||||
|
|
||||||
* GtkEditable:
|
* GtkEditable:
|
||||||
- Fix preconditions to be not too strict
|
- Fix preconditions to be not too strict
|
||||||
@ -27,6 +31,7 @@ recommended to use the latest mesa release (24.0) with the new renderers.
|
|||||||
|
|
||||||
* GSK:
|
* GSK:
|
||||||
- Make the node parser more flexible for text nodes
|
- Make the node parser more flexible for text nodes
|
||||||
|
- Change the way font scaling is handled to avoid clipping
|
||||||
- Fix handling of missing glyphs in the new renderers
|
- Fix handling of missing glyphs in the new renderers
|
||||||
|
|
||||||
* X11:
|
* X11:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('gtk', 'c',
|
project('gtk', 'c',
|
||||||
version: '4.13.9',
|
version: '4.14.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
|
Loading…
Reference in New Issue
Block a user