packaging: Bump to version 0.4.3
[platform/upstream/libxkbcommon.git] / test /
2023-09-29 Pierre Le MarreFix trailing whitespaces in XKB files
2023-09-29 Pierre Le MarrePython: make ruff & black happy
2023-09-28 Pierre Le MarreKeysyms: Fix failing tests
2023-09-26 Pierre Le MarrePrevent overflow of octal escape sequences
2023-09-26 Pierre Le MarreDisallow producing NULL character with escape sequences
2023-09-26 Ran BenitaCompose: add iterator API
2023-09-24 Pierre Le MarreMessages: merge macros with and without message code
2023-09-24 Pierre Le MarreMessages: add new messages to registry
2023-09-19 Pierre Le MarreAdd xkb-check-messages tool
2023-09-19 Pierre Le MarreUse warning code in xkeyboard-config test
2023-09-18 Pierre Le MarreTest: Enable x11comp and use the xvfb wrapper
2023-09-18 Pierre Le MarreTest: Catch SIGUSR1 from Xvfb for X11 tests
2023-09-18 Pierre Le MarreTest: Use a xvfb wrapper for x11 test
2023-07-14 Pierre Le MarreImproved tests related to keysyms
2023-07-04 Pierre Le MarreReplace keycode numeric offset with EVDEV_OFFSET
2023-06-28 Pierre Le MarreTest(compose): fix assumption on environment variables
2023-05-13 Pierre Le MarreDo not interpret nor emit invalid Unicode encoding...
2023-05-04 Peter Huttererscanner: allow for a zero terminated string as keymap
2023-05-01 WismillAdd support for modmap None (#291)
2023-04-11 Ran BenitaPossible fix for non-MSVC windows compilers
2022-09-24 Ran Benitatest: move mkdir & mkdtemp calls to common place and...
2022-09-24 Ran Benitautils: move some MSVC compat stuff to common place
2022-05-15 Sam LantingaRemove bogus euro sign entry from keysymtab
2022-05-15 Weng XuetianDo not clear sibling entries when override.
2022-02-04 Peter Hutterertest: add test for variant inheritance of ISO 639/3166...
2022-01-24 M HickfordVariants should inherit iso639, iso3166 and brief from...
2022-01-24 Peter Huttererregistry: skip over invalid ISO639 or ISO3166 entries
2022-01-23 Peter Hutterertest: show the tool exit status on failure
2021-05-22 Ran Benitatest/tool-option-parsing: don't depend on build prefix
2021-05-22 Ran Benitatest/compose: add tests for xkb_compose_table_new_from_...
2021-05-22 Ran Benitatest/compose: clean up after a setenv
2021-05-22 Ran Benitatests/data: add files needed to fully test compose
2021-05-22 Ran Benitaignore: remove no longer relevant gitignore files
2021-04-25 Isaac Freundkeysym: fix underflow in binary searches
2021-04-22 Peter Hutterertest: allow skipping errors in certain conditions
2021-04-20 Peter Hutterertest: add extra info to the layout-tester --help output
2021-04-20 Peter Hutterertest: print the layout-tester progress bar to stdout...
2021-04-20 Peter Hutterertest: add an LVO argument to the XKB layout tester
2021-04-20 Peter Hutterertest: print the compiled keymaps to a given directory
2021-04-20 Peter Hutterertest: rework the output for the xkeyboard-config layout...
2021-04-20 Peter Hutterertest: add proper --verbose handling to the xkeyboard...
2021-04-01 Ran Benitakeysym: avoid strtoul in xkb_keysym_from_name
2021-03-30 Ran Benitakeysym: properly handle overflow in 0x keysym names
2021-03-29 Peter Hutterertest: move an assert up to before the strlen() use
2021-03-19 Peter Hutterertest: fix missing va_end in case of test failures
2021-02-22 Peter Hutterertest: add a keysym tester
2021-01-23 Peter Hutterertest: fix interactive evdev test invocation
2021-01-23 Peter Hutterertest: fill in srcdir/builddir when not set in the envir...
2020-11-23 Ran Benitakeymap-dump: follow xkbcomp in printing affect=both...
2020-11-23 Ran Benitatest/data: update host.xkb to match keymap-dump style
2020-10-20 Peter Hutterertest: catch unrecognized keysyms in the xkeyboard-confi...
2020-10-19 Peter Huttererxkbcomp: where a keysym cannot be resolved, set it...
2020-09-08 Ran Benitatest/tool-option-parsing: skip testing of disabled...
2020-09-08 Ran Benitatest/tool-option-parsing: switch from pytest to unittest
2020-09-07 Ran Benitatest/tool-option-parsing: keep isolated by using our...
2020-09-07 Peter Hutterertest: include unstd.h in the registry test to cut down...
2020-09-07 Ran Benitatest/data: add rule registry files
2020-09-07 Ran Benitatest/data: sync from xkeyboard-config 2.30
2020-09-07 Ran Benitatest/data: change quartz.xkb from CRLF to LF
2020-09-07 Peter Hutterertest: fix the xkbcli --version test
2020-08-30 Peter HuttererAdd /etc/xkb as extra lookup path for system data files
2020-07-28 Peter Hutterertest: fix the xkeyboard-config test
2020-07-27 Peter Hutterertest: ignore the real XDG_CONFIG_HOME during tests
2020-07-27 Ran Benitatools/interactive-evdev: fixup 64bff65
2020-07-25 Ran Benitatest/tool-option-parsing: remove --kccgst test, it...
2020-07-25 Ran Benitatools: run test-tool-option-parsing.py like a regular...
2020-07-25 Peter Hutterertools: install our tools as xkbcli subcommands
2020-07-25 Peter Hutterertest: make the symbols-leak-test executable
2020-07-22 Ran BenitaPACKAING: remove bash
2020-07-22 Ran Benitatest: fix Windows CI by rewriting symbols-leak-test...
2020-07-13 Peter HuttererAdd asprintf_safe helper function
2020-07-06 Peter HuttererAdd libxkbregistry to query available RMLVO
2020-07-06 Peter Huttererutils: add streq_null() for streq that allows NULL...
2020-07-06 Peter HuttererAdd a snprintf_safe() helper function
2020-06-30 Peter Hutterertest: fix the xkeyboard-config test for the prefixed...
2020-06-25 Peter Hutterertest: drop some now-obsolete functions
2020-06-25 Peter Hutterertools: move the remaining tools from test to here
2020-06-25 Peter Hutterertest: disentangle interactive-wayland from the test...
2020-06-25 Peter Hutterertest: untangle interactive-x11 from the test headers
2020-06-25 Peter Hutterertest: untangle interactive-evdev from the test headers
2020-06-25 Peter Hutterertest: simplify error handling in interactive-evdev
2020-06-25 Peter HuttererMove the various tools to a tools/ directory
2020-06-25 Peter Hutterertest: how-to-type: prefer local headers over system...
2020-06-25 Peter Hutterertest: untangle rmlvo-to-kccgst from the test headers
2020-06-25 Peter Hutterertest: untangle print-compiled-keymap from the test...
2020-06-25 Peter Hutterertest: simplify an exit path
2020-04-18 Ran Benitakeymap: don't forget about fallback mappings in xkb_key...
2020-03-25 Nilstest: use flag instead of hardcoded value in examples
2020-03-21 Ran Benitatest/how-to-type: some code fixes/improvements
2020-03-20 Ran Benitatest: add "how to type" demo program
2020-03-20 Jaroslaw KubikAPI to query modifier set required to type a keysym
2020-02-24 Jaroslaw KubikSupport translation Unicode codepoints to keysyms
2019-12-28 Adrian Perez de... MSVC: Provide implementations of [un]setenv()
2019-12-28 Adrian Perez de... MSVC: Provide implementations of test_{dis,en}able_stdi...
2019-12-28 Adrian Perez de... MSVC: Use <io.h> as an alternative for <unistd.h>
2019-12-28 Ran Benitatest/data: ensure files are checked out with LF, not...
2019-12-28 Ran Benitatest/atom: use correct format specifier for size_t
2019-12-28 Ran BenitaOpen files in binary mode
2019-12-28 Ran Benitatest/common: avoid double // in path
2019-12-28 Ran Benitatest/common: simplify test_get_path()
next