summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2008-08-10Move strcasecmp(), strcasencmp() and strcasestr() prototypes to os.hMatthieu Herrb1-0/+1
2008-08-08xkb: actually initialise sli before using it.Peter Hutterer1-0/+5
2008-08-06xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-17/+89
2008-08-06xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-31/+56
2008-08-06xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-271/+353
2008-08-06xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-70/+179
2008-08-06xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-36/+68
2008-08-06xkb: ProcXkbSetCompatMap should work on all attached SDs.Peter Hutterer1-52/+118
2008-08-06xkb: ProcXkbSetMap should work on all attached SDs.Peter Hutterer1-101/+179
2008-08-06xkb: ProcXkbBell should work on all attached SDs.Peter Hutterer1-91/+140
2008-08-04xkb: break up XkbCopyKeymap into bite-sized chunks.Peter Hutterer1-76/+167
2008-07-28xkb: remove superfluous inputInfo.keyboard treatment.Peter Hutterer1-17/+11
2008-07-28xkb: use PickPointer/PickKeyboard in _XkbLookupAnyDevice.Peter Hutterer1-8/+2
2008-07-28xkb: don't send core events on SlowKeys.Peter Hutterer1-1/+1
2008-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-7/+1
2008-07-23Unifdef __osf__Adam Jackson2-2/+2
2008-07-23Unifdef AIX.Adam Jackson1-1/+1
2008-07-23Unifdef sgi.Adam Jackson2-9/+1
2008-07-23Unifdef QNX.Adam Jackson1-3/+0
2008-07-17Dead code removalDaniel Stone1-1/+1
2008-07-17Drop a bunch of #ifdef Lynx.Mathieu Bérard1-1/+1
2008-06-25Don't log null device name in XkbDDXLoadKeymapByNamesAlan Coopersmith1-1/+1
2008-06-25xkb: remove unused variable is_core.Peter Hutterer1-2/+1
2008-06-18input: fix up usage of button->down, used to be a bitmask, is now an array.Peter Hutterer1-2/+2
2008-06-13Fix "warning: the address of ‘newTypes’ will always evaluate as ‘true’".Eamon Walsh1-1/+1
2008-06-13Fix "warning: unused variable `s'".Eamon Walsh1-5/+4
2008-06-05xkb: reset xkb_cached_map on CloseDownDevices.Peter Hutterer1-0/+3
2008-06-02xkb: delete default rules when devices are closed.Peter Hutterer1-0/+15
2008-05-22xkb: fix crash caused by uninitialised variable.Peter Hutterer1-1/+1
2008-05-20xkb: remove superfluous checks in if statement.Peter Hutterer1-3/+3
2008-05-20Merge branch 'master' into mpxPeter Hutterer1-23/+33
2008-05-13When XKB fails to open rules file, log the file name, not the NULL file pointerAlan Coopersmith1-1/+1
2008-05-07XKB: Actually explain keymap failuresDaniel Stone1-22/+32
2008-04-22Merge branch 'master' into mpxPeter Hutterer1-1/+1
2008-04-22xkb: use the correct device instead of an uninitialised "dev". #15614Egbert Eich1-1/+1
2008-04-18xkb: mixing up src and dst in a memcpy is suboptimal.Peter Hutterer1-1/+1
2008-04-13xkb: two fixes to avoid server crashes.Peter Hutterer1-2/+2
2008-04-13xkb: Add XkbCopySrvLedInfo, deep-copies a XkbSrvLedInfoRec.Peter Hutterer1-0/+39
2008-04-08xkb: don't overwrite CtrlProc in the second run of XkbFinishDeviceInit.Peter Hutterer1-1/+4
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer5-16/+37
2008-04-01XKB: Fix processInputProc wrappingThomas Jaeger1-5/+4
2008-03-14XkbCopyKeymap: Fix broken indentationDaniel Stone1-4/+4
2008-03-10XkbCopyKeymap was mangling doodads and overlaysKeith Packard1-2/+5
2008-03-05Fix distcheck.Adam Jackson1-1/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer27-986/+1066
2008-03-04XKB: Fix initial map setting on startupDaniel Stone2-6/+25
2008-02-29dix: Modify callers of property and selection API to use new interfaces.Eamon Walsh1-2/+2
2008-02-27XACE: Require "manage" permission for XKBSetNames.Eamon Walsh1-1/+1
2008-02-22XKB: Actually use the keymap we compile at startupDaniel Stone1-42/+80
2008-02-17XKB: Ditch XkbFileInfoDaniel Stone7-415/+160