index
:
~cndougla/xserver
input-fixes
integration-testing
integration-tests
master
mixed-mode
multitouch
multitouch-devel
multitouch-rebase
multitouch-stable
pointer
server-1.10-masked-valuator-fixes
signal-logging
signal-logging-v4
signal-logging-v5
signal-logging2
xi2.1
xi2.1-new
xi2.1-new-stable
xi2.1-stable
xi2.1-stable-abi-12
XI 2.1 development
cndougla
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
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
2009-08-05
xkb: remove now-unused XkbGetKeysym.
Peter Hutterer
1
-29
/
+0
2009-07-30
xkb: move XkbFilterEvents to xkbsrv.h
Peter Hutterer
1
-2
/
+0
[next]