summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2008-08-13xkb: ProcXkbSetDeviceInfo should work on all attached SDs.Peter Hutterer1-17/+89
2008-08-13xkb: ProcXkbSetGeometry should work on all attached SDs.Peter Hutterer1-31/+56
2008-08-13xkb: ProcXkbSetNames should work on all attached SDs.Peter Hutterer1-271/+353
2008-08-13xkb: ProcXkbSetNamedIndicator should work on all attached SDs.Peter Hutterer1-70/+184
2008-08-13xkb: ProcXkbSetIndicatorMap should work on all attached SDs.Peter Hutterer1-36/+68
2008-08-13xkb: ProcXkbSetCompatMap should work on all attached SDs.Peter Hutterer1-52/+118
2008-08-13xkb: ProcXkbSetMap should work on all attached SDs.Peter Hutterer1-103/+181
2008-08-13xkb: ProcXkbBell should work on all attached SDs.Peter Hutterer1-91/+140
2008-07-23xkb: don't send core events for extension devices on SlowKey timeout.Peter Hutterer1-1/+3
2008-06-25Don't log null device name in XkbDDXLoadKeymapByNamesAlan Coopersmith1-1/+1
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-01XKB: Fix processInputProc wrappingThomas Jaeger1-5/+4
2008-03-24XkbCopyKeymap: Fix broken indentationDaniel Stone1-4/+4
2008-03-14XkbCopyKeymap was mangling doodads and overlaysKeith Packard1-2/+5
2008-03-05Fix distcheck.Adam Jackson1-1/+1
2008-03-03XKB: 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
2008-02-17XkbProcessOtherEvent: Don't depend on now-removed headerDaniel Stone1-1/+1
2008-02-17XKB: Always set size correctly in XkbCopyKeymap's geometry routinesDaniel Stone1-5/+12
2008-02-17XKB: Remove support for pre-built keymapsDaniel Stone4-121/+18
2008-02-17XKB: Remove usage of client-side typesDaniel Stone7-157/+113
2008-02-17XKB: Remove a bunch of mad ifdefsDaniel Stone16-252/+69
2008-02-17XKB: Deprecate XKBSRV_NEED_FILE_FUNCSDaniel Stone1-480/+0
2008-02-17XKB: Move headers into the server treeDaniel Stone14-18/+1156
2008-02-17XKB: Delete xkberrs.cDaniel Stone2-38/+0
2008-02-13XACE: Change access modes for some device-related requests.Eamon Walsh1-7/+7
2008-02-09xkb: when copying the keymap, make sure the structs default to 0/NULL.Peter Hutterer1-8/+15
2008-02-05xkb: when copying sections, make sure num_rows is set too.Peter Hutterer1-0/+1
2008-01-30xkb: don't update LEDs if they don't exist. (Bug #13961)Peter Hutterer1-0/+3
2008-01-17XKB: XkbCopyKeymap: Don't leak all the sectionsDaniel Stone1-0/+1
2007-12-13Merge branch 'master' into XACE-SELINUXEamon Walsh3-8/+30
2007-12-05XKB: Actions: Don't run certain actions on the core keyboardDaniel Stone2-3/+20
2007-11-23XKB: Generate correct key repeat events (bug #13114)Peter Hutterer1-5/+10
2007-11-20Revert "registry: Register XKB extension protocol names."Eamon Walsh1-59/+4
2007-11-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+2
2007-11-17XKB: Don't ring the bell when we don't have a BellProc (bug #13246)Daniel Stone1-1/+2
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh6-141/+219
2007-11-05XKB: Remove usage of allocaDaniel Stone2-14/+14
2007-10-28XKB: Cope with all events in XkbProcessKeyboardEventDaniel Stone1-19/+38
2007-10-28XKB: Don't update indicators on all devices, add missing include fileDaniel Stone1-5/+5
2007-10-28xkb: Unwrap properly in ProcessPointerEvent.Peter Hutterer1-1/+22
2007-10-28xkb: xkbHandleActions: let wrapping take care of event delivery.Peter Hutterer1-17/+7
2007-10-28xkb: enable XI event processing for xkb.Peter Hutterer3-43/+101
2007-10-28Save processInputProc before wrapping it and restore it later, instead ofPeter Hutterer1-7/+10
2007-10-28xkb: Store the action filters per device in the XkbSrvInfoRec.Peter Hutterer1-49/+36
2007-10-15registry: Register XKB extension protocol names.Eamon Walsh1-4/+59