commit 177c96f2b7e58ba90a7b5738089e8a97094c84d5 (HEAD -> vte-0-70, tag: 0.70.3) Author: Christian Persch Date: Sat Feb 11 19:05:48 2023 +0100 widget: Ensure the ringview is updated before converting coordinates When checking event coordinates, make sure the ringview is updated first, before converting the coordinates to grid coordinates. This should fix the top crash on retrace.fedora.org for all vte-based terminals (gnome-terminal, gnome-console, etc.). Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2577 (cherry picked from commit dcfc0ec44df3084987a6faa0fdc03e6de717c682) (cherry picked from commit 94501b6fbb2db91410c5dd0bac3bca2039815fd2) src/vte.cc | 70 +++++++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 53 insertions(+), 17 deletions(-) commit ffa67ea1c708b21707e41a0193d3bdeee02b88b5 Author: Christian Persch Date: Sat Jan 21 10:24:38 2023 +0100 widget: gtk4: Translate control+key events when using multiple layouts Same as for gtk3. https://gitlab.gnome.org/GNOME/gtk/-/issues/5384 (cherry picked from commit 1d1896427fb28b0aa32f5dd401f2a86e97452cf1) src/widget.cc | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) commit ddb2c8ae0baf3b73d77d1f6ce6142e92faa632af Author: Martin Kühl Date: Fri Dec 30 20:07:49 2022 +0100 widget: Use correct end row for getting the selected text The range is end-exclusive, so use end_row() instead of last_row(). Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2584 src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 00f6c77d8a1948a9baa1f7ab97786415d1ff1eef Author: Christian Persch Date: Fri Dec 2 22:09:16 2022 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bfabb63d2f8d0f9846dc0a0a7d768d8bf6da3531 (tag: 0.70.2)