summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-262/+502
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-241-34/+61
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-9/+64
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-251/+1189
* | Disable pointer debug logging.Jeff Brown2011-05-241-1/+1
* | Input device protocol enhancements.Jeff Brown2011-05-241-89/+269
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-69/+206
* | Add tap/drag touchpad gesture.Jeff Brown2011-04-191-58/+139
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-261/+501
* | Fix dispatcher crash when input monitoring enabled.Jeff Brown2011-04-011-18/+18
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-1/+10
* | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-34/+61
* | Refactor how timeouts are calculated.Jeff Brown2011-03-171-9/+64
* | Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-251/+1189
|/
* Input improvements and bug fixes.Jeff Brown2011-03-091-118/+199
* Recognize 3D joysticks. (DO NOT MERGE)Jeff Brown2011-03-091-0/+1
* Fix off by one errors in touch motion ranges. (DO NOT MERGE)Jeff Brown2011-03-091-130/+138
* Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)Jeff Brown2011-03-091-3/+0
* Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-36/+131
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-7/+45
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-3/+41
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-3/+24
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-20/+23
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-143/+216
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-18/+18
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-32/+29
* Scale major axis when finger is oriented.Jeff Brown2011-02-151-3/+5
* am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." i...Jeff Brown2011-01-251-7/+7
|\
| * Fix crashes caused by some input devices.Jeff Brown2011-01-251-7/+7
* | am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycombJeff Brown2011-01-191-1/+1
|\ \ | |/
| * Fix getSwitchState.Jeff Brown2011-01-191-1/+1
* | am 761a6b7f: am f4368c95: Merge "Filter virtual keys after touches." into hon...Jeff Brown2011-01-181-1/+52
|\ \ | |/
| * Filter virtual keys after touches.Jeff Brown2011-01-181-1/+52
* | Add joystick support to framework.Jeff Brown2011-01-171-18/+222
|/
* Add support for detecting finger orientation.Jeff Brown2011-01-141-1/+22
* Fix bug with mice that send multiple BTN_MOUSE values.Jeff Brown2011-01-141-3/+11
* Mouse pointer integration.Jeff Brown2011-01-041-0/+3620