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
/
x11
/
keymap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x11: try to fix crash in xkb_x11_keymap_new_from_device error handling
Ran Benita
2021-09-09
1
-12
/
+30
*
x11: stylistic fixes
Ran Benita
2021-08-31
1
-7
/
+7
*
x11: fix comparison of integer expressions of different signedness
Ran Benita
2021-03-28
1
-1
/
+1
*
Inline x11_atom_interner_adopt_atoms() into callers
Uli Schlachter
2021-03-09
1
-3
/
+8
*
Save another GetAtomName round trip
Uli Schlachter
2021-03-09
1
-24
/
+9
*
Also batch the XKB GetNames request
Uli Schlachter
2021-03-09
1
-23
/
+24
*
Also batch the XKB-GetMapMap request
Uli Schlachter
2021-03-09
1
-15
/
+15
*
Remove three more round trips
Uli Schlachter
2021-03-09
1
-18
/
+18
*
Save three more round trips in xkb_x11_keymap_new_from_device()
Uli Schlachter
2021-03-09
1
-4
/
+18
*
xkb_x11_keymap_new_from_device: Less X11 round-trips
Uli Schlachter
2021-03-09
1
-24
/
+27
*
x11: fix type level names missing
Ran Benita
2020-11-23
1
-0
/
+1
*
x11/keymap: fix case with no actions
Ran Benita
2020-11-23
1
-9
/
+10
*
x11: eliminate slow divisions
Ran Benita
2020-11-20
1
-22
/
+23
*
build: include config.h manually
Ran Benita
2019-12-27
1
-0
/
+2
*
x11: fix undefined behavior when copying the coordinates of ptr movements act...
Ran Benita
2018-08-18
1
-2
/
+2
*
Convert http:// -> https:// where possible
Ran Benita
2017-12-21
1
-1
/
+1
*
x11: check and document the correct range of device IDs
Ran Benita
2017-12-18
1
-1
/
+1
*
x11/keymap,test/interactive-evdev: fix a couple of clang-analyzer warnings
Ran Benita
2017-07-31
1
-0
/
+1
*
x11/keymap: handle private actions
Ran Benita
2014-08-09
1
-0
/
+14
*
x11/keymap: be more defensive about the number of modifiers
Ran Benita
2014-08-08
1
-2
/
+4
*
x11/keymap: don't forget to add the vmod offset in get_vmods
Ran Benita
2014-08-08
1
-2
/
+3
*
Remove unnecessary !!(expressions)
Ran Benita
2014-06-01
1
-3
/
+3
*
keymap, keycodes, compat: don't use darray for LEDs
Ran Benita
2014-04-22
1
-4
/
+4
*
keymap: don't use darray in xkb_mod_set
Ran Benita
2014-04-22
1
-10
/
+5
*
Add struct xkb_mod_set
Ran Benita
2014-04-19
1
-4
/
+7
*
x11: relax XkbGetNames requirements
Ran Benita
2014-03-06
1
-4
/
+8
*
keymap: change action flag NO_ACCEL -> ACCEL
Ran Benita
2014-02-16
1
-2
/
+2
*
action: fix SwitchScreen "same" field handling
Ran Benita
2014-02-16
1
-1
/
+1
*
x11: don't trust keycode before testing its range
Ran Benita
2014-02-09
1
-3
/
+7
*
x11: add 0 < ctrls->numGroups <= 4 assertion
Ran Benita
2014-02-09
1
-0
/
+1
*
api: deprecate XKB_MAP_COMPILE_PLACEHOLDER, and use KEYMAP instead of MAP
Ran Benita
2014-02-08
1
-1
/
+1
*
x11: make some #defines unsigned
Ran Benita
2014-02-08
1
-9
/
+9
*
x11: fix truncation of xkb controls mask off the wire
Ran Benita
2014-02-08
1
-1
/
+1
*
x11: make msb_pos return unsigned
Ran Benita
2014-02-08
1
-1
/
+1
*
Use (1u << idx) instead of (1 << idx) where appropriate
Ran Benita
2014-02-08
1
-2
/
+2
*
Fix sign-compare warnings
Ran Benita
2014-02-08
1
-6
/
+6
*
x11: add #actions == #syms check
Ran Benita
2014-02-07
1
-0
/
+3
*
x11: add explicit cast in mods conversion
Ran Benita
2014-02-07
1
-1
/
+4
*
x11: add XKB protocol keymap and state creation support
Ran Benita
2014-02-02
1
-0
/
+1146