summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-04-02 13:54:42 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-04-02 13:54:42 -0400
commit9b2a49b7b57cc42a611a0de84206712ff3efd005 (patch)
tree8a600fc0713d217a88eb159d174be6e0becaae60
parente84ebfbf293e9617501831a8344ba8a990238867 (diff)
downloadgtk+-9b2a49b7b57cc42a611a0de84206712ff3efd005.tar.gz
NEWS: Updates
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f198ae469a..043d136d14 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,8 @@ Overview of Changes in 4.11.1, xx-xx-xxxx
- Make list grid and column views inert when not rendering
* Drag-and-Drop:
- - Support resizing drag surfaces
+ - Support resizing drag surfaces, using the new
+ GdkDragSurface::compute-size signal
* Theme:
- Port .boxed-list style from Adwaita
@@ -55,6 +56,7 @@ Overview of Changes in 4.11.1, xx-xx-xxxx
* Deprecations:
- gtk_widget_translate_coordinates
+ - gdk_surface_create_similar_surface
* Documentation:
- Add a section on coordinate systems