Age | Commit message (Expand) | Author |
2009-06-29 | Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields. | Tomas Janousek |
2009-05-08 | XkbSetNamedIndicator should ignore SD's without LED's | Alan Coopersmith |
2009-03-27 | xkb: Fix wrong colour reference in XKB geometry copying. #20081 | Peter Hutterer |
2009-01-30 | mi: ensure chained button mappings from SD -> MD (#19282) | Peter Hutterer |
2009-01-30 | xkb: fix typo - missing negation when checking button state. | Peter Hutterer |
2009-01-30 | Xi: fix use of button->down - bitflags instead of int arrays. | Peter Hutterer |
2009-01-09 | mi: Clean up CopyGetMasterEvent, re-use the memory. | Peter Hutterer |
2008-12-16 | xkb: Allow NULL as rulesFile in XkbSetRulesDflts. | Peter Hutterer |
2008-12-09 | ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 now | Sascha Hlusiak |
2008-12-01 | xkb: don't attempt to filter events for devices without key classes. | Peter Hutterer |
2008-12-01 | xkb: Extra sanity checks to prevent dev->key == NULL dereferencing. | Peter Hutterer |
2008-12-01 | dix: No DeviceEnterLeave events in server 1.6 | Peter Hutterer |
2008-11-25 | Remove duplication from code paths in XkbDDXCompileKeymapByNames | Alan Coopersmith |
2008-11-20 | Always use server-<display>.xkm to avoid races when multiple servers start | Alan Coopersmith |
2008-11-08 | Remove some null statements. | James Cloos |
2008-11-04 | xkb: extract the correct device in XkbFilterEvents. | Peter Hutterer |
2008-11-04 | xkb: when faking mouse button events, fake them on the correct devices. | Peter Hutterer |
2008-11-04 | XKB: Tiny cleanups to _XkbLookupAnyDevice | Daniel Stone |
2008-11-04 | XKB: Fix thinko, causing warning (erroneously fixed in 5544c51447) | Daniel Stone |
2008-10-31 | xkb: remove unused label "out", clean up program flow. | Peter Hutterer |
2008-10-31 | Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h. | Peter Hutterer |
2008-10-31 | xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs. | Peter Hutterer |
2008-09-26 | xkb: squash canonical types into explicit ones on core reconstruction. | Peter Hutterer |
2008-09-26 | xkb: fix core keyboard map generation. #14373 | Peter Hutterer |
2008-09-22 | xkb: fix use of uninitialized variable. | Kim Woelders |
2008-08-28 | Prepare for array-index based devPrivates. | Tomas Carnecky |
2008-08-10 | Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.h | Matthieu Herrb |
2008-08-08 | xkb: actually initialise sli before using it. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetDeviceInfo should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetGeometry should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetNames should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetNamedIndicator should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetIndicatorMap should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetCompatMap should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbSetMap should work on all attached SDs. | Peter Hutterer |
2008-08-06 | xkb: ProcXkbBell should work on all attached SDs. | Peter Hutterer |
2008-08-04 | xkb: break up XkbCopyKeymap into bite-sized chunks. | Peter Hutterer |
2008-07-28 | xkb: remove superfluous inputInfo.keyboard treatment. | Peter Hutterer |
2008-07-28 | xkb: use PickPointer/PickKeyboard in _XkbLookupAnyDevice. | Peter Hutterer |
2008-07-28 | xkb: don't send core events on SlowKeys. | Peter Hutterer |
2008-07-24 | Remove all empty extension reset hooks, replace with NULL. | Adam Jackson |
2008-07-23 | Unifdef __osf__ | Adam Jackson |
2008-07-23 | Unifdef AIX. | Adam Jackson |
2008-07-23 | Unifdef sgi. | Adam Jackson |
2008-07-23 | Unifdef QNX. | Adam Jackson |
2008-07-17 | Dead code removal | Daniel Stone |
2008-07-17 | Drop a bunch of #ifdef Lynx. | Mathieu BĂ©rard |
2008-06-25 | Don't log null device name in XkbDDXLoadKeymapByNames | Alan Coopersmith |
2008-06-25 | xkb: remove unused variable is_core. | Peter Hutterer |
2008-06-18 | input: fix up usage of button->down, used to be a bitmask, is now an array. | Peter Hutterer |