summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
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
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard2-2/+4
2010-06-04xkb: fix invalid memory writes in _XkbCopyGeom.Peter Hutterer1-2/+2
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp1-1/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp1-1/+0
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp1-25/+25
2010-05-13Do not jump through the hoops to deallocate xkbbasedirflag variableMikhail Gusarov1-5/+3
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov14-351/+351
2010-04-27xkb: Fix omissions in geometry initialization #27679Dirk Wallenstein1-2/+39
2010-04-21xkb: check for NULL pointer before dereferences it in XkbWriteXKBSymbolsTiago Vignatti1-2/+7
2010-04-21xkb: check for NULL pointer before dereferences it in XkbAddClientResourceTiago Vignatti1-2/+1
2010-04-19xkb: rename XkbFakeDeviceButton and XkbFakeDeviceMotion, move into xkbActions.cPeter Hutterer4-149/+85
2010-04-19xkb: purge unneeded includes from ddxDevBtn.cPeter Hutterer1-9/+0
2010-04-16xkb: use GPE for XKB fake motion events.Peter Hutterer2-79/+25
2010-04-16xkb: Guard against SIGIO updates during PointerKeys.Peter Hutterer1-1/+2