summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2024-02-19Fix issues detected by static analysis toolaccepted/tizen/unified/x/20240220.150017accepted/tizen/unified/toolchain/20240311.070033accepted/tizen/unified/dev/20240620.010903accepted/tizen/unified/20240219.160452accepted/tizen_unified_devJihoon Kim1-1/+1
2024-01-03compose.c: fix untrusted source issuetizen_work_20231222Jihoon Kim1-1/+1
2024-01-03Fix issue detected by static analysis toolJihoon Kim1-1/+2
2023-12-22Fix issue detected by static analysis toolduna.oh1-6/+5
2023-12-22Fix issue detected by static analysis toolInhong Han1-0/+2
2023-12-22Apply directory macros and install license file to the proper directorySung-Jin Park1-2/+6
2023-09-29Fix trailing whitespaces in XKB filesPierre Le Marre18-96/+94
2023-09-29Python: make ruff & black happyPierre Le Marre4-200/+279
2023-09-28Keysyms: Fix failing testsPierre Le Marre2-11/+11
2023-09-26Prevent overflow of octal escape sequencesPierre Le Marre2-2/+8
2023-09-26Disallow producing NULL character with escape sequencesPierre Le Marre3-0/+22
2023-09-26Compose: add iterator APIRan Benita1-0/+105
2023-09-24Messages: merge macros with and without message codePierre Le Marre1-14/+14
2023-09-24Messages: add new messages to registryPierre Le Marre1-4/+5
2023-09-19Add xkb-check-messages toolPierre Le Marre1-0/+63
2023-09-19Use warning code in xkeyboard-config testPierre Le Marre1-2/+4
2023-09-18Test: Enable x11comp and use the xvfb wrapperPierre Le Marre1-59/+10
2023-09-18Test: Catch SIGUSR1 from Xvfb for X11 testsPierre Le Marre1-2/+38
2023-09-18Test: Use a xvfb wrapper for x11 testPierre Le Marre3-3/+179
2023-07-14Improved tests related to keysymsPierre Le Marre3-17/+159
2023-07-04Replace keycode numeric offset with EVDEV_OFFSETPierre Le Marre1-41/+41
2023-06-28Test(compose): fix assumption on environment variablesPierre Le Marre1-0/+16
2023-05-13Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre2-0/+6
2023-05-05scanner: allow for a zero terminated string as keymapPeter Hutterer1-18/+22
2023-05-01Add support for modmap None (#291)Wismill3-0/+309
2023-04-11Possible fix for non-MSVC windows compilersRan Benita2-4/+4
2022-09-24test: move mkdir & mkdtemp calls to common place and fix them on MSVCRan Benita4-23/+62
2022-09-24utils: move some MSVC compat stuff to common placeRan Benita1-9/+0
2022-05-15Remove bogus euro sign entry from keysymtabSam Lantinga1-0/+1
2022-05-15Do not clear sibling entries when override.Weng Xuetian1-0/+21
2022-02-04test: add test for variant inheritance of ISO 639/3166 codesPeter Hutterer1-0/+20
2022-01-24Variants should inherit iso639, iso3166 and brief from parent layout if omitt...M Hickford1-0/+6
2022-01-24registry: skip over invalid ISO639 or ISO3166 entriesPeter Hutterer1-7/+147
2022-01-24test: show the tool exit status on failurePeter Hutterer1-1/+1
2021-05-22test/tool-option-parsing: don't depend on build prefixRan Benita1-0/+4
2021-05-22test/compose: add tests for xkb_compose_table_new_from_locale lookupRan Benita1-0/+44
2021-05-22test/compose: clean up after a setenvRan Benita1-0/+2
2021-05-22tests/data: add files needed to fully test composeRan Benita6-4/+4389
2021-05-22ignore: remove no longer relevant gitignore filesRan Benita1-24/+0
2021-04-25keysym: fix underflow in binary searchesIsaac Freund1-0/+3
2021-04-22test: allow skipping errors in certain conditionsPeter Hutterer1-2/+11
2021-04-20test: add extra info to the layout-tester --help outputPeter Hutterer1-1/+6
2021-04-20test: print the layout-tester progress bar to stdout by defaultPeter Hutterer1-2/+2
2021-04-20test: add an LVO argument to the XKB layout testerPeter Hutterer1-1/+15
2021-04-20test: print the compiled keymaps to a given directoryPeter Hutterer1-2/+35
2021-04-20test: rework the output for the xkeyboard-config layout testerPeter Hutterer1-74/+111
2021-04-20test: add proper --verbose handling to the xkeyboard-config testerPeter Hutterer1-11/+22
2021-04-01keysym: avoid strtoul in xkb_keysym_from_nameRan Benita1-0/+11
2021-03-30keysym: properly handle overflow in 0x keysym namesRan Benita1-0/+4
2021-03-30test: move an assert up to before the strlen() usePeter Hutterer1-1/+2