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