index
:
~tjaalton/xserver
for-1.19
Unnamed repository; edit this file 'description' to name the repository.
tjaalton
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-20
Merge remote branch 'whot/for-keith'
Keith Packard
2
-10
/
+14
2011-01-21
xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.
Peter Hutterer
1
-3
/
+6
2011-01-20
xkb: Replace a few manual bitflips with SetBit & friends.
Peter Hutterer
1
-7
/
+8
2011-01-18
xkb/ddxLoad.c doesn't need <paths.h> any more
Alan Coopersmith
1
-4
/
+0
2010-12-07
Convert existing Xprintf style calls to asprintf style
Alan Coopersmith
2
-24
/
+38
2010-11-11
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...
Peter Hutterer
5
-70
/
+49
2010-11-11
Remove more superfluous if(p!=NULL) checks around free(p).
Cyril Brulebois
2
-8
/
+4
2010-11-11
Remove superfluous if(p!=NULL) checks around free(p); p=NULL;
Cyril Brulebois
3
-46
/
+24
2010-10-22
Abstract valuator masks through a set of APIs.
Peter Hutterer
1
-5
/
+8
2010-10-20
xkb: always fill the symsPerKey array, regardless of client flags (#30527)
Peter Hutterer
1
-14
/
+19
2010-10-20
xkb: init mapWidth and symsPerKey arrays to 0.
Peter Hutterer
1
-2
/
+2
2010-09-01
xkb: Fix RedirectKey didn't send any event.
David Ge
1
-0
/
+1
2010-09-01
xkb: Check if AddResource failed
Pauli Nieminen
1
-2
/
+4
2010-09-01
xkb: Fix possible NULL pointer dereference
Pauli Nieminen
1
-0
/
+3
2010-09-01
xkb: Fix possible NULL pointer dereference
Pauli Nieminen
1
-4
/
+6
2010-09-01
xkb: Fix memory leak in error path
Pauli Nieminen
1
-0
/
+1
2010-09-01
xkb: Remove redurant intialization code
Pauli Nieminen
1
-9
/
+0
2010-09-01
xkb: Fix NULL pointer dereference
Pauli Nieminen
1
-1
/
+5
2010-09-01
xkb: Don't check for NULL before calling free
Pauli Nieminen
1
-4
/
+2
2010-09-01
xkb: Fix memory leak if opening file fails
Pauli Nieminen
1
-0
/
+2
2010-09-01
xkb: Use memcpy for copy that has known length
Pauli Nieminen
1
-2
/
+1
2010-08-12
Silence GCC warning about uninitialized lastSlave variable
Keith Packard
1
-1
/
+1
2010-08-13
xkb: if the button isn't down, don't fake an event.
Peter Hutterer
1
-0
/
+5
2010-08-13
xkb: post-fix PointerKeys button events with a DeviceChangedEvent.
Peter Hutterer
1
-33
/
+57
2010-07-21
xkb: use GetMaster instead of dev->u.master.
Peter Hutterer
1
-16
/
+16
2010-07-02
Update the sprite immediately when moving it with MouseKeys
Alan Coopersmith
1
-0
/
+6
2010-07-02
xkb: release XTEST pointer buttons on physical releases. (#28808)
Peter Hutterer
2
-15
/
+12
2010-07-01
xkb: emulate PointerKeys events only on the master device.
Peter Hutterer
1
-5
/
+4
2010-07-01
xkb: merge lockedPtrButtons state from all attached SDs.
Peter Hutterer
3
-1
/
+51
2010-07-01
xkb: Mark switch case fallthrough with comment.
Peter Hutterer
1
-0
/
+2
2010-07-01
xkb: remove now obsolete comment.
Peter Hutterer
1
-16
/
+0
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
[next]