summaryrefslogtreecommitdiff
path: root/dix/getevents.c
AgeCommit message (Expand)Author
2009-09-27Don't send events through the master if the device has SendCoreEvents off.Peter Hutterer
2009-05-08dix: fix calculation of number of fake KeyRelease eventsPierre Ossman
2009-01-30dix: fix WarpPointer calls for devices with custom valuator ranges (#19297)Peter Hutterer
2009-01-12dix: drop x/y back into last.valuators before updating the history (#19285)Peter Hutterer
2009-01-09dix: move MAX_VALUATOR_EVENTS into include/input.hPeter Hutterer
2008-12-09dix: fix calculation of valuator events.Peter Hutterer
2008-12-01input: don't switch MDs' classes around between SDs.Peter Hutterer
2008-11-04dix: clean up GetPointerEvents and GetKeyboardValuatorEvents.Peter Hutterer
2008-11-04DIX: Remove unnecessary prototypeDaniel Stone
2008-10-31dix: SwitchCorePointer is long gone, bury it.Peter Hutterer
2008-10-08mi: functions here are carrying 'time' without need.Tiago Vignatti
2008-10-03dix: fix axis scaling.Peter Hutterer
2008-10-03dix: don't lose subpixel precision when scaling.Peter Hutterer
2008-08-15dix: stick a warning in about loss of subpixel precision.Peter Hutterer
2008-08-08dix: don't try to create events if we don't have a screen. #16898Peter Hutterer
2008-08-08dix: remove obsolete FIXME comment.Peter Hutterer
2008-07-13Add support for multiple pointer acceleration schemes. #8583Simon Thum
2008-07-10Fix incorrect test regarding keyboard map.Ander Conselvan de Oliveira
2008-06-25dix: InitEventList does not need to be _X_EXPORT.Peter Hutterer
2008-06-15Xi: avoid double button mapping.Keith Packard
2008-06-13Fix "warning: pointer targets in assignment differ in signedness".Eamon Walsh
2008-06-13Fix "warning: assignment from incompatible pointer type".Eamon Walsh
2008-06-02dix: don't read valuators past numAxes.Peter Hutterer
2008-05-31dix: Remove superfluous comment.Peter Hutterer
2008-05-26dix: store the absolute values in the motion history.Peter Hutterer
2008-05-26If core motion history is required, scale back to screen coords and INT16.Peter Hutterer
2008-05-26Ensure the motion history is merged for master devices.Peter Hutterer
2008-05-26dix: Allocate MD's motion history to be large enough for potential valuatorsPeter Hutterer
2008-05-25Remove GetMotionProc from ValuatorClassRec.Peter Hutterer
2008-05-23dix: update valuators > 2 as well.Peter Hutterer
2008-05-23dix: don't allow relative data in deviceValuators.Peter Hutterer
2008-05-23dix: more device scaling insanity.Peter Hutterer
2008-05-23input: instead of lastx/y, use a last.valuators[] array on the device.Peter Hutterer
2008-05-23dix: coreEvents doesn't have meaning here, use master instead.Peter Hutterer
2008-05-23dix: Cleanup of GetPointerEventsMagnus Vigerlöf
2008-05-23dix: Correct clipAxis so it can handle devices with value ranges properlyMagnus Vigerlöf
2008-05-22dix: fill valuators with the correct values depending on the device mode (GPE)Peter Hutterer
2008-05-22Make all conversion handling in GPE.Magnus Vigerlöf
2008-05-02Merge branch 'master' into mpxPeter Hutterer
2008-05-02dix: continue to check for invalid valuator ranges.Peter Hutterer
2008-04-30Dix: Cleaned up sanity checking in Get{Pointer,Keyboard}EventsJeremy Huddleston
2008-04-30dix: fix typo from last commit.Peter Hutterer
2008-04-30input: replace -1 as default axis limit with NO_AXIS_LIMIT define.Peter Hutterer
2008-04-30dix: fix typo in clipAxis.Peter Hutterer
2008-04-29dix: store all valuators as they come from the device in the valuator events.Peter Hutterer
2008-04-18dix: remove coreOnly check. Core pointer must generate XI events now.Peter Hutterer
2008-04-08dix: Ensure Proximity events don't kill the server.Magnus Vigerlöf
2008-04-07Merge branch 'master' into dcdc_reworkPeter Hutterer
2008-03-25Fix that last commit.Adam Jackson
2008-03-25Fix getValuatorEvents to compute number of valuators correctly.Sascha Hlusiak