summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deadlock in dispatcher. (DO NOT MERGE)Jeff Brown2011-05-251-1/+0
* Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-19/+72
* Allow batching samples onto the pending motion event. (DO NOT MERGE)Jeff Brown2011-05-251-0/+28
* Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-241-86/+179
* Fix focused application handle. (DO NOT MERGE)Jeff Brown2011-05-241-4/+4
* Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-9/+1
* Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-7/+7
* Fix scaling of batched motion events.Dianne Hackborn2011-05-091-0/+8
* Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-17/+54
* Input improvements and bug fixes.Jeff Brown2011-03-091-5/+5
* Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)Jeff Brown2011-03-091-0/+15
* 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