summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)AuthorFilesLines
2007-09-26Merge branch 'master' into XACE-SELINUXEamon Walsh1-0/+4
2007-09-23GetKeyboardEvents: Reject out-of-range keycodes (bug #12528)Daniel Stone1-0/+4
2007-09-19Merge branch 'master' into XACE-SELINUXEamon Walsh1-7/+30
2007-09-05Fix key repeats during VT switch.Daniel Stone1-7/+30
2007-08-28devPrivates rework: since API is already broken, switch everythingEamon Walsh1-4/+8
2007-08-23Fix indentation.Matthieu Herrb1-1/+1
2007-08-23Remove an extra cast.Matthieu Herrb1-1/+1
2007-08-23A high resolution device that's moving fast can potentially generateOtto Moerbeek1-1/+1
2007-08-01Input: Fix stuck modifiers (bug #11683)Daniel Stone1-26/+28
2007-08-01Convert all my license statements to the standard formDaniel Stone1-15/+17
2007-08-01Input: GetPointerEvents: Deny events from devices without valuatorsDaniel Stone1-2/+6
2007-06-25Set the detail field for DeviceKeyEvents to the keycode.Peter Hutterer1-0/+1
2007-04-10getevents: Copy modifier state from extended to core devicesDaniel Stone1-0/+20
2007-04-09Bug #10560: Code-Cleanup: function declarations () -> (void)Stefan Huehner1-2/+2
2007-03-20Static markup and dead code cull over xkb/.Adam Jackson1-1/+1
2007-02-15fix: WarpCursor needs to send MotionNotify.Peter Hutterer1-25/+30
2006-12-27dix/events: take screen number, not pointer, in PostSyntheticMotionPeter Hutterer1-3/+3
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