summaryrefslogtreecommitdiff
path: root/dix
AgeCommit message (Expand)AuthorFilesLines
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh9-181/+80
2006-11-30Tell automake to STFU about the *.O filesAlan Coopersmith1-1/+1
2006-11-27Merge branch 'randr-1.2'Eric Anholt2-5/+6
2006-11-21Issue CloseDownDevices() in os/log.c and remove from dix/main.c.Alan Hourihane1-5/+0
2006-11-18Shutdown input devices if FatalError occurs during startup.Alan Hourihane1-5/+15
2006-11-11ffs: handle 0 argument (bug #8968)Jurij Smakov1-0/+2
2006-11-08remove trailing whitespaceDaniel Stone1-2/+2
2006-11-08Get*Events: massive reorganisationDaniel Stone1-223/+226
2006-11-08SyntheticMotion: don't dereference sprite.screen when not using XineramaDaniel Stone1-1/+2
2006-11-08dix: remove staggeringly broken vendor workaroundsDaniel Stone1-8/+0
2006-11-08dix/mi: still more warning fixesDaniel Stone1-8/+15
2006-11-08dix: add missing prototypesDaniel Stone2-1/+6
2006-11-08dix: remove unused debug codeDaniel Stone1-10/+0
2006-11-08dix: remove unused variableDaniel Stone1-1/+0
2006-11-08CreateColormap: fix return value (bug #7083)Laurence Withers1-1/+1
2006-11-07Merge branch 'autoconfig-for-7.2'Adam Jackson1-1/+1
2006-11-07Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)Keith Packard2-5/+6
2006-11-06More work on Bug #8875: revert previous fix and try using client argumentEamon Walsh1-1/+0
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