NEWS: Updates

This commit is contained in:
Matthias Clasen 2020-09-25 21:27:25 -04:00
parent 54944c9cea
commit ae09e20e8a

13
NEWS
View File

@ -35,6 +35,7 @@ Overview of Changes in GTK 3.99.2
* GtkFontChooser: * GtkFontChooser:
- Determine sample text based on font coverage - Determine sample text based on font coverage
- Allow filtering by language - Allow filtering by language
- Don't center the list
* GtkStack: * GtkStack:
- Add gtk_stack_add_child - Add gtk_stack_add_child
@ -42,8 +43,12 @@ Overview of Changes in GTK 3.99.2
* GtkVideo: * GtkVideo:
- Make autoplay work - Make autoplay work
* GtkButton:
- Check coordinates for button releases
* CSS: * CSS:
- Allow more than 64 selectors per rule - Allow more than 64 selectors per rule
- Avoid some allocation overhead
* Adwaita: * Adwaita:
- Improve gesture graphics - Improve gesture graphics
@ -52,6 +57,8 @@ Overview of Changes in GTK 3.99.2
* GDK: * GDK:
- Add gdk_frame_clock_get_fps - Add gdk_frame_clock_get_fps
- GLES: Fix color channel mixup in textures
- GL: Reduce image copying for texture uploads
* GSK: * GSK:
- Add radial gradient nodes - Add radial gradient nodes
@ -76,6 +83,12 @@ Overview of Changes in GTK 3.99.2
- Rename GdkSurfaceState to GdkToplevelState - Rename GdkSurfaceState to GdkToplevelState
- Remove GdkWaylandSurface::committed - Remove GdkWaylandSurface::committed
- Make Wayland backend api take GdkToplevel - Make Wayland backend api take GdkToplevel
- Drop gtk_widget_new
- Drop cairo_surface_upload_to_gl
- Drop gtk_scrolled_window_set_capture_button_press
- Drop gtk_column_view_column_new_with_factory
- Rename gtk_buildable_set_name to gtk_buildable_set_buildable_id
- Drop other GtkBuildable api
* Demos: * Demos:
- Bug and crash fixes - Bug and crash fixes