gtk2/testsuite/gtk
Matthias Clasen 0a96a483c6 gdk: Redo key events
Add all of the keyboard translation results in the key event,
so we can translate the keyboard state at the time the event
is created, and avoid doing state translation at match time.

We actually need to carry two sets of translation results,
since we ignore CapsLock when matching accelerators, in
gdk_event_matches().

At the same time, drop the scancode field - it is only ever
set on win32, and is basically unused in GTK.

Update all callers.
2020-04-06 15:13:54 -04:00
..
file-chooser-test-dir
focus-chain colorbutton: Fix focus 2020-04-04 00:28:45 -04:00
icons
icons2
ui Remove new attributes from tests 2019-07-28 11:00:29 -04:00
accel.c accel: Add display arg to gtk_accelerator_parse_with_keycode() 2020-03-25 23:14:28 -04:00
accessible.c testsuite: Fix the accessible test 2020-03-20 10:03:04 -04:00
action.c Use an action for the context menu keybinding 2020-03-25 23:14:44 -04:00
adjustment.c
autotestkeywords.cc
bitmask.c testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
builder.c testsuite: Add a test for transforms in builder files 2020-03-31 16:49:51 -04:00
builderparser.c
cellarea.c treeview column: Make final 2019-05-28 23:22:57 -04:00
check-icon-names.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
constraint-solver.c Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
cssprovider.c
defaultvalue.c Turn GtkShortcutAction into a GObject 2020-03-25 23:14:45 -04:00
displayclose.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
entry.c entry, spin button: Drop redundant API 2019-02-28 16:34:00 -05:00
filterlistmodel.c Fix leaks in tests 2019-12-04 18:24:56 -05:00
filtermodel.c testsuite: Use g_assert() in tests 2020-03-02 03:18:55 +01:00
flattenlistmodel.c testsuite/gtk/flattenlistmodel.c: fix build 2020-03-22 10:53:59 +01:00
floating.c
focus.c testsuite: Check proper notify emissions, too 2020-02-22 07:33:40 +01:00
gestures.c wip: Use event constructors in the testsuite 2020-02-21 00:40:52 -05:00
grid-layout.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
grid.c tests: Update the GtkGrid suite 2019-04-04 22:43:07 +01:00
gtk.test.in
gtktreemodelrefcount.c
gtktreemodelrefcount.h
icontheme.c icontheme: Update the api 2020-02-18 20:32:17 -05:00
listbox.c
liststore.c
main.c Drop gtk_get_main_thread 2020-02-09 23:13:13 -05:00
maplistmodel.c Fix leaks in tests 2019-12-04 18:24:56 -05:00
meson.build Drop the keyhash test 2020-03-25 23:14:45 -04:00
modelrefcount.c
no-gtk-init.c testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
notify.c testsuite: Fix notify test no not fail on the 30th 2020-03-29 09:04:19 -04:00
object.c testsuite: Remove outdated exclusions 2020-02-24 23:08:34 -05:00
objects-finalize.c Turn GtkShortcutAction into a GObject 2020-03-25 23:14:45 -04:00
papersize.c
popover.c popover: Drop ::relative-to 2020-02-24 20:46:41 -05:00
propertylookuplistmodel.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
rbtree-crash.c testsuite: Don't g_print from tests 2020-03-20 10:03:04 -04:00
rbtree.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
recentmanager.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
regression-tests.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00
revealer-size.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
scrolledwindow.c
searchbar.c
shortcuts.c gdk: Redo key events 2020-04-06 15:13:54 -04:00
singleselection.c testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
slicelistmodel.c slicelistmodel: Fix two wrong computations 2020-02-14 03:15:22 +01:00
sortlistmodel.c Fix leaks in tests 2019-12-04 18:24:56 -05:00
sortmodel.c testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
spinbutton.c
templates.c testsuite: Stop using type-hint 2020-03-11 19:35:56 -04:00
test-focus-chain.c testsuite: Try harder to record a full focus chain 2020-04-03 11:35:26 -04:00
textbuffer.c textview: Use paintables instead of textures, and fix the support 2020-02-06 17:47:56 +01:00
textiter.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
theme-validate.c testsuite: Add theme-validate test 2019-04-18 02:28:42 +02:00
treelistmodel.c Fix treelistmodel tests 2019-12-04 18:30:37 -05:00
treemodel.c testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
treemodel.h testsuite/gtk: Add common_cflags to build 2020-03-07 16:28:04 +01:00
treepath.c
treestore.c testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
treeview.c testsuite: Don't use return_if_fail() 2020-02-22 07:35:23 +01:00
typename.c builder: Improve type name mangling 2019-12-13 14:21:44 -05:00
widgetorder.c
window.c window: Remove type argument from gtk_window_new() 2020-02-14 21:18:49 +01:00