Merge branch 'wip/chergert/for-main' into 'main'

NEWS: add recent changes to GtkTextView

See merge request GNOME/gtk!7862
This commit is contained in:
Matthias Clasen 2024-10-23 19:07:42 +00:00
commit f7dddcb258

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