summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-06GetPointerEvents: always send valuator events for MotionNotifyDaniel Stone1-5/+8
2006-12-06GetPointerEvents: fix typoDaniel Stone1-1/+1
2006-12-01Define calls away when not building XACE, allowing ifdef's to be removed.Eamon Walsh1-4/+0
2006-11-27Merge branch 'randr-1.2'Eric Anholt1-3/+5
2006-11-08remove trailing whitespaceDaniel Stone1-2/+2
2006-11-08Get*Events: massive reorganisationDaniel Stone1-223/+226
2006-11-07Avoid dereferencing sprite.screen when Xinerama is not running. (#8925)Keith Packard1-3/+5
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 Stone1-0/+2
2006-10-25dix: add motion history supportDaniel Stone1-0/+105
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 Stone1-0/+34
2006-10-23dix/getevents: cosmetic cleanups, remove keymap copy from GKVEDaniel Stone1-40/+23
2006-10-22minor formatting fixesDaniel Stone1-3/+2
2006-10-20move keymap copy to event processing, from enqueuingDaniel Stone1-9/+45
2006-10-14dix: move GetKeyboardEvents/GetPointerEvents to a new file, export symbolsDaniel Stone1-0/+530