summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2009-01-20XkbCopyKeymap: inputInfo.keyboard is not a special caseDaniel Stone1-19/+12
2009-01-20XKB: Move XkbCopyKeymap definition to xkbsrv.hDaniel Stone1-6/+0
2009-01-20XKB: Allow build-time configuration of XKB defaultsDaniel Stone1-31/+10
2009-01-15mi: ensure chained button mappings from SD -> MD (#19282)Peter Hutterer1-1/+1
2009-01-11xkb: ANSI cleanupJulien Cristau1-1/+1
2009-01-08xkb: fix typo - missing negation when checking button state.Peter Hutterer1-1/+1
2008-12-30XKB: Also copy keyboard feedback when copying the keymapDaniel Stone1-1/+16
2008-12-23xkb: don't treat groups with different no of symbols as identical.Peter Hutterer1-0/+2
2008-12-23xkb: explicitly check for group replication in the core representation.Peter Hutterer1-19/+63
2008-12-23xkb: don't replicate past the number of groups we have.Peter Hutterer1-3/+4
2008-12-23xkb: ensure enough symbols for core Group1 replication.Peter Hutterer1-2/+17
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer31-37/+0
2008-12-10mi: Clean up CopyGetMasterEvent, re-use the memory.Peter Hutterer1-5/+10
2008-12-08ddxCtrls.c: XkbDDXUsesSoftRepeat always returns 1 nowSascha Hlusiak1-20/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade29-166/+166
2008-12-03xkb: Allow NULL as rulesFile in XkbSetRulesDflts.Peter Hutterer1-5/+24
2008-12-02xkb: Extra sanity checks to prevent dev->key == NULL dereferencing.Peter Hutterer1-4/+15
2008-12-02xkb: don't attempt to filter events for devices without key classes.Peter Hutterer1-1/+9
2008-12-02Xi: fix use of button->down - bitflags instead of int arrays.Peter Hutterer1-2/+2
2008-11-30Correct static symbol XkmReadTOC and first pass on compile warning fixes.Paulo Cesar Pereira de Andrade1-1/+1
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade29-162/+162
2008-11-25Remove duplication from code paths in XkbDDXCompileKeymapByNamesAlan Coopersmith1-34/+42
2008-11-20Always use server-<display>.xkm to avoid races when multiple servers startAlan Coopersmith1-10/+2
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-11-04xkb: extract the correct device in XkbFilterEvents.Peter Hutterer1-0/+8
2008-11-04xkb: when faking mouse button events, fake them on the correct devices.Peter Hutterer5-72/+33
2008-11-04XKB: Tiny cleanups to _XkbLookupAnyDeviceDaniel Stone1-3/+4
2008-11-04XKB: Fix thinko, causing warning (erroneously fixed in 5544c51447)Daniel Stone1-1/+1
2008-10-31xkb: remove unused label "out", clean up program flow.Peter Hutterer1-3/+1
2008-10-31Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h.Peter Hutterer1-1/+0
2008-10-31xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs.Peter Hutterer1-2/+2
2008-09-26xkb: squash canonical types into explicit ones on core reconstruction.Peter Hutterer1-3/+10
2008-09-26xkb: fix core keyboard map generation. #14373Peter Hutterer1-5/+34
2008-09-22xkb: fix use of uninitialized variable.Kim Woelders1-12/+5
2008-08-28Prepare for array-index based devPrivates.Tomas Carnecky1-1/+2
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