summaryrefslogtreecommitdiff
path: root/src/keysym.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-12keysym: fix locale dependence in xkb_keysym_from_name()submit/tizen_unified/20170308.100414submit/tizen_3.0/20170112.052122submit/tizen/20170112.051937accepted/tizen/wearable/20170112.222637accepted/tizen/unified/20170309.040125accepted/tizen/tv/20170112.222622accepted/tizen/mobile/20170112.222607accepted/tizen/ivi/20170112.222653accepted/tizen/common/20170112.174639JengHyun Kang1-4/+4
2014-06-01Remove unnecessary !!(expressions)Ran Benita1-1/+1
2014-02-08keysym: use safe keysym comparison functionRan Benita1-1/+5
2014-01-02keysym: clarify slightly confusing comparison functionsRan Benita1-2/+4
2014-01-01ks_tables: Put all keysym names in one giant blockJasper St. Pierre1-14/+18
2014-01-01keysym: fix search for lexicographically larger stringsRan Benita1-1/+1
2013-08-15keysym: add xkb_keysym_to_{lower,upper}Ran Benita1-0/+20
2013-03-18keysym: print unicode keysyms uppercase and 0-paddedRan Benita1-3/+5
2012-10-16utils: add and use ARRAY_SIZE macroRan Benita1-3/+3
2012-10-16Add xkb_keysym_from_name() flags argument for case-insensitive searchDavid Herrmann1-6/+65
2012-10-16makekeys: replace helper with python script and binary searchRan Benita1-63/+32
2012-10-09keysym: fix xkb_keysym_is_upper/lower() to work properlyRan Benita1-111/+494
2012-09-24Add return value the xkb_keysym_get_nameRan Benita1-8/+7
2012-09-16Organize src/ and test/ headersRan Benita1-5/+3
2012-09-12Copyright updatesDaniel Stone1-1/+23
2012-07-27utils: add/replace string equality macrosRan Benita1-1/+1
2012-07-23utils: remove Xfuncproto.h and use our own macrosRan Benita1-2/+2
2012-07-17Run source tree through uncrustifyDaniel Stone1-38/+47
2012-07-13Rename KSIsLower/Upper and move to keysym.cRan Benita1-0/+119
2012-06-09Move XKB_KEY_NoSymbol to xkbcommon-keysyms.hRan Benita1-6/+0
2012-05-09Merge remote-tracking branch 'krh/keysyms'Daniel Stone1-9/+8
2012-05-09Use our own keysymsKristian Høgsberg1-9/+8
2012-05-09Rename keysym <-> string APIDaniel Stone1-3/+3
2012-05-08Rename XKBcommonint.h to xkb-priv.h and use itRan Benita1-3/+2
2012-04-09Implicitly include config.h in all filesRan Benita1-3/+0
2012-04-09Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.hRan Benita1-5/+6
2012-04-09Eliminate remaining gcc warningsDaniel Stone1-1/+1
2012-04-03Don't parse nonsense Unicode/hex keycodesDaniel Stone1-2/+9
2012-03-27Define our own NoSymbol value and use itRan Benita1-6/+5
2012-03-09Introduce xkb_keysym_t typeDaniel Stone1-4/+4
2012-02-26makekeys: update to match the rest of libX11 makekeysRan Benita1-0/+14
2012-02-26makekeys: Fix build/target word size mismatch when cross-compilingRan Benita1-1/+1
2012-02-25Fix all constness warningsRan Benita1-1/+1
2012-02-15Move include path from X11/extensions/ to xkbcommon/Daniel Stone1-1/+1
2010-10-08Don't return a static buffer in public APIKristian Høgsberg1-18/+18
2010-07-02Rename public entry points to lowercase and underscoreKristian Høgsberg1-2/+2
2010-06-30Fix warning from CARD32 -> uint32_t conversionKristian Høgsberg1-1/+1
2010-06-28Drop CARD32 and Opaque typesKristian Høgsberg1-3/+3
2010-06-22Use CARD32 instead of Atom, drag in XkbClientMapRecDaniel Stone1-3/+3
2010-06-22Keysym: Fix conversion for Unicode and bare numbersDaniel Stone1-43/+13
2009-04-25KeySym: Actually handle NoSymbolDaniel Stone1-3/+7
2009-04-08Remove all non-public API from XKBcommon.h headerDan Nicholson1-0/+1
2009-03-25Rename headers to XKBcommon* and install in extensions directoryDan Nicholson1-1/+1
2009-03-19keysym: Coding style cleanupDan Nicholson1-67/+84
2009-03-19Initial implementation of keysym handlersDan Nicholson1-0/+158