mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-23 12:20:08 +00:00
4.10.0
This commit is contained in:
parent
32f0723bf0
commit
47aa0dcc7f
4
NEWS
4
NEWS
@ -1,4 +1,4 @@
|
||||
Overview of Changes in 4.10.0, xx-xx-xxxx
|
||||
Overview of Changes in 4.10.0, 04-03-2023
|
||||
=========================================
|
||||
|
||||
* GtkTextView
|
||||
@ -15,6 +15,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
|
||||
- Fix various problems with undo
|
||||
|
||||
* Accessibility
|
||||
- Make some getters transfer-full
|
||||
- Allow setting accessible parents and siblings
|
||||
- Add a role for toggle buttons
|
||||
- Miscellaneous property fixes and improvements
|
||||
@ -28,6 +29,7 @@ Overview of Changes in 4.10.0, xx-xx-xxxx
|
||||
|
||||
* gsk
|
||||
- Make mask nodes more versatile
|
||||
- Improve the GL implementation for texture scale nodes
|
||||
|
||||
* X11
|
||||
- Fix key handling during DND
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('gtk', 'c',
|
||||
version: '4.9.5',
|
||||
version: '4.10.0',
|
||||
default_options: [
|
||||
'buildtype=debugoptimized',
|
||||
'warning_level=1',
|
||||
|
@ -1 +1 @@
|
||||
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.9
|
||||
invalid5.ui:3:1 Required GTK version 5.10, current version is 4.10
|
||||
|
Loading…
Reference in New Issue
Block a user