gtk2/modules
Carlos Garnacho d7fb15c822 imwayland: Clamp the surrounding string end correctly
In the paths where len > MAX_LEN and cursor/anchor are separated by
at least MAX_LEN from text edges, we were clamping the right end of
the surrounding string at MAX_LEN. Oops.

This end anchor may go as far as the string length, although just
up to len - MAX_LEN in real terms (due to the condition above that
caches cursor/anchor positions being near enough the text end).

Closes: https://gitlab.gnome.org/GNOME/gtk/-/issues/2565
2020-04-03 12:57:44 +02:00
..
input imwayland: Clamp the surrounding string end correctly 2020-04-03 12:57:44 +02:00
printbackends Silence compiler warnings in release builds 2020-03-13 16:03:08 +00:00
Makefile.am autotools: dist all meson related build files 2019-04-11 16:45:36 +02:00
meson.build meson: build print backends 2019-04-11 16:45:36 +02:00