gtk2/testsuite
Matthias Clasen c297d45b8a gtk: Stop using modifier intents
Reviewing the existing settings, the only backend with
some differences in the modifier intent settings is OS X,
and we would rather have that implemented by interpreting
the existing modifiers in the appropriate way.

                X11      Wayland  Win32    OS X

primary         ctrl     ctrl     ctrl     mod2
mnemonic        alt      alt      alt      alt
context menu    -        -        -        ctrl
extend sel      shift    shift    shift    shift
modify sel      ctrl     ctrl     ctrl     mod2
no text         alt|ctrl alt|ctrl alt|ctrl mod2|ctrl
shift group     varies   -        -        alt

GTK now uses the following modifiers:

primary         ctrl
mnemonic        alt
extend sel      shift
modify sel      ctrl
no text         alt|ctrl

The context menu and shift group intents were not used
in GTK at all.

Update tests to no longer expect <Primary> to roundtrip
through the accelerator parsing and formatting code.
2020-04-06 16:32:03 -04:00
..
a11y Add GtkScrollbarAccessible 2020-04-03 15:20:27 -04:00
css gtk: Remove bindings 2020-03-25 23:14:27 -04:00
gdk testsuite: Tell meson we use TAP 2020-03-20 11:55:26 -04:00
gsk testsuite: Tell meson we use TAP 2020-03-20 11:55:26 -04:00
gtk gtk: Stop using modifier intents 2020-04-06 16:32:03 -04:00
performance testsuite/performance: Add common_cflags to build 2020-03-06 18:22:01 +01:00
reftests testsuite: Tell meson we use TAP 2020-03-20 11:55:26 -04:00
tools Update the settings test 2020-04-01 00:24:56 -04:00
meson.build Make the performance testcase more general 2020-01-22 00:59:04 -05:00