1
0
mirror of https://gitlab.gnome.org/GNOME/gtk.git synced 2025-01-13 14:00:09 +00:00

NEWS: add recent changes to GtkTextView

This commit is contained in:
Christian Hergert 2024-10-23 11:03:33 -07:00
parent 5bf78e047d
commit 3bf1603fae

6
NEWS
View File

@ -22,6 +22,12 @@ Overview of Changes in 4.17.0, xx-xx-xxxx
* GtkStringList:
- Add gtk_string_list_find
* GtkTextView:
- Vertical and horizontal positioning of the textview is now quantized
to the nearest device pixel. This should improve the perceived smoothness
of scrolling with fractional scaling and font hinting.
- In incorrect re-use of cached styling was fixed
* Accessibility:
- Always realize non-widget accessibles, to help webkit
- Fix list view selection implementation