commit 3c29bfef30c34afec4982ba5ec37f944cfacbba2 (HEAD, tag: 0.76.0) Author: Christian Persch Date: 2024-03-15 22:20:18 +0100 build: Version 0.76.0 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d09a78964cec7368217acbd35389d7acc1350f64 Author: Christian Persch Date: 2024-03-15 22:20:18 +0100 build: Bump gtk4 req version (cherry picked from commit 8e9524712866d93339c3cc87d2854ba3a7633dd0) meson.build | 6 +++--- src/app/app.cc | 2 +- src/widget.cc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) commit 73fb0460fdda1280345659c86f11109583680ac9 Author: Carlos Garnacho Date: 2024-03-13 21:36:39 +0100 widget: Activate OSK on button release Currently, make it mutually exclusive with having started a selection, other heuristics might be added here (e.g. making it also mutually exclusive with unselecting text, or not issuing the call for cases where text input is known to be ignored. https://gitlab.gnome.org/GNOME/vte/-/issues/2630 (cherry picked from commit f3cc41dcbc4e6967155790e3bbd597042ee5af76) src/vte.cc | 2 ++ 1 file changed, 2 insertions(+) commit 2fd91e541cf0db93e20e437a01ecf1f8273a5b65 Author: Carlos Garnacho Date: 2024-03-13 21:36:39 +0100 widget: Add im_activate_osk() method This method makes the GtkIMContext request an OSK to be activated. Currently supported on the Wayland platform. https://gitlab.gnome.org/GNOME/vte/-/issues/2630 (cherry picked from commit 4c21cff3a72a946cbd39fae15acc4515484c4ea6) src/widget.cc | 8 ++++++++ src/widget.hh | 1 + 2 files changed, 9 insertions(+) commit 4d9b6be5898c0fe3019d34f55710efb1b60afe7b Author: Egmont Koblinger Date: 2024-03-12 23:12:44 +0100 gtk3: draw: minifont: Don't do minifont caching On gtk3, painting from the minifont cache seems to be slower than painting the glyph in the first place, so don't use a cache. Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2757 (cherry picked from commit 1109aad798c47b30c7af04c1771983d3f48f5b7d) src/minifont.cc | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) commit 3166f8b4aca05e5100990a52a0ddd27a4a71884b Author: Christian Persch Date: 2024-03-02 21:15:06 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit acad28244fc5015fd547983037ed3029c624a5b3 (tag: 0.75.92)