summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-10Initialize touch sprite hotspot screensxi2.1-stable-abi-12Chase Douglas1-0/+2
2010-11-10Fix FinishTouchPoint callChase Douglas1-1/+1
2010-11-10Check for valid touch event selectionChase Douglas1-0/+31
2010-11-10Fix FinishTouchPointChase Douglas1-1/+1
2010-11-10Make EventIsDeliverable non-staticChase Douglas2-12/+13
2010-11-10Process touch events properlyChase Douglas1-13/+30
2010-11-09Don't send touch event on non touch deviceChase Douglas1-0/+3
2010-11-09Fix touch spritesChase Douglas3-5/+16
2010-11-09Switch to last.valuatorsChase Douglas5-37/+47
2010-11-09Switch to labeled touch axesChase Douglas5-37/+46
2010-11-08FixChase Douglas1-1/+1
2010-11-08Fix axisVal initChase Douglas1-1/+3
2010-11-08Fix transformAbsoluteChase Douglas1-4/+8
2010-11-08Fix valuator_set_modeChase Douglas1-1/+1
2010-11-08Fix GPE Y axis scalingChase Douglas1-1/+1
2010-11-08Export all valuator_mask_* functionsChase Douglas2-9/+7
2010-11-08Update for new protocolChase Douglas20-913/+329
2010-11-05Switch to new touch class typesChase Douglas2-124/+78
2010-11-05Remove touch grabbing for nowChase Douglas3-46/+2
2010-11-05Fix the rest of the FixUpEventFromWindow callsChase Douglas1-3/+3
2010-11-05Don't copy touch class on master device changesChase Douglas1-1/+2
2010-11-05Fix bug when reporting active touchesChase Douglas1-1/+4
2010-11-05Deep copy all touches of a pointer, not just some active touchesChase Douglas1-3/+3
2010-11-05Use -1 for invalid touch IDsChase Douglas3-3/+10
2010-11-05Fix crash in ComputeFreezesChase Douglas1-1/+1
2010-11-05test: input - don't set XI_TouchMotion or XI_TouchEnd when selecting eventsChase Douglas1-0/+14
2010-11-05Input: Add initial multitouch support from Xi 2.1Daniel Stone25-27/+1239
2010-11-05Input: Pass sprite instead of device to XYToWindowDaniel Stone1-7/+6
2010-11-05Input: Pass sprite instead of device to FixUpEventFromWindowDaniel Stone4-26/+27
2010-11-05Re-export xf86CollectInputOptions.Peter Hutterer1-1/+1
2010-11-05test: valuator_mode tests.Peter Hutterer1-0/+33
2010-11-05Convert some leftover axes->mode access to valuator_get_mode()Peter Hutterer2-3/+3
2010-11-05input: remove "mode" field from ValuatorClassRec.Peter Hutterer7-9/+9
2010-11-05input: move proximity state into ProximityClassRec.Peter Hutterer4-5/+12
2010-11-05dmx: clarify a valuator mode condition.Peter Hutterer1-1/+1
2010-11-05dix: clip absolute axes depending on their mode.Peter Hutterer1-3/+5
2010-11-05dix: populate motion history only if the mode matches the first axis.Peter Hutterer1-4/+2
2010-11-05input: add valuator_get_mode() helper.Peter Hutterer2-0/+26
2010-11-05dix: send proximity events if one or more axes are Absolute.Peter Hutterer1-4/+8
2010-11-05Add support for per-axis valuator modes (Relative/Absolute)Chase Douglas12-30/+56
2010-11-05test: valuator_mask tests.Peter Hutterer1-0/+77
2010-11-05dix: remove valuator_mask_copy_valuators, not needed anymore.Peter Hutterer2-26/+0
2010-11-05xfree86: convert xf86Post{Motion|Key|Button|Proximity}Event to masksPeter Hutterer1-18/+18
2010-11-05dix: get rid of the now-superfluous valuator arrays in GPE and friends.Peter Hutterer1-60/+58
2010-11-05Abstract valuator masks through a set of APIs.Peter Hutterer15-186/+493
2010-11-05Add CountBits() to the server.Chase Douglas2-0/+14
2010-11-05xfree86: Remove unused refcounting from input driversChase Douglas3-6/+0
2010-11-05xfree86: add xf86OptionListDuplicate()Peter Hutterer2-0/+20
2010-11-05xfree86: add a hook to replace the new console handler.Peter Hutterer3-3/+22
2010-11-05xfree86: move XI_VERIFY_VALUATORS to the source file it's used in.Peter Hutterer2-8/+8