summaryrefslogtreecommitdiff
path: root/test/keyseq.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-19test: Add flags argument to test_get_context()Daniel Stone1-1/+1
2013-03-19test: Move test_key_seq to common.cDaniel Stone1-103/+0
2013-03-18keyseq: add a couple of testsRan Benita1-0/+29
2013-03-18state: fix unbound virtual modifier bugRan Benita1-1/+10
2013-03-18test/keyseq: re-add de(neo) level5 testRan Benita1-6/+5
2012-10-29test/keyseq: add test for setting depressed groupRan Benita1-0/+46
2012-10-16Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann1-1/+1
2012-09-24state: correctly wrap state->locked_group and ->groupRan Benita1-0/+40
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita1-2/+2
2012-09-16keyseq: add test for repeat-shift-repeat-unshift-repeatRan Benita1-1/+17
2012-09-16Organize src/ and test/ headersRan Benita1-5/+0
2012-09-14keyseq: test that de(neo) is working properlyRan Benita1-1/+75
2012-09-13symbols: fix real/alias key merge ordering bugRan Benita1-1/+22
2012-08-07keyseq: use our own keysymsRan Benita1-92/+91
2012-07-18Replace xkb_keycode_t 'key' variable name by 'kc'Ran Benita1-6/+6
2012-07-12Add a library of common test functionsDaniel Stone1-11/+5
2012-07-12Enlarge keysym name buffers and mention in commentRan Benita1-1/+1
2012-07-12keyseq: add a failing group-switching testRan Benita1-5/+13
2012-07-01state: fix base mod set/clear behaviorRan Benita1-10/+10
2012-06-18Add a test for the results of key sequencesRan Benita1-0/+277