summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* Add support for orientationAware touch pads.Jeff Brown2011-07-151-50/+38
* Remove more edge flag cruft.Jeff Brown2011-07-151-21/+1
* Remove edge slop support.Jeff Brown2011-07-142-67/+6
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-146-335/+342
* Merge "Revert "fix a weird use of Vector::appendVector()""Jeff Brown2011-07-131-2/+5
|\
| * Revert "fix a weird use of Vector::appendVector()"Jeff Brown2011-07-131-2/+5
* | Merge "Remove the simulator target from all makefiles. Bug: 5010576"Jeff Brown2011-07-122-8/+0
|\ \ | |/ |/|
| * Remove the simulator target from all makefiles.Jeff Brown2011-07-112-8/+0
* | fix a weird use of Vector::appendVector()Mathias Agopian2011-07-111-5/+2
|/
* Drop obsolete touch screen hacks.Jeff Brown2011-07-013-457/+2
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-013-40/+51
* Query input device for initial slot index.Jeff Brown2011-07-015-5/+76
* Merge "Fix joystick and trackpad regression."Jeff Brown2011-06-292-1/+7
|\
| * Fix joystick and trackpad regression.Jeff Brown2011-06-292-1/+7
* | SF transactions are now O(1) wrt IPC instead of O(N).Mathias Agopian2011-06-291-9/+2
|/
* Add some logging code to track down touch issues.Jeff Brown2011-06-281-1/+11
* Improve input event consistency invariants.Jeff Brown2011-06-283-168/+335
* Hover and stylus API cleanup.Jeff Brown2011-06-271-4/+4
* Add support for disabling pointer gestures.Jeff Brown2011-06-145-227/+298
* EventHub code cleanup.Jeff Brown2011-06-144-315/+348
* Allow touches to slide out of the navigation bar.Jeff Brown2011-06-133-7/+97
* Take advantage of updated linux/input.h kernel headers.Jeff Brown2011-06-134-38/+10
* No position information for outside touchesKenny Root2011-06-102-4/+38
* am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calcul...Jeff Brown2011-06-092-2/+6
|\
| * Fix swipe gesture cosine calculation.Jeff Brown2011-06-072-2/+6
* | am e046555b: am fd324486: am 5cb05eea: Merge "Fix build." into honeycomb-mr2Jeff Brown2011-06-071-2/+2
|\ \ | |/
| * Fix build.Jeff Brown2011-06-061-2/+2
* | am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. B...Jeff Brown2011-06-074-188/+19
|\ \ | |/
| * Simplify spot tracking logic.Jeff Brown2011-06-064-188/+19
* | resolved conflicts for merge of 8b2c0014 to masterJeff Brown2011-06-072-162/+179
|\ \ | |/
| * Touch pad improvements.Jeff Brown2011-06-062-162/+179
* | Use pointer mode instead of spots for SEMI_MT touch pads.Jeff Brown2011-06-031-3/+5
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-035-33/+87
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-025-33/+87
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-032-67/+129
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-022-67/+129
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-036-171/+267
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-316-173/+267
| * Button state should reflect actual buttons. (DO NOT MERGE)Jeff Brown2011-05-311-18/+2
* | Merge "Fix ABS_MT_SLOT handling."Jeff Brown2011-06-022-7/+13
|\ \
| * | Fix ABS_MT_SLOT handling.Jeff Brown2011-06-022-7/+13
* | | am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." int...Jeff Brown2011-05-315-52/+158
|\ \ \ | |/ / |/| / | |/
| * Touch pad UX improvements.Jeff Brown2011-05-255-52/+158
| * Fix deadlock in dispatcher. (DO NOT MERGE)Jeff Brown2011-05-251-1/+0
| * Fix bug reporting presence of orientation axis. (DO NOT MERGE)Jeff Brown2011-05-251-0/+2
| * Add tap/drag touchpad gesture. (DO NOT MERGE)Jeff Brown2011-05-253-68/+162
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-2510-614/+1190
| * Add a sprite controller. (DO NOT MERGE)Jeff Brown2011-05-259-213/+876
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-253-21/+101
| * Allow batching samples onto the pending motion event. (DO NOT MERGE)Jeff Brown2011-05-251-0/+28