summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-254-41/+89
* Be more precise about tracking fallback keys.Jeff Brown2011-02-222-6/+53
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-196-144/+139
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-195-337/+373
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-173-59/+59
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-153-66/+75
* Scale major axis when finger is oriented.Jeff Brown2011-02-151-3/+5
* Fix read from uninitialized memory.Jeff Brown2011-02-071-1/+2
* Fix build.Jeff Brown2011-01-251-1/+1
* am 12b2dc90: am b1e0a870: Merge "Fix crashes caused by some input devices." i...Jeff Brown2011-01-256-35/+99
|\
| * Fix crashes caused by some input devices.Jeff Brown2011-01-256-35/+99
* | am 5f668c6e: am 8b9df978: Merge "Fix getSwitchState." into honeycombJeff Brown2011-01-192-2/+2
|\ \ | |/
| * Fix getSwitchState.Jeff Brown2011-01-192-2/+2
* | am 761a6b7f: am f4368c95: Merge "Filter virtual keys after touches." into hon...Jeff Brown2011-01-183-1/+81
|\ \ | |/
| * Merge "Filter virtual keys after touches." into honeycombJeff Brown2011-01-183-1/+81
| |\
| | * Filter virtual keys after touches.Jeff Brown2011-01-183-1/+81
* | | am 6a88cea1: am f2bc4ee9: Merge "Mouse pointer tweaks." into honeycombJeff Brown2011-01-171-2/+10
|\ \ \ | |/ /
| * | Mouse pointer tweaks.Jeff Brown2011-01-171-2/+10
| |/
* | Merge "Add joystick support to framework."Jeff Brown2011-01-174-23/+382
|\ \ | |/ |/|
| * Add joystick support to framework.Jeff Brown2011-01-174-23/+382
* | Support non-rectangular input regions.Jeff Brown2011-01-163-22/+30
|/
* Add support for detecting finger orientation.Jeff Brown2011-01-142-1/+23
* Fix bug with mice that send multiple BTN_MOUSE values.Jeff Brown2011-01-141-3/+11
* Prevent events from getting backlogged.Jeff Brown2011-01-108-179/+418
* Only allow touch events from one device at a time.Jeff Brown2011-01-042-28/+46
* Mouse pointer integration.Jeff Brown2011-01-0414-0/+15546