From 3bf1603fae42f69253eebf239555f23b985d9242 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Wed, 23 Oct 2024 11:03:33 -0700 Subject: [PATCH] NEWS: add recent changes to GtkTextView --- NEWS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS b/NEWS index d808dd2c4c..b0f2a52ba9 100644 --- a/NEWS +++ b/NEWS @@ -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