summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)AuthorFilesLines
2008-04-30Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}EventsJeremy Huddleston1-3/+9
2008-03-25Fix that last commit.Adam Jackson1-1/+1
2008-03-25Fix getValuatorEvents to compute number of valuators correctly.Sascha Hlusiak1-1/+1
2008-02-05dix: Move motion history update until after screen crossing and clippingMagnus Vigerlöf1-9/+9
2008-02-05dix: Skip call to clipAxis for relative core-eventsMagnus Vigerlöf1-11/+33
2008-02-05Bug # 10324: dix: Add scaling of X and Y on the reported pointer-eventsMagnus Vigerlöf1-21/+76
2008-02-05Bug # 10324: dix: Allow arbitrary value ranges in GetPointerEventsMagnus Vigerlöf1-4/+7
2008-02-05dix: Always add valuator information if presentMagnus Vigerlöf1-5/+2
2008-01-08dix: set the correct number of valuators in valuator events.Peter Hutterer1-1/+1
2007-12-14Input: Fix proximity events with valuatorsBartosz Fabianowski1-1/+1
2007-11-14Merge branch 'master' into XACE-SELINUXEamon Walsh1-1/+3
2007-11-07DIX/getevents: Document GetMaximumEventsNum() a little betterDaniel Stone1-1/+3
2007-11-05Merge branch 'master' into XACE-SELINUXEamon Walsh1-4/+12
2007-10-25Input: Fix key down test (bug #12858)Naoki Hamada1-4/+12
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