This commit is contained in:
Matthias Clasen
2020-10-15 00:41:52 -04:00
parent 5833e8afa6
commit 1021e12121
2 changed files with 32 additions and 3 deletions

33
NEWS
View File

@@ -1,5 +1,8 @@
Overview of Changes Overview of Changes in 3.99.3
=================== =============================
* Accessibility:
- Add an initial AT-SPI backend
* GtkEmojiChooser: * GtkEmojiChooser:
- Allow inserting multiple Emoji by pressing Control - Allow inserting multiple Emoji by pressing Control
@@ -14,18 +17,44 @@ Overview of Changes
* GtkScale: * GtkScale:
- Change the default value of the :draw-value property - Change the default value of the :draw-value property
* GtkPopover:
- Avoid losing focus when popovers are close
* GtkColorChooser:
- Add color names back for accessibility
* Input methods: * Input methods:
- Add a 'private' input hint - Add a 'private' input hint
* GL Renderer: * GL Renderer:
- Fix issues with texture caching - Fix issues with texture caching
- Fix texture flipping problems
* Build: * Build:
- Use meson yield feature for some options - Use meson yield feature for some options
- Require gtk-doc 1.33 - Require gtk-doc 1.33
- Require sysprof 3.38
* Wayland:
- Clean up Wayland backend api, add annotations
- Generate introspection for Wayland backend api
* Windows:
- Fix modal window handling and window stacking
* MacOS:
- Fix the build
- Define GDK_WINDOWING_MACOS
- Fix various event handling issues
* Demos: * Demos:
- Add another column view demo - Add another column view demo
- Add an svg paintable demo
* Translation updates
Czech
Lithuanian
Polish
Overview of Changes in GTK 3.99.2 Overview of Changes in GTK 3.99.2

View File

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