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
2010-06-11
Remove more superfluous if(p) checks around free(p)
Matt Turner
5
-41
/
+27
2010-06-11
xkb: replace xstrdup with strdup in Win32System
Mikhail Gusarov
1
-1
/
+6
2010-06-11
Get rid of xstrdup when argument is definitely non-NULL
Mikhail Gusarov
1
-6
/
+6
2010-06-10
Remove unnecessary parentheses around return values in functions
Mikhail Gusarov
3
-3
/
+3
2010-06-06
Initialize private keys in test suite
Keith Packard
2
-1
/
+6
2010-06-06
Remove more superfluous if(p) checks around free(p)
Mikhail Gusarov
5
-46
/
+31
2010-06-06
Replace deprecated bzero with memset
Mikhail Gusarov
10
-91
/
+91
2010-06-06
xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logic
Mikhail Gusarov
1
-71
/
+23
2010-06-06
xkb: Remove superfluous if(p) checks around free(p)
Mikhail Gusarov
1
-96
/
+48
2010-06-05
Change the devPrivates API to require dixRegisterPrivateKey
Keith Packard
2
-2
/
+4
2010-06-04
xkb: fix invalid memory writes in _XkbCopyGeom.
Peter Hutterer
1
-2
/
+2
2010-06-03
Move each screen's root-window pointer into ScreenRec.
Jamey Sharp
1
-1
/
+2
2010-05-19
Set event sequence number in WriteEventsToClient instead of at callers.
Jamey Sharp
1
-1
/
+0
2010-05-13
Eliminate boilerplate around client->noClientException.
Jamey Sharp
1
-25
/
+25
2010-05-13
Do not jump through the hoops to deallocate xkbbasedirflag variable
Mikhail Gusarov
1
-5
/
+3
2010-05-13
Replace X-allocation functions with their C89 counterparts
Mikhail Gusarov
14
-351
/
+351
2010-04-27
xkb: Fix omissions in geometry initialization #27679
Dirk Wallenstein
1
-2
/
+39
2010-04-21
xkb: check for NULL pointer before dereferences it in XkbWriteXKBSymbols
Tiago Vignatti
1
-2
/
+7
2010-04-21
xkb: check for NULL pointer before dereferences it in XkbAddClientResource
Tiago Vignatti
1
-2
/
+1
2010-04-19
xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.c
Peter Hutterer
4
-149
/
+85
2010-04-19
xkb: purge unneeded includes from ddxDevBtn.c
Peter Hutterer
1
-9
/
+0
2010-04-16
xkb: use GPE for XKB fake motion events.
Peter Hutterer
2
-79
/
+25
2010-04-16
xkb: Guard against SIGIO updates during PointerKeys.
Peter Hutterer
1
-1
/
+2
2010-04-16
xkb: Post PointerKeys through the XTEST device.
Peter Hutterer
1
-2
/
+2
2010-03-24
XKB: Fix garbage initialization
Jeremy Huddleston
1
-1
/
+1
2010-02-02
xkb: sed True -> TRUE and False -> FALSE
Peter Hutterer
18
-312
/
+312
2010-02-02
xkb: Add XKM file format description.
Peter Hutterer
1
-0
/
+684
2010-02-02
xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)
Horst Wente
1
-0
/
+6
2010-01-25
xkb: remove XkbAtomGetString, replace with NameForAtom.
Peter Hutterer
3
-8
/
+8
2010-01-25
xkb: remove IsKeypadKey define, only used in two places.
Peter Hutterer
1
-1
/
+1
2010-01-25
xkb: remove XConvertCase.
Peter Hutterer
1
-2
/
+2
2010-01-25
xkb: remove _XkbClearElems, a memset will do.
Peter Hutterer
1
-6
/
+7
2010-01-25
xkb: remove _XkbTyped*alloc
Peter Hutterer
10
-80
/
+80
2009-12-18
Add type name argument to CreateNewResourceType
Alan Coopersmith
1
-3
/
+1
2009-12-18
Ensure all resource types created have names registered
Alan Coopersmith
1
-0
/
+2
2009-12-18
Check for failures from CreateNewResourceType
Alan Coopersmith
1
-1
/
+4
2009-12-11
xkb: don't assign garbage value to led_return.
Peter Hutterer
1
-2
/
+3
2009-12-11
Fix possible NULL dereference in XkbFlushLedEvents()
Tomas Carnecky
1
-5
/
+7
2009-12-11
XkbWriteCountedString(): return early if str is NULL
Tomas Carnecky
1
-2
/
+5
2009-12-03
Set the source and deviceid for key repeat events (#24785)
Peter Hutterer
1
-0
/
+2
2009-10-20
xkb: don't conditionally include xkb-config.h.
Peter Hutterer
3
-6
/
+1
2009-10-14
xace: Relax permissions on XkbGetState from Read to Getattr.
Eamon Walsh
1
-1
/
+1
2009-10-01
xkb: check permissions on XKM_OUTPUT_DIR
Nirbheek Chauhan
1
-3
/
+2
2009-09-30
xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32
Jeremy Huddleston
1
-2
/
+2
2009-09-22
input: don't use typecasts to access members of InternalEvent.
Peter Hutterer
2
-2
/
+2
2009-09-21
input: define server-supported protocol versions in one single file.
Peter Hutterer
1
-5
/
+6
2009-09-14
xkb: drop key presses for already repeating keys. (#23889)
Peter Hutterer
1
-4
/
+8
2009-09-13
xkb: split effectiveGroup calculation into separate utility function.
Peter Hutterer
2
-24
/
+40
2009-09-04
xkb: xkbGetKbdByName on the lastSlave needs to change the master (#21859)
Peter Hutterer
1
-0
/
+10
2009-09-04
input: allow for detectable autorepeat.
Daniel Stone
3
-171
/
+97
[next]