index
:
~pzanoni/xserver
leak-fixes
master
.yrotisoper eht eman ot 'noitpircsed' elif siht tide ;yrotisoper demannU
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xkb
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
[next]