summaryrefslogtreecommitdiff
path: root/xkb
AgeCommit message (Expand)AuthorFilesLines
2008-05-17xkb: when copying the keymap, make sure the structs default to 0/NULL.Peter Hutterer1-8/+15
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-35/+34
2008-04-30XKB: Fix processInputProc wrappingThomas Jaeger1-5/+4
2008-01-31xkb: 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-06XKB: Actions: Don't run certain actions on the core keyboardDaniel Stone2-3/+20
2007-11-17XKB: Generate correct key repeat events (bug #13114)Peter Hutterer1-5/+10
2007-11-17XKB: Don't ring the bell when we don't have a BellProc (bug #13246)Daniel Stone1-1/+2
2007-10-30XKB: Cope with all events in XkbProcessKeyboardEventDaniel Stone1-19/+38
2007-10-30XKB: Don't update indicators on all devices, add missing include fileDaniel Stone1-5/+5
2007-10-30xkb: Unwrap properly in ProcessPointerEvent.Peter Hutterer1-1/+22
2007-10-30xkb: xkbHandleActions: let wrapping take care of event delivery.Peter Hutterer1-17/+7
2007-10-30xkb: enable XI event processing for xkb.Peter Hutterer3-43/+101
2007-10-30Save processInputProc before wrapping it and restore it later, instead ofPeter Hutterer1-7/+10
2007-10-30xkb: Store the action filters per device in the XkbSrvInfoRec.Peter Hutterer1-49/+36
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
2006-11-08xkb: warning fixDaniel Stone1-1/+1
2006-11-08XkbCopyKeymap: don't iterate broken types, or dereference null pointersDaniel Stone1-33/+49
2006-11-08xkb: fix uninitialised warningDaniel Stone1-0/+4
2006-11-02xkb: note that we allow full xi interactionDaniel Stone2-16/+15
2006-11-02XkbCopyKeymap: be more careful with levels, allocate compat/geomDaniel Stone1-41/+70
2006-10-23XkbCopyKeymap: increment shapes and outlines when copyingDaniel Stone1-2/+2
2006-10-16xkb: fix virtual modmap size computationDaniel Stone1-1/+1
2006-10-15XkbCopyKeymap: copy server vmods, and name atomsDaniel Stone1-0/+16
2006-10-15xkb: make sure we set the map on the right device, not necessarily coreDaniel Stone1-5/+6
2006-10-14xkb: better support of XkbDfltXIIdDaniel Stone1-0/+4
2006-10-14XkbCopyKeymap: add geometry supportDaniel Stone1-5/+486
2006-10-08xkb: remove random broken vendor workaroundsDaniel Stone3-60/+2
2006-10-08xkb: add FIXMEs to procedures which need to act on all core devicesDaniel Stone1-0/+9
2006-10-06xkb: make XkbSetControls work on all core-sending devicesDaniel Stone1-146/+194
2006-10-06xkb: remove unused #ifndefDaniel Stone1-2/+5
2006-10-06xkb: simplify core device loop in GetKeyboardByNameDaniel Stone1-36/+20
2006-10-06xkb: make LatchLockGroup work on all core-sending devicesDaniel Stone1-38/+49
2006-10-06xkb: update all core-sending keyboards on GetKeyboardByNameDaniel Stone1-1/+32
2006-10-02xkb: remove the world's most staggeringly broken vendor workaroundDaniel Stone1-24/+0
2006-10-02Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve...Daniel Stone3-2/+612
2006-10-02xkb: fix wrapping when switching between groupsIvan Pascal1-4/+4
2006-09-29Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve...Daniel Stone1-1/+1
2006-09-24Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone1-1/+1
2006-09-21Close with Pclose() that which we open with Popen().Adam Jackson1-1/+1
2006-09-10Warning fix, and a syntax fix in a #if 0 section of code.Zephaniah E. Hull1-1/+1