summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-16xkb: Post PointerKeys through the XTEST device.Peter Hutterer1-2/+2
2010-03-24XKB: Fix garbage initializationJeremy Huddleston1-1/+1
2010-02-02xkb: sed True -> TRUE and False -> FALSEPeter Hutterer18-312/+312
2010-02-02xkb: Add XKM file format description.Peter Hutterer1-0/+684
2010-02-02xkb: make ctrl+alt+keypad + / ctrl+alt+keypad - work again (#25743)Horst Wente1-0/+6
2010-01-25xkb: remove XkbAtomGetString, replace with NameForAtom.Peter Hutterer3-8/+8
2010-01-25xkb: remove IsKeypadKey define, only used in two places.Peter Hutterer1-1/+1
2010-01-25xkb: remove XConvertCase.Peter Hutterer1-2/+2
2010-01-25xkb: remove _XkbClearElems, a memset will do.Peter Hutterer1-6/+7
2010-01-25xkb: remove _XkbTyped*allocPeter Hutterer10-80/+80
2009-12-18Add type name argument to CreateNewResourceTypeAlan Coopersmith1-3/+1
2009-12-18Ensure all resource types created have names registeredAlan Coopersmith1-0/+2
2009-12-18Check for failures from CreateNewResourceTypeAlan Coopersmith1-1/+4
2009-12-11xkb: don't assign garbage value to led_return.Peter Hutterer1-2/+3
2009-12-11Fix possible NULL dereference in XkbFlushLedEvents()Tomas Carnecky1-5/+7
2009-12-11XkbWriteCountedString(): return early if str is NULLTomas Carnecky1-2/+5
2009-12-03Set the source and deviceid for key repeat events (#24785)Peter Hutterer1-0/+2