summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2011-04-07XkbAddGeomProperty: Fix checks for malloc failureAlan Coopersmith1-2/+2
2011-04-04xkb: fix fd leak in XkbDDXListComponentTiago Vignatti1-1/+3
2011-03-27xkb: Initialize pad bytes sent in replies of geometry requests.Rami Ylimäki1-3/+9
2011-03-27xkb: Release XKB component names when compiling keymap.Rami Ylimäki3-21/+31
2011-03-27xkb: Ensure that XKB device private won't leak on device disconnect.Rami Ylimäki1-9/+2
2011-02-14xkb: if the keymap failed to compile, load the default keymap instead.Peter Hutterer1-1/+22
2011-02-14xkb: split out keymap compilation.Peter Hutterer1-16/+39
2011-02-14ProcXkbGetXkbByName: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-7/+7
2011-02-14XkbSendNames: fix use of uninitialised bytes valgrind error.Ander Conselvan de Oliveira1-1/+1
2011-01-27xkb: Cancel a key's repetition when its autorepeat is disabled.Erkki Seppälä1-1/+6
2011-01-20Merge remote branch 'whot/for-keith'Keith Packard2-10/+14
2011-01-21xkb: after making changes to the xkb ctrls, copy them back into kbdfeed.Peter Hutterer1-3/+6
2011-01-20xkb: Replace a few manual bitflips with SetBit & friends.Peter Hutterer1-7/+8
2011-01-18xkb/ddxLoad.c doesn't need <paths.h> any moreAlan Coopersmith1-4/+0
2010-12-07Convert existing Xprintf style calls to asprintf styleAlan Coopersmith2-24/+38
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer5-70/+49
2010-11-11Remove more superfluous if(p!=NULL) checks around free(p).Cyril Brulebois2-8/+4
2010-11-11Remove superfluous if(p!=NULL) checks around free(p); p=NULL;Cyril Brulebois3-46/+24
2010-10-22Abstract valuator masks through a set of APIs.Peter Hutterer1-5/+8
2010-10-20xkb: always fill the symsPerKey array, regardless of client flags (#30527)Peter Hutterer1-14/+19
2010-10-20xkb: init mapWidth and symsPerKey arrays to 0.Peter Hutterer1-2/+2
2010-09-01xkb: Fix RedirectKey didn't send any event.David Ge1-0/+1
2010-09-01xkb: Check if AddResource failedPauli Nieminen1-2/+4
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-0/+3
2010-09-01xkb: Fix possible NULL pointer dereferencePauli Nieminen1-4/+6
2010-09-01xkb: Fix memory leak in error pathPauli Nieminen1-0/+1
2010-09-01xkb: Remove redurant intialization codePauli Nieminen1-9/+0
2010-09-01xkb: Fix NULL pointer dereferencePauli Nieminen1-1/+5
2010-09-01xkb: Don't check for NULL before calling freePauli Nieminen1-4/+2
2010-09-01xkb: Fix memory leak if opening file failsPauli Nieminen1-0/+2
2010-09-01xkb: Use memcpy for copy that has known lengthPauli Nieminen1-2/+1
2010-08-12Silence GCC warning about uninitialized lastSlave variableKeith Packard1-1/+1
2010-08-13xkb: if the button isn't down, don't fake an event.Peter Hutterer1-0/+5
2010-08-13xkb: post-fix PointerKeys button events with a DeviceChangedEvent.Peter Hutterer1-33/+57
2010-07-21xkb: use GetMaster instead of dev->u.master.Peter Hutterer1-16/+16
2010-07-02Update the sprite immediately when moving it with MouseKeysAlan Coopersmith1-0/+6
2010-07-02xkb: release XTEST pointer buttons on physical releases. (#28808)Peter Hutterer2-15/+12
2010-07-01xkb: emulate PointerKeys events only on the master device.Peter Hutterer1-5/+4
2010-07-01xkb: merge lockedPtrButtons state from all attached SDs.Peter Hutterer3-1/+51
2010-07-01xkb: Mark switch case fallthrough with comment.Peter Hutterer1-0/+2
2010-07-01xkb: remove now obsolete comment.Peter Hutterer1-16/+0
2010-06-11Remove more superfluous if(p) checks around free(p)Matt Turner5-41/+27
2010-06-11xkb: replace xstrdup with strdup in Win32SystemMikhail Gusarov1-1/+6
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov1-6/+6
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov3-3/+3
2010-06-06Initialize private keys in test suiteKeith Packard2-1/+6
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov5-46/+31
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov10-91/+91
2010-06-06xkb: Remove superfluous if(x) x = realloc(x, sz); else x = malloc(sz); logicMikhail Gusarov1-71/+23
2010-06-06xkb: Remove superfluous if(p) checks around free(p)Mikhail Gusarov1-96/+48