summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2006-11-03Add DTrace probe points for X server <-> client communicationsAlan Coopersmith7-2/+380
2006-11-02PostSyntheticMotion needs to be extern, not static, since it's in getevents.cAlan Coopersmith1-1/+1
2006-11-01input: add non-keyboard bell ringing functionDaniel Stone1-2/+4
2006-10-27CoreKeyboardProc: annotate with FIXMEDaniel Stone1-2/+5
2006-10-27CoreKeyboardProc: don't leak keymap and modmapDaniel Stone1-0/+4
2006-10-27getValuatorEvents: make sure we put MORE_EVENTS in the right placesDaniel Stone1-0/+3
2006-10-25GetPointerEvents: always ensure correct number of eventsDaniel Stone1-2/+2
2006-10-25port all users to the new DIX motion history APIDaniel Stone2-3/+4
2006-10-25dix: add motion history supportDaniel Stone2-0/+115
2006-10-25miscellaneous warning fixesDaniel Stone1-2/+4
2006-10-23GetProximityEvents: add (untested) functionDaniel Stone1-0/+52
2006-10-23GetPointerEvents: break into separate functionsDaniel Stone1-54/+89
2006-10-23dix/getevents: move SyntheticMotion to getevents.cDaniel Stone2-26/+41
2006-10-23dix/getevents: cosmetic cleanups, remove keymap copy from GKVEDaniel Stone1-40/+23
2006-10-22dix, Xi: make use of deviceid in DevicePresenceNotifyDaniel Stone1-0/+4
2006-10-22minor formatting fixesDaniel Stone1-3/+2
2006-10-21Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserverZephaniah E. Hull2-9/+49
2006-10-21DEVICE_TOUCHSCREEN becomes DEVICE_ABS_CALIB.Zephaniah E. Hull1-12/+21
2006-10-20move keymap copy to event processing, from enqueuingDaniel Stone1-9/+45
2006-10-20xi: add DEVICE_ENABLE controlDaniel Stone1-0/+4
2006-10-15dix/devices: add devices in proper forward orderDaniel Stone1-5/+13
2006-10-14dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbolsDaniel Stone3-473/+531
2006-10-14dix/devices: remove XACE merge debrisDaniel Stone1-6/+0
2006-10-13Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Daniel Stone10-197/+247
2006-10-08GetKeyboardEvents: add first_valuator argument to GKVEDaniel Stone1-2/+3
2006-10-08GetKeyboardValuatorEvents: also take first_valuator paramDaniel Stone1-12/+12
2006-10-08mipointer: take device arguments, split miPointerAbsoluteCursorDaniel Stone1-33/+40
2006-10-08warning cleanupsDaniel Stone1-18/+3
2006-10-08dix/devices: clean up debuggingDaniel Stone1-18/+3
2006-10-08dix/CoreProcessKeyboardEvent: remove debugging for every key eventDaniel Stone1-9/+3
2006-10-08GetPointerEvents: add first_valuator parameterDaniel Stone1-46/+82
2006-10-08GetPointerEvents: fix relatively harmless typoDaniel Stone1-1/+1
2006-09-30dix/events, mi/eq: remove utterly ridiculous debuggingDaniel Stone1-56/+11
2006-09-29Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/xserve...Daniel Stone1-0/+1
2006-09-29make core keyboard/pointer map functions act on all core-sending devicesDaniel Stone1-217/+279
2006-09-10Warning fix, and a syntax fix in a #if 0 section of code.Zephaniah E. Hull1-0/+1
2006-09-08Zero out newly created ExtensionEntry structures, but only after theEamon Walsh1-3/+3
2006-09-08Zero out newly allocated ClientRec structures.Eamon Walsh1-4/+5
2006-08-29[PATCH] GetKeyboardValutorEvents: be even more carefulDaniel Stone1-1/+1
2006-08-25Add four new XACE hooks: auditing, key event notification, window initEamon Walsh3-0/+20
2006-08-24GKVE: pass correct arguments to XkbCopyKeymapDaniel Stone1-2/+4
2006-08-23XkbCopyKeymap: optionally send NewKeyboardNotify/MapNotify eventsDaniel Stone1-25/+1
2006-08-23xkb/gkve: copy XKB map, not pointer-assignDaniel Stone2-18/+2
2006-08-21Merge branch 'XACE-modular' into my-XACE-modularEamon Walsh27-172/+98
2006-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Alan Coopersmith4-87/+30
2006-08-18dix: enable null root cursorDaniel Stone1-0/+12
2006-08-18Merge branch 'master' into input-hotplugDaniel Stone2-6/+16
2006-08-18dix: fix whiteroot thinkoDaniel Stone1-2/+2
2006-08-18dix: add whiteroot flagDaniel Stone2-6/+16
2006-08-17Merge branch 'master' into input-hotplugDaniel Stone1-4/+4