summaryrefslogtreecommitdiffstats
path: root/services/input/InputReader.h
Commit message (Expand)AuthorAgeFilesLines
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-2/+4
* Add a "show touches" option for demos and presentations.Jeff Brown2011-08-261-1/+8
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-231-0/+3
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-75/+234
* Exorcise notification panel ghosts.Jeff Brown2011-08-111-1/+0
* Improve touch device configuration.Jeff Brown2011-08-111-47/+23
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+4
* Use BTN_TOUCH or BTN_TOOL_* to determine if touch active.Jeff Brown2011-08-101-1/+1
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-273/+280
* Report the external display size to the input reader.Jeff Brown2011-07-251-1/+4
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-142/+180
* Remove edge slop support.Jeff Brown2011-07-141-1/+1
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-49/+0
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-0/+4
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-15/+30
* am 92110af2: am 5f0b1721: am 25bd8abc: Merge "Fix swipe gesture cosine calcul...Jeff Brown2011-06-091-1/+1
|\
| * Fix swipe gesture cosine calculation.Jeff Brown2011-06-071-1/+1
* | am 55cc25c1: am 797dc698: am b92dcf9c: Merge "Simplify spot tracking logic. B...Jeff Brown2011-06-071-8/+0
|\ \ | |/
| * Simplify spot tracking logic.Jeff Brown2011-06-061-8/+0
* | resolved conflicts for merge of 8b2c0014 to masterJeff Brown2011-06-071-7/+6
|\ \ | |/
| * Touch pad improvements.Jeff Brown2011-06-061-7/+6
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-5/+12
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-5/+12
* | am 56503b8d: am 8186a5f0: am 10c3f367: Merge "Implement pointer acceleration....Jeff Brown2011-06-031-1/+19
|\ \ | |/
| * Implement pointer acceleration.Jeff Brown2011-06-021-1/+19
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-19/+117
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-19/+117
* | Merge "Fix ABS_MT_SLOT handling."Jeff Brown2011-06-021-3/+5
|\ \
| * | Fix ABS_MT_SLOT handling.Jeff Brown2011-06-021-3/+5
* | | am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." int...Jeff Brown2011-05-311-0/+8
|\ \ \ | |/ / |/| / | |/
| * Touch pad UX improvements.Jeff Brown2011-05-251-0/+8
| * Add tap/drag touchpad gesture. (DO NOT MERGE)Jeff Brown2011-05-251-9/+19
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-35/+52
| * Add a sprite controller. (DO NOT MERGE)Jeff Brown2011-05-251-0/+4
| * Optimize EventHub to process events in big chunks. (DO NOT MERGE)Jeff Brown2011-05-241-7/+10
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-0/+8
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-3/+177
* | Input device protocol enhancements.Jeff Brown2011-05-241-19/+71
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-9/+19
* | Add tap/drag touchpad gesture.Jeff Brown2011-04-191-9/+19
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-35/+52
* | Add a sprite controller.Jeff Brown2011-04-111-0/+4
* | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-7/+10
* | Refactor how timeouts are calculated.Jeff Brown2011-03-171-0/+8
* | Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-3/+177
|/
* Input improvements and bug fixes.Jeff Brown2011-03-091-9/+15
* Fix off by one errors in touch motion ranges. (DO NOT MERGE)Jeff Brown2011-03-091-12/+0
* Joystick tweaks. (DO NOT MERGE)Jeff Brown2011-03-041-10/+27
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-0/+4
* Fade out the mouse pointer after inactivity or other events.Jeff Brown2011-03-021-0/+10