Merge branch 'matthiasc/for-main' into 'main'

Matthiasc/for main

See merge request GNOME/gtk!7020
This commit is contained in:
Matthias Clasen
2024-03-12 12:14:27 +00:00
2 changed files with 14 additions and 2 deletions

14
NEWS
View File

@@ -1,4 +1,8 @@
Overview of Changes in 4.14.0, xx-xx-xxxx
Overview of Changes in 4.14.1, xx-xx-xxxx
=========================================
Overview of Changes in 4.14.0, 12-03-2024
=========================================
Note: The new renderers and dmabuf support are using graphics drivers
@@ -9,6 +13,7 @@ recommended to use the latest mesa release (24.x) with the new renderers.
* GtkTextView:
- Don't snapshot children twice
- Don't blink the cursor when hidden
* GtkEmojiChooser:
- Fix presentation selector handling
@@ -16,6 +21,9 @@ recommended to use the latest mesa release (24.x) with the new renderers.
* GtkSnapshot:
- Fix wrong nodes with transformed shadows
* GtkIMContext:
- Make gtk_im_context_activate_osk public
* Accessibility:
- Implement get_contents_at for all our text widgets
- Add GtkAccessibleText.get_default_attributes
@@ -25,6 +33,8 @@ recommended to use the latest mesa release (24.x) with the new renderers.
- Round vertical glyph position to a device pixel position if the font is hinted
- Fix problems with clip handling
- Make vulkan and ngl match their font handling
- Fix some corner-cases with offloading and clips
- Fix problem with rendering of missing glyphs in hinted fonts
* MacOs:
- Implement cursor-from-texture
@@ -39,8 +49,10 @@ recommended to use the latest mesa release (24.x) with the new renderers.
Lithuanian
Norwegian Bokmål
Slovenian
Spanish
Turkish
Overview of Changes in 4.13.9, 02-03-2024
=========================================

View File

@@ -1,5 +1,5 @@
project('gtk', 'c',
version: '4.14.0',
version: '4.14.1',
default_options: [
'buildtype=debugoptimized',
'warning_level=1',