summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-28xace: add hooks + new access codes: XKB extension.Eamon Walsh9-122/+156
2007-09-28xace: add new hooks + access controls: XInput extension.Eamon Walsh1-1/+1
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh2-12/+3
2007-07-04Fix MEMORY SMASH in XkbCopyKeymap.Keith Packard1-3/+2
2007-06-29Death to RCS tags.Adam Jackson7-9/+0
2007-06-28Remove the remnants of OS/2 support.Adam Jackson2-24/+2
2007-03-21XKB: Fix size_syms calculation bugDaniel Stone1-1/+1
2007-03-21XKB: Be a tiny bit more conservative with type allocationDaniel Stone1-2/+5
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson35-1356/+225
2007-02-05XkbCopyKeymap: fix copy-and-waste accidentDaniel Stone1-1/+1
2006-12-24XkbCopyKeymap: make sure sym_interpret is always validDaniel Stone1-10/+13
2006-12-08XkbCopyKeymap: always initialise map and preserveDaniel Stone1-2/+12