Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-01-25 | xkb: remove XConvertCase. | Peter Hutterer | 1 | -2/+2 |
2010-01-25 | xkb: remove _XkbClearElems, a memset will do. | Peter Hutterer | 1 | -6/+7 |
2010-01-25 | xkb: remove _XkbTyped*alloc | Peter Hutterer | 10 | -80/+80 |
2009-12-18 | Add type name argument to CreateNewResourceType | Alan Coopersmith | 1 | -3/+1 |
2009-12-18 | Ensure all resource types created have names registered | Alan Coopersmith | 1 | -0/+2 |
2009-12-18 | Check for failures from CreateNewResourceType | Alan Coopersmith | 1 | -1/+4 |
2009-12-11 | xkb: don't assign garbage value to led_return. | Peter Hutterer | 1 | -2/+3 |
2009-12-11 | Fix possible NULL dereference in XkbFlushLedEvents() | Tomas Carnecky | 1 | -5/+7 |
2009-12-11 | XkbWriteCountedString(): return early if str is NULL | Tomas Carnecky | 1 | -2/+5 |
2009-12-03 | Set the source and deviceid for key repeat events (#24785) | Peter Hutterer | 1 | -0/+2 |
2009-10-20 | xkb: don't conditionally include xkb-config.h. | Peter Hutterer | 3 | -6/+1 |
2009-10-14 | xace: Relax permissions on XkbGetState from Read to Getattr. | Eamon Walsh | 1 | -1/+1 |
2009-10-01 | xkb: check permissions on XKM_OUTPUT_DIR | Nirbheek Chauhan | 1 | -3/+2 |
2009-09-30 | xkb: Use XkbPerKeyBitArraySize instead of hardcoded value of 32 | Jeremy Huddleston | 1 | -2/+2 |
2009-09-22 | input: don't use typecasts to access members of InternalEvent. | Peter Hutterer | 2 | -2/+2 |
2009-09-21 | input: define server-supported protocol versions in one single file. | Peter Hutterer | 1 | -5/+6 |
2009-09-14 | xkb: drop key presses for already repeating keys. (#23889) | Peter Hutterer | 1 | -4/+8 |
2009-09-13 | xkb: split effectiveGroup calculation into separate utility function. | Peter Hutterer | 2 | -24/+40 |
2009-09-04 | xkb: xkbGetKbdByName on the lastSlave needs to change the master (#21859) | Peter Hutterer | 1 | -0/+10 |
2009-09-04 | input: allow for detectable autorepeat. | Daniel Stone | 3 | -171/+97 |
2009-08-05 | xkb: remove now-unused XkbGetKeysym. | Peter Hutterer | 1 | -29/+0 |
2009-07-30 | xkb: move XkbFilterEvents to xkbsrv.h | Peter Hutterer | 1 | -2/+0 |
2009-07-30 | xkb: restore XKB PtrBtn actions. | Peter Hutterer | 1 | -81/+26 |
2009-07-30 | include: untangle events.h from the SDK headers. | Peter Hutterer | 4 | -0/+4 |
2009-07-16 | xkb: cosmetic fix, use TRUE instead of True. | Peter Hutterer | 1 | -1/+1 |
2009-07-15 | xkb: Remove XKMformat.h include from xkbsrv.h into the files that need it. | Peter Hutterer | 5 | -0/+5 |
2009-07-14 | xkb: switch to byte counting functions | Peter Hutterer | 1 | -2/+2 |
2009-07-10 | Revert "XKB: Sanitise * actions" commits (#19602) | Peter Hutterer | 5 | -34/+38 |
2009-06-17 | Xi: Add support for sourceid in the device classes. | Peter Hutterer | 1 | -0/+1 |
2009-06-02 | xkb: allow pointer events to pass through for floating SDs without a key class. | Peter Hutterer | 1 | -5/+15 |
2009-05-28 | Merge branch 'master' into xi2 | Peter Hutterer | 11 | -140/+138 |
2009-05-22 | input: allow for master pointers to not have a button class. | Peter Hutterer | 1 | -1/+1 |
2009-05-22 | Input: rename DeviceIntRec->isMaster to ->type. | Peter Hutterer | 1 | -16/+16 |
2009-05-22 | Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields. | Tomas Janousek | 1 | -3/+5 |
2009-05-21 | input: rename device->type to device->xinput_type. | Peter Hutterer | 1 | -1/+1 |
2009-05-21 | Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields. | Tomas Janousek | 1 | -3/+5 |
2009-05-16 | xkb: if kbd init failed, NULL out the pointers after freeing them (#21278) | Peter Hutterer | 1 | -0/+3 |
2009-05-11 | xkb: if kbd init failed, NULL out the pointers after freeing them (#21278) | Peter Hutterer | 1 | -0/+3 |
2009-05-09 | Revert "xkb: write the _XKB_RF_RULES_PROP to each device." | Peter Hutterer | 1 | -58/+25 |
2009-05-08 | xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFree | Peter Hutterer | 10 | -136/+136 |
2009-05-08 | xkb: remove some now-useless XFUNCPROTOBEGIN | Peter Hutterer | 1 | -4/+0 |
2009-05-06 | Xi: add GrabButton and GrabKeysym code. | Peter Hutterer | 1 | -0/+30 |
2009-05-06 | xkb: remove oldState from XkbHandleActions. | Peter Hutterer | 1 | -4/+2 |
2009-05-03 | XkbSetNamedIndicator should ignore SD's without LED's | Alan Coopersmith | 1 | -0/+2 |
2009-05-01 | xkb: write the _XKB_RF_RULES_PROP to each device. | Peter Hutterer | 1 | -25/+58 |