summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-242-99/+221
| * Fix focused application handle. (DO NOT MERGE)Jeff Brown2011-05-241-4/+4
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-245-138/+183
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-236-24/+94
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-234-262/+1384
* | Disable pointer debug logging.Jeff Brown2011-05-241-1/+1
* | Input device protocol enhancements.Jeff Brown2011-05-245-138/+405
* | 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