summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-23Add test for logging functionalityRan Benita2-0/+122
2012-07-18Replace xkb_keycode_t 'key' variable name by 'kc'Ran Benita1-6/+6
2012-07-17Run source tree through uncrustifyDaniel Stone7-148/+149
2012-07-13remove unused function xkb_canonicalise_componentsRan Benita1-139/+0
2012-07-13Add multiple-keysyms-per-level to test dataDaniel Stone2-4/+4
2012-07-13rulescomp: Fix benchmark runsDaniel Stone1-6/+6
2012-07-13tests: Update dump.data for recent fixesDaniel Stone1-2/+34
2012-07-13dump: add back kccgst namesRan Benita1-4/+4
2012-07-12dump: a few more tweaks to match xkbcomp outputRan Benita1-230/+230
2012-07-12symbols: fix bug in modifier_map handlingRan Benita1-1/+1
2012-07-12Import dataset into test/data/Daniel Stone52-7/+12474
2012-07-12Add a library of common test functionsDaniel Stone10-203/+315
2012-07-12Move test data files to test/data/keymapsDaniel Stone9-6/+7
2012-07-12Enlarge keysym name buffers and mention in commentRan Benita1-1/+1
2012-07-12test/dump: output commentary to stderrRan Benita1-4/+5
2012-07-12keyseq: add a failing group-switching testRan Benita1-5/+13
2012-07-12rules: fix parsing of multiple optionsRan Benita2-0/+39
2012-07-01state: fix base mod set/clear behaviorRan Benita1-10/+10
2012-07-01rules: remove support for keymap ruleRan Benita2-7/+3
2012-06-22state: Add more comprehensive repeating testDaniel Stone1-5/+3
2012-06-22Add xkb_key_repeatsDaniel Stone1-0/+13
2012-06-18Add a test for the results of key sequencesRan Benita2-0/+278
2012-06-09state: use darray for filtersRan Benita1-10/+16
2012-06-09test/dump: allow to run manuallyRan Benita2-5/+4
2012-06-09Update .gitignoreRan Benita1-0/+2
2012-06-08Add keypad sequences to UTF-8 keysym printingDaniel Stone1-0/+7
2012-06-08Add API for getting unicode representation of a keysymRob Bradford1-0/+26
2012-06-04Fix tiny memory leak in dump testDaniel Stone1-0/+1
2012-06-04Make xkb_map_get_as_string test more comprehensiveDaniel Stone2-4/+1929
2012-06-04Revert "dump"Daniel Stone1-2/+2
2012-06-02dumpDaniel Stone1-2/+2
2012-05-29stringcomp: NULL-terminate stringDaniel Stone1-3/+2
2012-05-29Add test for xkb_map_new_from_stringDaniel Stone2-0/+1543
2012-05-29Add xkb_map_get_as_stringDaniel Stone1-0/+59
2012-05-20rules: add testRan Benita5-0/+251
2012-05-20Don't run the benchmark by defaultRan Benita1-1/+3
2012-05-18Change xkb_map_new_from_fd to use FILE*Ran Benita1-9/+6
2012-05-18Add benchmarking test to rulescompDaniel Stone1-7/+46
2012-05-11Rename 'ctx' back to 'context' in external APIDaniel Stone5-33/+33
2012-05-09Move KcCGST API to internal-onlyDaniel Stone2-0/+2
2012-05-09Rename serialise to serializeDaniel Stone1-8/+8
2012-05-09Add common LED names to xkbcommon-names.hDaniel Stone1-2/+2
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone2-4/+3
2012-05-09Use our own keysymsKristian Høgsberg2-4/+3
2012-05-09Shorten context to ctxRan Benita5-32/+31