index
:
delta/xorg-lib-libxkbcommon.git
azure-pipelines
baserock/genivi/baseline
baserock/morph
bug-74422
ci-simplify
compose
for-weston-0.85
master
meson-deprecations
travis-valgrind
update-latched-locked
github.com: xkbcommon/libxkbcommon.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
keysym.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
keysym: add xkb_keysym_to_{lower,upper} to public API
Ran Benita
2017-12-11
1
-2
/
+2
*
keysym: fix locale dependence in xkb_keysym_from_name()
Ran Benita
2016-12-02
1
-4
/
+4
*
keysym: add function to test if a keysym is for a modifier
Ran Benita
2014-10-03
1
-0
/
+12
*
Remove unnecessary !!(expressions)
Ran Benita
2014-06-01
1
-1
/
+1
*
keysym: use safe keysym comparison function
Ran Benita
2014-02-08
1
-1
/
+5
*
keysym: clarify slightly confusing comparison functions
Ran Benita
2014-01-02
1
-2
/
+4
*
ks_tables: Put all keysym names in one giant block
Jasper St. Pierre
2014-01-01
1
-14
/
+18
*
keysym: fix search for lexicographically larger strings
Ran Benita
2014-01-01
1
-1
/
+1
*
keysym: add xkb_keysym_to_{lower,upper}
Ran Benita
2013-08-15
1
-0
/
+20
*
keysym: print unicode keysyms uppercase and 0-padded
Ran Benita
2013-03-18
1
-3
/
+5
*
utils: add and use ARRAY_SIZE macro
Ran Benita
2012-10-16
1
-3
/
+3
*
Add xkb_keysym_from_name() flags argument for case-insensitive search
David Herrmann
2012-10-16
1
-6
/
+65
*
makekeys: replace helper with python script and binary search
Ran Benita
2012-10-16
1
-63
/
+32
*
keysym: fix xkb_keysym_is_upper/lower() to work properly
Ran Benita
2012-10-09
1
-111
/
+494
*
Add return value the xkb_keysym_get_name
Ran Benita
2012-09-24
1
-8
/
+7
*
Organize src/ and test/ headers
Ran Benita
2012-09-16
1
-5
/
+3
*
Copyright updates
Daniel Stone
2012-09-12
1
-1
/
+23
*
utils: add/replace string equality macros
Ran Benita
2012-07-27
1
-1
/
+1
*
utils: remove Xfuncproto.h and use our own macros
Ran Benita
2012-07-23
1
-2
/
+2
*
Run source tree through uncrustify
Daniel Stone
2012-07-17
1
-38
/
+47
*
Rename KSIsLower/Upper and move to keysym.c
Ran Benita
2012-07-13
1
-0
/
+119
*
Move XKB_KEY_NoSymbol to xkbcommon-keysyms.h
Ran Benita
2012-06-09
1
-6
/
+0
*
Merge remote-tracking branch 'krh/keysyms'
Daniel Stone
2012-05-09
1
-9
/
+8
|
\
|
*
Use our own keysyms
Kristian Høgsberg
2012-05-09
1
-9
/
+8
*
|
Rename keysym <-> string API
Daniel Stone
2012-05-09
1
-3
/
+3
*
|
Rename XKBcommonint.h to xkb-priv.h and use it
Ran Benita
2012-05-08
1
-3
/
+2
|
/
*
Implicitly include config.h in all files
Ran Benita
2012-04-09
1
-3
/
+0
*
Remove Xfuncproto.h and XKB.h from xkbcommon/xkbcommon.h
Ran Benita
2012-04-09
1
-5
/
+6
*
Eliminate remaining gcc warnings
Daniel Stone
2012-04-09
1
-1
/
+1
*
Don't parse nonsense Unicode/hex keycodes
Daniel Stone
2012-04-03
1
-2
/
+9
*
Define our own NoSymbol value and use it
Ran Benita
2012-03-27
1
-6
/
+5
*
Introduce xkb_keysym_t type
Daniel Stone
2012-03-09
1
-4
/
+4
*
makekeys: update to match the rest of libX11 makekeys
Ran Benita
2012-02-26
1
-0
/
+14
*
makekeys: Fix build/target word size mismatch when cross-compiling
Ran Benita
2012-02-26
1
-1
/
+1
*
Fix all constness warnings
Ran Benita
2012-02-25
1
-1
/
+1
*
Move include path from X11/extensions/ to xkbcommon/
Daniel Stone
2012-02-15
1
-1
/
+1
*
Don't return a static buffer in public API
Kristian Høgsberg
2010-10-08
1
-18
/
+18
*
Rename public entry points to lowercase and underscore
Kristian Høgsberg
2010-07-02
1
-2
/
+2
*
Fix warning from CARD32 -> uint32_t conversion
Kristian Høgsberg
2010-06-30
1
-1
/
+1
*
Drop CARD32 and Opaque types
Kristian Høgsberg
2010-06-28
1
-3
/
+3
*
Use CARD32 instead of Atom, drag in XkbClientMapRec
Daniel Stone
2010-06-22
1
-3
/
+3
*
Keysym: Fix conversion for Unicode and bare numbers
Daniel Stone
2010-06-22
1
-43
/
+13
*
KeySym: Actually handle NoSymbol
Daniel Stone
2009-04-25
1
-3
/
+7
*
Remove all non-public API from XKBcommon.h header
Dan Nicholson
2009-04-08
1
-0
/
+1
*
Rename headers to XKBcommon* and install in extensions directory
Dan Nicholson
2009-03-25
1
-1
/
+1
*
keysym: Coding style cleanup
Dan Nicholson
2009-03-19
1
-67
/
+84
*
Initial implementation of keysym handlers
Dan Nicholson
2009-03-19
1
-0
/
+158