index
:
~keithp/xserver
backout-randr
block-reorder
by-keithp
change-region-api
check-private-usage
depth1
dist-build-fixes
dri3
drm-lease
drm-lease-hacks
drm-lease-v2
drm-sequence
drm-vblank
fd-passing
fix-alpha-maps
fix-ephyr
fix-fb
fix-private-usage
force-randr-shadow
glamor-core-profile
glamor-fence
glamor-fixes
glamor-glclear
glamor-keithp
glamor-new-glyphs
glamor-pixmaps
glamor-present-xv
glamor-server
glamor-sw-traps
glamor-xv-cleanup
glx-answer-buffer
listen-fixes
master
new-font-api
new-glyphs
non-desktop
present-compositor
present-fixes
privates-fixes
protect-input
randr-1.4
randr-1.4-subwork
randr-fixes
randr-monitors
registry-fixes
remove-xfree86-sigio
render-float-transform
screen-specific-privates
secure-x
swap-pages
touch-listener
warning-fixes
wayland-pointer
window-scaling
xinput-align-fix
xkbcomp-cache
Keith's X server tree
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-15
xkb: fix SlowKeys release/reject beeps
Peter Hutterer
1
-1
/
+4
2015-11-30
Replace 'sun' with '__sun'
Richard PALO
1
-1
/
+1
2015-11-24
Input: Add focus-in event source
Daniel Stone
1
-0
/
+26
2015-11-24
Input: Add DeviceEventSource enum
Daniel Stone
1
-1
/
+1
2015-11-24
XKB: Split filter execution into a separate function
Daniel Stone
1
-68
/
+76
2015-09-29
xkb: Keyboard mouse button emulation should not suppress other keyboard events
Andreas Wettstein
1
-1
/
+3
2015-09-29
xkb: Suppress autorepeat for Set and Lock of Mods, Groups, and Controls
Andreas Wettstein
1
-0
/
+5
2015-04-21
Convert XKB to new *allocarray functions
Alan Coopersmith
8
-93
/
+96
2015-02-10
xkb: Check strings length against request size
Olivier Fourdan
1
-25
/
+40
2015-02-10
xkb: Don't swap XkbSetGeometry data in the input buffer
Olivier Fourdan
1
-16
/
+19
2014-11-12
Drop trailing whitespaces
Peter Hutterer
25
-224
/
+224
2014-10-28
xkb: Initialize 'bad' Atom in _XkbSetNamesCheck
Keith Packard
1
-1
/
+1
2014-07-29
xkb: Remove some fascinating paranoia from event emission
Adam Jackson
1
-9
/
+0
2014-04-18
xkb: Verify reads of compiled keymap header and TOC
Keith Packard
1
-2
/
+4
2014-04-03
Revert "xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP"
Peter Hutterer
1
-1
/
+1
2014-03-25
xkb: Restore XkbCopyDeviceKeymap
Adam Jackson
1
-0
/
+6
2014-03-19
xkb: add XkbLoadKeymapFromString
Kristian Høgsberg
2
-8
/
+106
2014-03-17
xkb: add KeymapOrDefault
Kristian Høgsberg
1
-16
/
+24
2014-03-17
xkb: factor out xkb loading to LoadXkm
Kristian Høgsberg
1
-23
/
+31
2014-03-17
xkb: add a callback to xkbcomp
Peter Hutterer
1
-20
/
+66
2014-03-17
xkb: constify XkbDDXOpenConfigFile
Peter Hutterer
1
-1
/
+1
2014-03-12
xkb: Repurpose XkbCopyDeviceKeymap to apply a given keymap to a device
Rui Matos
2
-8
/
+8
2014-03-12
xkb: Factor out a function to copy a keymap's controls onto another
Rui Matos
2
-13
/
+24
2014-03-11
xkb: push locked modifier state down to attached slave devices
Peter Hutterer
1
-0
/
+20
2014-03-11
xkb: factor out state update into a function
Peter Hutterer
1
-23
/
+32
2014-03-11
xkb: factor out the StateNotify flag check
Peter Hutterer
1
-9
/
+18
2014-02-04
xkb: add a call to init an XkbRMLVOSet from const chars
Peter Hutterer
1
-5
/
+20
2014-01-12
Replace 'pointer' type with 'void *'
Keith Packard
6
-27
/
+27
2014-01-12
xkb: Make XkbWriteCountedString take a const char * input parameter
Keith Packard
1
-1
/
+1
2014-01-12
xkb: Clean up warnings
Keith Packard
3
-40
/
+45
2013-07-02
xkb: don't call atoi(NULL) when parsing argv
Julien Cristau
1
-2
/
+4
2013-05-10
input: print warnings if drivers don't initialize properly
Peter Hutterer
1
-2
/
+3
2013-05-10
dix: don't overwrite proximity/focus classes
Peter Hutterer
1
-1
/
+2
2013-05-07
xkb: free XkbRulesUsed and XkbRulesDflt on extension cleanup
Peter Hutterer
1
-0
/
+15
2013-03-06
xkb: Fixes to LatchMods/LatchGroup
Andreas Wettstein
1
-69
/
+80
2013-02-21
xkb: Set nIndicators in XkbGetIndicatorMap
Peter Harris
1
-0
/
+1
2013-02-15
xkb: remove unused variable 'names'
Peter Hutterer
1
-2
/
+0
2013-02-08
xkb: Fix repeat behaviour of redirect and message actions
Andreas Wettstein
1
-57
/
+90
2013-01-09
xkb: Do not use base group as an array index.
Andreas Wettstein
1
-2
/
+8
2012-12-19
Merge remote-tracking branch 'yselkowitz/master'
Keith Packard
2
-19
/
+19
2012-12-05
Fix formatting of address operators
Yaakov Selkowitz
2
-19
/
+19
2012-12-05
xkb: only post a XTest release if the XTest device has the button down
Peter Hutterer
1
-2
/
+7
2012-12-05
xkb: always post XTest button up when the physical button released (#28808)
Peter Hutterer
1
-15
/
+14
2012-11-29
xkb: fill in keycode and event type for slow keys enablement
Peter Hutterer
1
-2
/
+4
2012-11-19
XKB: Remove component listing support
Daniel Stone
3
-335
/
+20
2012-11-05
Merge remote-tracking branch 'whot/for-keith'
Keith Packard
1
-0
/
+1
2012-11-06
Apply partial matches for option (#25873)
Alexey Ten (Lynn)
1
-0
/
+1
2012-11-05
xkb: fix shadow warnings
Yaakov Selkowitz
5
-21
/
+15
2012-10-29
xkb: ProcesssPointerEvent must work on the VCP if it gets the VCP
Peter Hutterer
1
-1
/
+1
2012-07-17
xwin: Clean up os wrappers for System, Popen and Pclose on Windows
Keith Packard
2
-81
/
+0
[next]