summaryrefslogtreecommitdiffstats
path: root/services/input
Commit message (Expand)AuthorAgeFilesLines
* am 22108007: am 01e42c0b: Merge "Fix libinput to build with uapi headers."Elliott Hughes2013-11-121-0/+6
|\
| * Fix libinput to build with uapi headers.Elliott Hughes2013-11-121-0/+6
| * Always initialize local boolean variables when possibleMichael Wright2013-10-291-9/+6
* | Always initialize local boolean variables when possibleMichael Wright2013-10-291-9/+6
* | Fix issues catching up to touch events after a short pause.Jeff Brown2013-10-171-1/+1
* | Private flags are masked in correct variableAdam Lesinski2013-10-022-10/+13
* | Propagate input ANR reason to activity manager log.Jeff Brown2013-09-103-3/+8
* | Drop touch events when no window was touched.Jeff Brown2013-08-221-15/+1
* | Bound touch and tool axes lengths below at 0Michael Wright2013-08-141-0/+3
* | Dump information about recent input events.Jeff Brown2013-08-072-6/+62
* | Add controller numbers for gamepads / joysticksMichael Wright2013-07-235-29/+90
* | Merge "Add input device property for buttons under touchpads"Michael Wright2013-07-192-0/+5
|\ \
| * | Add input device property for buttons under touchpadsMichael Wright2013-07-172-0/+5
* | | Merge "Properly set the tap down time when entering non-tap modes"Michael Wright2013-07-191-2/+14
|\ \ \ | |/ / |/| |
| * | Properly set the tap down time when entering non-tap modesMichael Wright2013-07-021-2/+14
* | | am 7e0fad1d: am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads a...Satoshi Kataoka2013-07-111-8/+5
|\ \ \ | |/ / |/| / | |/
| * am 8b95d259: am b7925f22: Merge "Revert "Stop marking gamepads as keyboards""...Satoshi Kataoka2013-07-091-8/+5
| |\
| | * Merge "Revert "Stop marking gamepads as keyboards"" into jb-mr2-devSatoshi Kataoka2013-07-091-8/+5
| | |\
| | | * Revert "Stop marking gamepads as keyboards"Ken Wakasa2013-07-051-8/+5
* | | | Move input library code to frameworks/native.Jeff Brown2013-07-0112-26/+28
* | | | am ef0c3e26: am c8c82009: resolved conflicts for merge of 7573e594 to stage-a...Jeff Brown2013-05-281-4/+8
|\ \ \ \ | |/ / /
| * | | resolved conflicts for merge of 7573e594 to stage-aosp-masterJeff Brown2013-05-281-4/+8
| |\ \ \ | | |/ / | |/| |
| | * | Properly rotate full [-pi, +pi] orientation range if availableJason Gerecke2013-03-151-4/+8
| * | | Pipe through bounding box information (DO NOT MERGE)Michael Wright2013-05-232-4/+90
* | | | Merge "Pipe through bounding box information"Michael Wright2013-05-212-4/+90
|\ \ \ \
| * | | | Pipe through bounding box informationMichael Wright2013-05-202-4/+90
* | | | | Merge "Build native libinput tests using BUILD_NATIVE_TESTS"Brett Chabot2013-05-211-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Build native libinput tests using BUILD_NATIVE_TESTSBrett Chabot2013-05-161-1/+1
| |/ / /
* | | | Remove assist swipe from TOUCH_NAVIGATION devicesMichael Wright2013-05-172-66/+0
|/ / /
* | | Mirror LTRIGGER / RTRIGGER as BRAKE / GAS for compatibilityMichael Wright2013-04-242-6/+52
* | | Merge "Stop marking gamepads as keyboards" into jb-mr2-devMichael Wright2013-04-101-5/+8
|\ \ \ | | |/ | |/|
| * | Stop marking gamepads as keyboardsMichael Wright2013-04-081-5/+8
* | | Rewrite touch navigation dpad synthesis.Jeff Brown2013-04-104-10/+124
* | | Add liblogYing Wang2013-04-092-0/+2
|/ /
* | Pipe through device resolution informationMichael Wright2013-04-042-27/+47
* | Deliver key repeats for artificial dpad eventsMichael Wright2013-03-261-0/+2
* | Add APP_SWITCH to app switch input dispatching optimizationMichael Wright2013-03-211-1/+3
* | Add touch navigation input sourceMichael Wright2013-03-112-0/+9
* | Merge "Disable kernel keyrepeat"Michael Wright2013-02-231-0/+6
|\ \
| * | Disable kernel keyrepeatMichael Wright2013-02-221-0/+6
* | | am ceec31b7: Merge changes I5a218ca1,I853a76d9Mathias Agopian2013-02-151-11/+12
|\ \ \ | |/ /
| * | Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-151-11/+12
| * | Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...Chris Craik2013-02-131-1/+2
|/ /
* | Remove calls to SkCanvas::setBitmapDevice()Derek Sollenberger2013-01-081-2/+1
|/
* Eliminate potential reentrance from unregisterInputChannel.Jeff Brown2012-10-312-6/+16
* Recover from bad input event timestamps from the kernel.Jeff Brown2012-10-052-2/+37
* New internal API to eliminate poke locks.Jeff Brown2012-10-012-0/+12
* Bundle correlated switch changes atomically.Jeff Brown2012-09-278-19/+46
* Make input system aware of multiple displays.Jeff Brown2012-09-108-133/+301
* Make display manager tell input system about viewports.Jeff Brown2012-09-085-94/+124