index
:
libxkbcommon
for-weston-0.85
master
Keyboard handling library using XKB data (mirrored from https://gitlab.freedesktop.org/xorg/lib/libxkbcommon)
daniels
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-18
text: some style changes
Ran Benita
1
-57
/
+53
2013-03-18
text: clean up and fix the *MaskText functions
Ran Benita
1
-73
/
+53
2013-03-18
Change 'indicator' to 'led' everywhere possible
Ran Benita
1
-1
/
+1
2012-10-30
action: don't allow private actions with a known type
Ran Benita
1
-1
/
+1
2012-10-22
Split the mods, layout, leds parts of xkb_state_components
Ran Benita
1
-11
/
+11
2012-10-18
Move _text() functions from keymap-dump to text.c
Ran Benita
1
-0
/
+71
2012-10-18
Remove a couple more uses of static char buffers
Ran Benita
1
-4
/
+2
2012-10-18
Contextualize GetBuffer()
Ran Benita
1
-28
/
+7
2012-10-18
Clean up xkb_sym_interpret a bit
Ran Benita
1
-12
/
+1
2012-10-06
Replace 0xff with MOD_REAL_MASK_ALL
Ran Benita
1
-1
/
+1
2012-10-06
Remove now-unneeded mod type annotations
Ran Benita
1
-13
/
+6
2012-10-06
text: explicitly take mod_type in mod functions
Ran Benita
1
-58
/
+15
2012-10-06
text: share code for modifiers
Ran Benita
1
-64
/
+51
2012-10-06
Keep real and virtual mods in the same table in the keymap
Ran Benita
1
-54
/
+40
2012-10-06
Don't use shifted virtual modifier masks
Ran Benita
1
-24
/
+14
2012-10-06
Remove the XKB_NUM_VIRTUAL_MODIFIERS limit
Ran Benita
1
-31
/
+7
2012-09-27
Don't limit key names to 4 characters
Ran Benita
1
-12
/
+5
2012-09-24
Rename map.{c,h} to keymap.{c,h}
Ran Benita
1
-1
/
+1
2012-09-16
Organize src/ and test/ headers
Ran Benita
1
-0
/
+1
2012-09-11
kbproto unentanglement: XkbSI match flags
Daniel Stone
1
-8
/
+8
2012-09-11
kbproto unentanglement: control actions
Daniel Stone
1
-14
/
+14
2012-09-10
kbproto unentanglement: XkbIM_*
Daniel Stone
1
-11
/
+11
2012-09-10
kbproto unentanglement: action types
Daniel Stone
1
-41
/
+41
2012-09-10
Remove deprecated actions
Daniel Stone
1
-16
/
+17
2012-09-10
kbproto unentanglement: XkbNumVirtualMods
Daniel Stone
1
-8
/
+8
2012-09-10
kbproto untanglement: XkbKeyNameLength
Daniel Stone
1
-1
/
+1
2012-09-03
Unify some string tables from xkbcomp, text and keymap-dump
Ran Benita
1
-51
/
+194
2012-09-03
Convert rest of names in xkb_keymap back to atoms
Ran Benita
1
-1
/
+1
2012-09-03
Use XKB_MOD_INVALID instead of XkbNoModifier
Ran Benita
1
-1
/
+1
2012-09-02
Move enum xkb_file_type to xkbcomp/ast.h
Ran Benita
1
-17
/
+0
2012-09-02
xkbcomp: clean up compile_keymap function
Ran Benita
1
-15
/
+11
2012-08-10
Modernize struct xkb_mods
Ran Benita
1
-14
/
+21
2012-08-07
Remove xproto build dependency
Ran Benita
1
-8
/
+15
2012-08-07
Handle key names consistently
Ran Benita
1
-1
/
+1
2012-08-07
filecomp: fix path and error message
Ran Benita
1
-6
/
+6
2012-08-07
Use only one set of core mod name-to-index functions
Ran Benita
1
-11
/
+34
2012-08-07
keymap-dump: use ActionTypeText
Ran Benita
1
-21
/
+21
2012-07-27
Drop Xkbc prefix of text functions
Ran Benita
1
-25
/
+25
2012-07-27
Use xkb_mod_mask_t and xkb_mask_index_t throughout
Ran Benita
1
-11
/
+15
2012-07-18
Get rid of xkb_key_names
Ran Benita
1
-3
/
+3
2012-07-17
Run source tree through uncrustify
Daniel Stone
1
-29
/
+29
2012-07-12
Enlarge keysym name buffers and mention in comment
Ran Benita
1
-1
/
+1
2012-07-01
Use enum for file types
Ran Benita
1
-7
/
+9
2012-05-09
Remove support for xkb_layout and xkb_semantics file types
Ran Benita
1
-4
/
+0
2012-05-09
Change all 'xkb' xkb_keymap names to 'keymap'
Daniel Stone
1
-5
/
+5
2012-05-09
Rename keysym <-> string API
Daniel Stone
1
-1
/
+1
2012-05-08
Rename XKBcommonint.h to xkb-priv.h and use it
Ran Benita
1
-6
/
+1
2012-05-01
Remove unused stuff from XKBcommonint.h
Ran Benita
1
-4
/
+0
2012-04-30
Use stdbool.h
Ran Benita
1
-2
/
+2
2012-04-09
Implicitly include config.h in all files
Ran Benita
1
-3
/
+0
[next]