summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-09-24Don't use xkbcommon-compat names in internal codeRan Benita9-65/+65
2012-09-19test: add print-compiled-keymap toolRan Benita2-0/+107
2012-09-17symbols: fix buffer overflow with illegal explicit groupRan Benita1-0/+3
2012-09-16keyseq: add test for repeat-shift-repeat-unshift-repeatRan Benita1-1/+17
2012-09-16Organize src/ and test/ headersRan Benita11-41/+6
2012-09-15keycodes: ignore explicit minimum/maximum statementsRan Benita1-2/+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-09-13keymap-dump: don't write spaces between multiple-syms-per-levelRan Benita1-2/+2
2012-09-12Copyright updatesDaniel Stone7-41/+59
2012-09-03test/rules-file: add benchmarkRan Benita1-7/+48
2012-09-03test: add rmlvo-to-kccgst toolRan Benita2-0/+86
2012-09-03rules: fix check for appending '|' character when applyingRan Benita2-2/+2
2012-09-03Don't printf NULL stringsRan Benita1-1/+2
2012-09-03test/data/symbols: keypad can only have one default sectionRan Benita1-1/+1
2012-09-03Set log level for tests through env, not directlyRan Benita1-3/+0
2012-09-03log: replace "priority" by "level" everywhereRan Benita3-13/+17
2012-09-02state: fix mod_names_are_activeRan Benita1-20/+25
2012-09-01compat: ignore "group" (compatibility) statementsRan Benita1-3/+0
2012-09-01compat: ignore "locking" field in sym interpretsRan Benita1-1/+0
2012-09-01rulescomp: remove bad failtestsRan Benita3-10/+1590
2012-09-01Organize xkbcomp/ header filesRan Benita1-2/+2
2012-09-01Allocate xkb_component_names on stackRan Benita1-17/+15
2012-08-09Fix warningRan Benita1-4/+1
2012-08-08Add xkb_map_mod_mask_remove_consumedDaniel Stone1-0/+31
2012-08-08Add xkb_log_level enum rather than using syslogDaniel Stone3-9/+15
2012-08-08Increase log verbosity in testsDaniel Stone2-1/+5
2012-08-08stringcomp: Make test more punishingDaniel Stone1-120/+589
2012-08-08test/dump: Remove superfluous testDaniel Stone2-1998/+0
2012-08-08test/stringcomp: Perform full round-trip testDaniel Stone1-6/+31
2012-08-08stringcomp: Remove unnecessary Level1 mappingsDaniel Stone1-2/+0
2012-08-08test: Minimise includesDaniel Stone6-18/+2
2012-08-08stringcomp: Update input file for output changesDaniel Stone1-69/+69
2012-08-08test: Add extremely rudimentary include path testDaniel Stone1-1/+3
2012-08-08Rename xkey test to keysymDaniel Stone1-0/+0
2012-08-08Staticise xkb_map_new_from_kccgstDaniel Stone1-90/+0
2012-08-08test: Use test_compile_*() in interactiveDaniel Stone1-27/+15
2012-08-08Add support for default rules/model/layoutDaniel Stone1-1/+0
2012-08-08tests: Fix uninitialised-use-of-'ret' warningDaniel Stone1-3/+4
2012-08-08test: Use test_get_context() in interactiveDaniel Stone1-1/+2
2012-08-08Add API to query whether a modifier is consumedRan Benita1-1/+4
2012-08-07types: remove DeleteLevel1MapEntriesRan Benita1-2/+0
2012-08-07types: don't use canonical/required typesRan Benita3-7/+1033
2012-08-07filecomp: fix path and error messageRan Benita1-1/+2
2012-08-07interactive: add support to run from keymap fileRan Benita1-20/+38
2012-08-07keyseq: use our own keysymsRan Benita1-92/+91
2012-07-28Add an interactive evdev testRan Benita2-0/+494
2012-07-27context test: Use test_get_context()Daniel Stone1-1/+2
2012-07-27utils: add/replace string equality macrosRan Benita6-21/+14
2012-07-26expr: don't divide by zeroRan Benita2-0/+18