index
:
~jturney/xserver
build-fixes
clipboard-64bit-fix
clipboard-debug-for-1.17
clipboard-fixes-new
clipboard-use-libXWinclip
clipboard-xcb-rewrite
clipboard-xcbification
cygwin-aiglx-for-1.10
cygwin-aiglx-for-1.11
cygwin-aiglx-for-1.6
cygwin-aiglx-for-1.7
cygwin-aiglx-for-1.9
cygwin-patches-1.6
cygwin-patches-1.7
cygwin-patches-for-1.10
cygwin-patches-for-1.11
cygwin-patches-for-1.12
cygwin-patches-for-1.13
cygwin-patches-for-1.14
cygwin-patches-for-1.15
cygwin-patches-for-1.16
cygwin-patches-for-1.17
cygwin-patches-for-1.18
cygwin-patches-for-1.18-pre-xcbification
cygwin-patches-for-1.19
cygwin-patches-for-1.20
cygwin-patches-for-1.9
cygwin-release-1.10
cygwin-release-1.11
cygwin-release-1.12
cygwin-release-1.13
cygwin-release-1.14
cygwin-release-1.15
cygwin-release-1.16
cygwin-release-1.17
cygwin-release-1.18
cygwin-release-1.19
cygwin-release-1.20
cygwin-release-1.9
cygwin-warning-fixes-for-1.17
debug-output-format-fixes
dix-patches
engine-enhancements
git-describe-in-log
jturney-cygwin
jturney-debug-improvements
jturney-race-fix
main-in-ddx
master
mhummel-clipboard-thread-improvements
multimedia-keycodes
nontoplevelwin-aiglx
old-bits-and-pieces
reorder-window-creation-skip-taskbar
rootless-hook-tidyup
rpavlik-mingw-runtime-patches
rpavlik-reviewed-patches
rpavlik-unreviewed-patches
snapshot
tinderbox
unmap-minimized-windows
window-raising-rework
window-style-update-unmmap-etc-old
windowed-mode-aiglx
winlayout-to-xmodmap
winlayout-to-xmodmap-2
xcbification
X server
jturney
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
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
2008-05-13
When XKB fails to open rules file, log the file name, not the NULL file pointer
Alan Coopersmith
1
-1
/
+1
2008-05-07
XKB: Actually explain keymap failures
Daniel Stone
1
-22
/
+32
2008-04-22
Merge branch 'master' into mpx
Peter Hutterer
1
-1
/
+1
2008-04-22
xkb: use the correct device instead of an uninitialised "dev". #15614
Egbert Eich
1
-1
/
+1
2008-04-18
xkb: mixing up src and dst in a memcpy is suboptimal.
Peter Hutterer
1
-1
/
+1
2008-04-13
xkb: two fixes to avoid server crashes.
Peter Hutterer
1
-2
/
+2
2008-04-13
xkb: Add XkbCopySrvLedInfo, deep-copies a XkbSrvLedInfoRec.
Peter Hutterer
1
-0
/
+39
2008-04-08
xkb: don't overwrite CtrlProc in the second run of XkbFinishDeviceInit.
Peter Hutterer
1
-1
/
+4
2008-04-07
Merge branch 'master' into dcdc_rework
Peter Hutterer
5
-16
/
+37
2008-04-01
XKB: Fix processInputProc wrapping
Thomas Jaeger
1
-5
/
+4
2008-03-14
XkbCopyKeymap: Fix broken indentation
Daniel Stone
1
-4
/
+4
2008-03-10
XkbCopyKeymap was mangling doodads and overlays
Keith Packard
1
-2
/
+5
2008-03-05
Fix distcheck.
Adam Jackson
1
-1
/
+1
2008-03-04
Merge branch 'master' into mpx
Peter Hutterer
27
-986
/
+1066
[next]