CI: Use git master for xkeyboard-config on Linux
[platform/upstream/libxkbcommon.git] / src / keysym.c
2023-07-14 Pierre Le MarreFix xkb_keysym_from_name for numeric keysyms
2023-07-14 Pierre Le MarreAdd XKB_KEYSYM_MIN and XKB_KEYSYM_MAX
2023-03-31 Peter Huttererkeysym: replace deprecated Serbian_DZE with Cyrillic_DZHE
2021-04-25 Isaac Freundkeysym: fix underflow in binary searches
2021-04-01 Ran Benitakeysym: avoid strtoul in xkb_keysym_from_name
2021-04-01 Ran Benitakeysym: use a perfect hash function for case sensitive...
2021-03-30 Ran Benitakeysym: properly handle overflow in 0x keysym names
2021-03-28 Ran Benitakeysym: fast path for case sensitive xkb_keysym_from_name
2021-03-28 Ran Benitakeysym: inline find_sym function
2021-03-28 Ran Benitakeysym: use a more descriptive argument name
2021-03-28 Ran Benitakeysym: open-code bsearch
2019-12-27 Ran Benitabuild: include config.h manually
2019-12-27 Adrian Perez de... Use built-in istr[n]cmp() instead of strcase[n]cmp()
2019-12-22 Peter Huttererkeysym: handle ssharp in XConvertCase()
2017-12-11 Ran Benitakeysym: add xkb_keysym_to_{lower,upper} to public API
2016-12-02 Ran Benitakeysym: fix locale dependence in xkb_keysym_from_name()
2014-10-02 Ran Benitakeysym: add function to test if a keysym is for a modifier
2014-06-01 Ran BenitaRemove unnecessary !!(expressions)
2014-02-08 Ran Benitakeysym: use safe keysym comparison function
2014-01-01 Ran Benitakeysym: clarify slightly confusing comparison functions
2014-01-01 Jasper St. Pierreks_tables: Put all keysym names in one giant block
2014-01-01 Ran Benitakeysym: fix search for lexicographically larger strings
2013-08-15 Ran Benitakeysym: add xkb_keysym_to_{lower,upper}
2013-03-18 Ran Benitakeysym: print unicode keysyms uppercase and 0-padded
2012-10-16 Ran Benitautils: add and use ARRAY_SIZE macro
2012-10-16 David HerrmannAdd xkb_keysym_from_name() flags argument for case...
2012-10-16 Ran Benitamakekeys: replace helper with python script and binary...
2012-10-09 Ran Benitakeysym: fix xkb_keysym_is_upper/lower() to work properly
2012-09-23 Ran BenitaAdd return value the xkb_keysym_get_name
2012-09-16 Ran BenitaOrganize src/ and test/ headers
2012-09-12 Daniel StoneCopyright updates
2012-07-26 Ran Benitautils: add/replace string equality macros
2012-07-22 Ran Benitautils: remove Xfuncproto.h and use our own macros
2012-07-17 Daniel StoneRun source tree through uncrustify
2012-07-13 Ran BenitaRename KSIsLower/Upper and move to keysym.c
2012-06-09 Ran BenitaMove XKB_KEY_NoSymbol to xkbcommon-keysyms.h
2012-05-09 Daniel StoneMerge remote-tracking branch 'krh/keysyms'
2012-05-09 Kristian HøgsbergUse our own keysyms
2012-05-09 Daniel StoneRename keysym <-> string API
2012-05-08 Ran BenitaRename XKBcommonint.h to xkb-priv.h and use it
2012-04-09 Ran BenitaImplicitly include config.h in all files
2012-04-09 Ran BenitaRemove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
2012-04-09 Daniel StoneEliminate remaining gcc warnings
2012-04-03 Daniel StoneDon't parse nonsense Unicode/hex keycodes
2012-03-27 Ran BenitaDefine our own NoSymbol value and use it
2012-03-09 Daniel StoneIntroduce xkb_keysym_t type
2012-03-05 Daniel StoneMerge remote-tracking branch 'ran/fixes'
2012-02-26 Ran Benitamakekeys: update to match the rest of libX11 makekeys
2012-02-26 Ran Benitamakekeys: Fix build/target word size mismatch when...
2012-02-25 Ran BenitaFix all constness warnings
2012-02-15 Daniel StoneMove include path from X11/extensions/ to xkbcommon/
2010-10-08 Kristian HøgsbergDon't return a static buffer in public API
2010-07-02 Kristian HøgsbergRename public entry points to lowercase and underscore
2010-06-30 Kristian HøgsbergFix warning from CARD32 -> uint32_t conversion
2010-06-28 Kristian HøgsbergDrop CARD32 and Opaque types
2010-06-22 Daniel StoneUse CARD32 instead of Atom, drag in XkbClientMapRec
2010-06-22 Daniel StoneKeysym: Fix conversion for Unicode and bare numbers
2009-04-25 Daniel StoneKeySym: Actually handle NoSymbol
2009-04-08 Dan NicholsonRemove all non-public API from XKBcommon.h header
2009-03-26 Dan NicholsonRename headers to XKBcommon* and install in extensions...
2009-03-19 Dan Nicholsonkeysym: Coding style cleanup
2009-03-19 Dan NicholsonInitial implementation of keysym handlers