summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Set last event time to previous event batch delivery time to appsmakarand.karvekar2011-03-031-2/+1
* Only set KeyEvent long press flag when repeat count equals 1.Jeff Brown2011-03-021-4/+6
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-4/+5
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-11/+19
* Be more precise about tracking fallback keys.Jeff Brown2011-02-221-6/+52
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-95/+70
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-22/+22
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-14/+27
* Fix crashes caused by some input devices.Jeff Brown2011-01-251-7/+30
* Support non-rectangular input regions.Jeff Brown2011-01-161-10/+24
* Prevent events from getting backlogged.Jeff Brown2011-01-101-35/+121
* Only allow touch events from one device at a time.Jeff Brown2011-01-041-28/+45
* Mouse pointer integration.Jeff Brown2011-01-041-0/+3722