summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* am 0d9288d7: am 2bdb756c: am 4fb76253: Fix bounds check. Bug: 4413945Jeff Brown2011-05-132-6/+2
|\
| * Fix bounds check.Jeff Brown2011-05-132-6/+2
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-138-340/+600
* | resolved conflicts for merge of 037b54cf to masterDianne Hackborn2011-05-111-0/+8
|\ \ | |/
| * Fix scaling of batched motion events.Dianne Hackborn2011-05-091-0/+8
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-094-20/+67
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-094-20/+67
* | On-screen navigation bar (separate from the status bar).Daniel Sandler2011-04-271-0/+1
* | Make InputWindow.h's window types align with WindowManager.java's.Daniel Sandler2011-04-271-2/+3
* | Merge "Get rid of the "pid" parameter from createSurface"Mathias Agopian2011-04-211-1/+1
|\ \
| * | Get rid of the "pid" parameter from createSurfaceMathias Agopian2011-04-201-1/+1
* | | Add tap/drag touchpad gesture.Jeff Brown2011-04-193-67/+161
|/ /
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-1910-613/+1189
* | Add a sprite controller.Jeff Brown2011-04-119-213/+876
* | Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-073-21/+101
* | Allow batching samples onto the pending motion event.Jeff Brown2011-04-061-0/+28
* | Fix dispatcher crash when input monitoring enabled.Jeff Brown2011-04-013-39/+40
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-304-27/+112
* | Merge "Support chorded fallback keys."Jeff Brown2011-03-292-99/+221
|\ \
| * | Support chorded fallback keys.Jeff Brown2011-03-292-99/+221
* | | merge libsurfaceflinger_client into libguiMathias Agopian2011-03-252-2/+1
|/ /
* | Fix focused application handle.Jeff Brown2011-03-251-4/+4
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-243-82/+302
* | Merge "Optimize EventHub to process events in big chunks."Jeff Brown2011-03-185-138/+183
|\ \
| * | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-185-138/+183
* | | Merge "Refactor how timeouts are calculated."Jeff Brown2011-03-176-24/+94
|\ \ \ | |/ /
| * | Refactor how timeouts are calculated.Jeff Brown2011-03-176-24/+94
* | | am 14438b81: am 970bad67: am be368de7: Merge "Fix missing AOSP copyright head...James Dong2011-03-172-6/+30
|\ \ \ | | |/ | |/|
| * | Fix missing AOSP copyright headers for more filesJames Dong2011-03-172-6/+30
* | | am e5feed7e: am 244eb34a: am d98f8aff: Merge "Fix dangling pointer when devic...Jeff Brown2011-03-171-2/+28
|\ \ \ | |/ / | | / | |/ |/|
| * Fix dangling pointer when device closed just after opening.Jeff Brown2011-03-171-2/+28
* | Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-144-262/+1384
|/
* Input improvements and bug fixes.Jeff Brown2011-03-095-171/+280
* Recognize 3D joysticks. (DO NOT MERGE)Jeff Brown2011-03-092-15/+24
* Fix off by one errors in touch motion ranges. (DO NOT MERGE)Jeff Brown2011-03-095-194/+193
* Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)Jeff Brown2011-03-092-3/+15
* Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-045-54/+164
* 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-028-14/+84
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-025-9/+214
* 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