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