summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Exorcise notification panel ghosts.Jeff Brown2011-08-111-8/+4
* Improve touch device configuration.Jeff Brown2011-08-111-413/+159
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+9
* Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.Jeff Brown2011-08-101-7/+6
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-1472/+1550
* Report the external display size to the input reader.Jeff Brown2011-07-251-8/+20
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-439/+505
* Drop hack for drivers that emit zero ABS_MT_TOUCH_MAJOR.Jeff Brown2011-07-251-5/+0
* 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-141-66/+5
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-400/+2
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-18/+25
* Query input device for initial slot index.Jeff Brown2011-07-011-1/+20
* Fix joystick and trackpad regression.Jeff Brown2011-06-291-1/+1
* Add some logging code to track down touch issues.Jeff Brown2011-06-281-1/+11
* Improve input event consistency invariants.Jeff Brown2011-06-281-0/+23
* 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