summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Hover and stylus API cleanup.Jeff Brown2011-06-271-4/+4
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-201/+254
* EventHub code cleanup.Jeff Brown2011-06-141-1/+3
* Take advantage of updated linux/input.h kernel headers.Jeff Brown2011-06-131-4/+5
* am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calcul...Jeff Brown2011-06-091-1/+5
|\
| * Fix swipe gesture cosine calculation.Jeff Brown2011-06-071-1/+5
* | am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. B...Jeff Brown2011-06-071-140/+12
|\ \ | |/
| * Simplify spot tracking logic.Jeff Brown2011-06-061-140/+12
* | resolved conflicts for merge of 8b2c0014 to masterJeff Brown2011-06-071-155/+173
|\ \ | |/
| * Touch pad improvements.Jeff Brown2011-06-061-155/+173
* | 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-031-7/+19
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-7/+19
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-66/+110
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-66/+110
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-93/+80
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-95/+80
| * Button state should reflect actual buttons. (DO NOT MERGE)Jeff Brown2011-05-311-18/+2
* | Merge "Fix ABS_MT_SLOT handling."Jeff Brown2011-06-021-4/+8
|\ \
| * | Fix ABS_MT_SLOT handling.Jeff Brown2011-06-021-4/+8
* | | am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." int...Jeff Brown2011-05-311-25/+98
|\ \ \ | |/ / |/| / | |/
| * Touch pad UX improvements.Jeff Brown2011-05-251-25/+98
| * 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-251-59/+140
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-262/+502
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-241-34/+61
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-9/+64
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-251/+1189
* | Disable pointer debug logging.Jeff Brown2011-05-241-1/+1
* | Input device protocol enhancements.Jeff Brown2011-05-241-89/+269
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-69/+206
* | Add tap/drag touchpad gesture.Jeff Brown2011-04-191-58/+139
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-261/+501
* | Fix dispatcher crash when input monitoring enabled.Jeff Brown2011-04-011-18/+18
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-1/+10
* | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-34/+61
* | Refactor how timeouts are calculated.Jeff Brown2011-03-171-9/+64
* | Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-251/+1189
|/
* Input improvements and bug fixes.Jeff Brown2011-03-091-118/+199
* Recognize 3D joysticks. (DO NOT MERGE)Jeff Brown2011-03-091-0/+1
* Fix off by one errors in touch motion ranges. (DO NOT MERGE)Jeff Brown2011-03-091-130/+138
* Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)Jeff Brown2011-03-091-3/+0
* Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-36/+131
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-7/+45
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-3/+41
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-3/+24
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-20/+23
* Add new axes for joysticks and mouse wheels.Jeff Brown2011-02-191-143/+216
* Fix a regression with MotionEvent parceling.Jeff Brown2011-02-171-18/+18
* Add support for arbitrary axes in MotionEvents.Jeff Brown2011-02-151-32/+29