summaryrefslogtreecommitdiff
path: root/xkb/xkb.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Merge branch 'master' into xi2Peter Hutterer1-20/+22
2009-05-22Input: rename DeviceIntRec->isMaster to ->type.Peter Hutterer1-16/+16
2009-05-22Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek1-3/+5
2009-05-21input: rename device->type to device->xinput_type.Peter Hutterer1-1/+1
2009-05-21Bug #6428, #16458, #21464: Fix crash due to uninitialized VModMap fields.Tomas Janousek1-3/+5
2009-05-08xkb: remove _XkbAlloc, _XkbCalloc, _XkbRealloc and _XkbFreePeter Hutterer1-20/+20
2009-05-03XkbSetNamedIndicator should ignore SD's without LED'sAlan Coopersmith1-0/+2
2009-03-23xkb: put a few extra checks in against non-keyboardsPeter Hutterer1-1/+3
2009-03-16xkb: fix a couple of device checks when looping through all devices.Peter Hutterer1-9/+4
2009-02-16xserver: Avoid sending uninitialized padding data over the networkPeter Åstrand1-1/+4
2009-02-03Constify atom name stringsAlan Coopersmith1-1/+1
2009-01-22Input: Remove core keysyms from KeyClassRecDaniel Stone1-5/+0
2009-01-22Input: Clean up keymap change notificationsDaniel Stone1-2/+1
2009-01-22XKB: Remove support for setting combined keymapsDaniel Stone1-4/+3
2009-01-22XKB: Remove unsupported Xi operation flagsDaniel Stone1-19/+3
2009-01-22Input: Remove modifierMap from coreDaniel Stone1-3/+0
2009-01-22Input: Remove state from KeyClassRecDaniel Stone1-2/+1
2009-01-22XKB: Remove lock actions disablingDaniel Stone1-2/+0
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer1-2/+0
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-4/+4
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-4/+4
2008-11-08Remove some null statements.James Cloos1-1/+1
2008-10-31xkb: ProcXkbSetCompatMap should do dry-runs, then normal runs.Peter Hutterer1-2/+2
2008-09-22xkb: fix use of uninitialized variable.Kim Woelders1-12/+5
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-07-24Remove all empty extension reset hooks, replace with NULL.Adam Jackson1-7/+1
2008-03-04Merge branch 'master' into mpxPeter Hutterer1-74/+66
2008-02-27XACE: Require "manage" permission for XKBSetNames.Eamon Walsh1-1/+1
2008-02-17XKB: Ditch XkbFileInfoDaniel Stone1-45/+44
2008-02-17XKB: Remove support for pre-built keymapsDaniel Stone1-18/+13
2008-02-17XKB: Remove a bunch of mad ifdefsDaniel Stone1-2/+0
2008-02-17XKB: Move headers into the server treeDaniel Stone1-1/+1
2008-02-13XACE: Change access modes for some device-related requests.Eamon Walsh1-7/+7
2008-01-03Merge branch 'master' into mpxPeter Hutterer1-46/+55
2007-11-20Revert "registry: Register XKB extension protocol names."Eamon Walsh1-59/+4
2007-11-07Merge branch 'master' into mpxPeter Hutterer1-12/+12
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-12/+12
2007-11-05XKB: Remove usage of allocaDaniel Stone1-12/+12
2007-10-15registry: Register XKB extension protocol names.Eamon Walsh1-4/+59
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh1-46/+55
2007-09-26xkb: unify ErrorFs. Prefix all with [xkb].Peter Hutterer1-18/+18
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-56/+7