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
2008-12-02
xkb: Extra sanity checks to prevent dev->key == NULL dereferencing.
Peter Hutterer
1
-4
/
+15
2008-12-02
xkb: don't attempt to filter events for devices without key classes.
Peter Hutterer
1
-1
/
+9
2008-12-02
Xi: fix use of button->down - bitflags instead of int arrays.
Peter Hutterer
1
-2
/
+2
2008-11-30
Correct static symbol XkmReadTOC and first pass on compile warning fixes.
Paulo Cesar Pereira de Andrade
1
-1
/
+1
2008-11-29
Export symbols defined in the sdk.
Paulo Cesar Pereira de Andrade
29
-162
/
+162
2008-11-25
Remove duplication from code paths in XkbDDXCompileKeymapByNames
Alan Coopersmith
1
-34
/
+42
2008-11-20
Always use server-<display>.xkm to avoid races when multiple servers start
Alan Coopersmith
1
-10
/
+2
2008-11-08
Remove some null statements.
James Cloos
1
-1
/
+1
2008-11-04
xkb: extract the correct device in XkbFilterEvents.
Peter Hutterer
1
-0
/
+8
2008-11-04
xkb: when faking mouse button events, fake them on the correct devices.
Peter Hutterer
5
-72
/
+33
2008-11-04
XKB: Tiny cleanups to _XkbLookupAnyDevice
Daniel Stone
1
-3
/
+4
2008-11-04
XKB: Fix thinko, causing warning (erroneously fixed in 5544c51447)
Daniel Stone
1
-1
/
+1
2008-10-31
xkb: remove unused label "out", clean up program flow.
Peter Hutterer
1
-3
/
+1
2008-10-31
Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.
Peter Hutterer
1
-1
/
+0
2008-10-31
xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs.
Peter Hutterer
1
-2
/
+2
2008-09-26
xkb: squash canonical types into explicit ones on core reconstruction.
Peter Hutterer
1
-3
/
+10
2008-09-26
xkb: fix core keyboard map generation. #14373
Peter Hutterer
1
-5
/
+34
2008-09-22
xkb: fix use of uninitialized variable.
Kim Woelders
1
-12
/
+5
2008-08-28
Prepare for array-index based devPrivates.
Tomas Carnecky
1
-1
/
+2
2008-08-10
Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h
Matthieu Herrb
1
-0
/
+1
2008-08-08
xkb: actually initialise sli before using it.
Peter Hutterer
1
-0
/
+5
2008-08-06
xkb: ProcXkbSetDeviceInfo should work on all attached SDs.
Peter Hutterer
1
-17
/
+89
2008-08-06
xkb: ProcXkbSetGeometry should work on all attached SDs.
Peter Hutterer
1
-31
/
+56
2008-08-06
xkb: ProcXkbSetNames should work on all attached SDs.
Peter Hutterer
1
-271
/
+353
2008-08-06
xkb: ProcXkbSetNamedIndicator should work on all attached SDs.
Peter Hutterer
1
-70
/
+179
2008-08-06
xkb: ProcXkbSetIndicatorMap should work on all attached SDs.
Peter Hutterer
1
-36
/
+68
2008-08-06
xkb: ProcXkbSetCompatMap should work on all attached SDs.
Peter Hutterer
1
-52
/
+118
2008-08-06
xkb: ProcXkbSetMap should work on all attached SDs.
Peter Hutterer
1
-101
/
+179
2008-08-06
xkb: ProcXkbBell should work on all attached SDs.
Peter Hutterer
1
-91
/
+140
2008-08-04
xkb: break up XkbCopyKeymap into bite-sized chunks.
Peter Hutterer
1
-76
/
+167
2008-07-28
xkb: remove superfluous inputInfo.keyboard treatment.
Peter Hutterer
1
-17
/
+11
2008-07-28
xkb: use PickPointer/PickKeyboard in _XkbLookupAnyDevice.
Peter Hutterer
1
-8
/
+2
2008-07-28
xkb: don't send core events on SlowKeys.
Peter Hutterer
1
-1
/
+1
2008-07-24
Remove all empty extension reset hooks, replace with NULL.
Adam Jackson
1
-7
/
+1
2008-07-23
Unifdef __osf__
Adam Jackson
2
-2
/
+2
2008-07-23
Unifdef AIX.
Adam Jackson
1
-1
/
+1
2008-07-23
Unifdef sgi.
Adam Jackson
2
-9
/
+1
2008-07-23
Unifdef QNX.
Adam Jackson
1
-3
/
+0
2008-07-17
Dead code removal
Daniel Stone
1
-1
/
+1
2008-07-17
Drop a bunch of #ifdef Lynx.
Mathieu Bérard
1
-1
/
+1
2008-06-25
Don't log null device name in XkbDDXLoadKeymapByNames
Alan Coopersmith
1
-1
/
+1
2008-06-25
xkb: remove unused variable is_core.
Peter Hutterer
1
-2
/
+1
2008-06-18
input: fix up usage of button->down, used to be a bitmask, is now an array.
Peter Hutterer
1
-2
/
+2
2008-06-13
Fix "warning: the address of ‘newTypes’ will always evaluate as ‘true’".
Eamon Walsh
1
-1
/
+1
2008-06-13
Fix "warning: unused variable `s'".
Eamon Walsh
1
-5
/
+4
2008-06-05
xkb: reset xkb_cached_map on CloseDownDevices.
Peter Hutterer
1
-0
/
+3
2008-06-02
xkb: delete default rules when devices are closed.
Peter Hutterer
1
-0
/
+15
2008-05-22
xkb: fix crash caused by uninitialised variable.
Peter Hutterer
1
-1
/
+1
2008-05-20
xkb: remove superfluous checks in if statement.
Peter Hutterer
1
-3
/
+3
2008-05-20
Merge branch 'master' into mpx
Peter Hutterer
1
-23
/
+33
[next]