summaryrefslogtreecommitdiff
path: root/test/keysym.c
Commit message (Expand)AuthorAgeFilesLines
* Do not interpret nor emit invalid Unicode encoding formsPierre Le Marre2023-05-131-0/+4
* Remove bogus euro sign entry from keysymtabSam Lantinga2022-05-151-0/+1
* keysym: fix underflow in binary searchesIsaac Freund2021-04-251-0/+3
* keysym: avoid strtoul in xkb_keysym_from_nameRan Benita2021-04-011-0/+11
* keysym: properly handle overflow in 0x keysym namesRan Benita2021-03-301-0/+4
* test: move an assert up to before the strlen() usePeter Hutterer2021-03-301-1/+2
* Support translation Unicode codepoints to keysymsJaroslaw Kubik2020-02-241-0/+66
* build: include config.h manuallyRan Benita2019-12-271-0/+2
* keysym-utf: reject out-of-range Unicode codepoints in xkb_keysym_to_utf{8,32}Ran Benita2018-06-231-0/+5
* keysym: fix locale dependence in xkb_keysym_from_name()Ran Benita2016-12-021-0/+22
* keysym: add xkb_keysym_to_{lower,upper}Ran Benita2013-08-151-0/+13
* keysym: print unicode keysyms uppercase and 0-paddedRan Benita2013-03-181-0/+4
* test/keysym: '\e' is non-standardRan Benita2012-11-071-1/+1
* keysym-utf: also translate special keysyms like Tab and ReturnRan Benita2012-11-051-2/+15
* Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann2012-10-161-7/+47
* keysym: fix xkb_keysym_is_upper/lower() to work properlyRan Benita2012-10-091-0/+29
* Organize src/ and test/ headersRan Benita2012-09-161-4/+0
* Copyright updatesDaniel Stone2012-09-121-0/+23
* test: Minimise includesDaniel Stone2012-08-081-2/+1
* Rename xkey test to keysymDaniel Stone2012-08-081-0/+83