summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-4/+10
* Merge "Add a "show touches" option for demos and presentations. Bug: 4569045"Jeff Brown2011-08-291-11/+24
|\
| * Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-11/+24
* | Prioritize INPUT_PROP_DIRECT first.Jeff Brown2011-08-261-7/+7
|/
* Improve input device wake heuristics.Jeff Brown2011-08-231-3/+7
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-231-2/+18
* Fix tap gesture on touch pads.Jeff Brown2011-08-191-2/+0
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-501/+1035
* 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