summaryrefslogtreecommitdiffstats
path: root/services/input/tests/InputReader_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add controller numbers for gamepads / joysticksMichael Wright2013-07-231-13/+23
* Bundle correlated switch changes atomically.Jeff Brown2012-09-271-2/+6
* Make input system aware of multiple displays.Jeff Brown2012-09-101-0/+3
* Make display manager tell input system about viewports.Jeff Brown2012-09-081-2/+15
* Improve handling of built-in keyboard.Jeff Brown2012-05-011-90/+0
* Get alias for Bluetooth devices.Jeff Brown2012-04-201-4/+8
* Fix build.Jeff Brown2012-04-171-1/+1
* Support loading keyboard layout overlays from resources.Jeff Brown2012-04-171-0/+8
* Add support for input devices that have vibrators.Jeff Brown2012-04-131-0/+6
* Notify applications when input devices change.Jeff Brown2012-04-121-51/+46
* HID usage should take precedence over scan code.Jeff Brown2012-04-121-13/+17
* Refactor key code mapping.Jeff Brown2012-04-111-141/+249
* Request key maps from input manager service.Jeff Brown2012-04-101-2/+2
* Add a unique input device descriptor.Jeff Brown2012-04-061-11/+18
* Eliminate hw.keyboards system properties.Jeff Brown2011-11-151-0/+4
* Support composite touch / joystick devices better.Jeff Brown2011-08-311-5/+11
* Support BTN_TOOL_*TAP as synonyms for BTN_TOOL_FINGER.Jeff Brown2011-08-231-2/+50
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-279/+230
* Improve touch device configuration.Jeff Brown2011-08-111-54/+73
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+3
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-409/+1497
* Report the external display size to the input reader.Jeff Brown2011-07-251-1/+1
* Handle stylus buttons and tool types.Jeff Brown2011-07-251-0/+39
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-2/+3
* Drop obsolete touch screen hacks.Jeff Brown2011-07-011-8/+0
* Workaround apps that make assumptions about pointer ids.Jeff Brown2011-07-011-22/+22
* Query input device for initial slot index.Jeff Brown2011-07-011-0/+20
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-11/+8
* EventHub code cleanup.Jeff Brown2011-06-141-1/+4
* Take advantage of updated linux/input.h kernel headers.Jeff Brown2011-06-131-1/+2
* am e046555b: am fd324486: am 5cb05eea: Merge "Fix build." into honeycomb-mr2Jeff Brown2011-06-071-2/+2
|\
| * Fix build.Jeff Brown2011-06-061-2/+2
* | resolved conflicts for merge of ca2b552d to masterJeff Brown2011-06-031-2/+5
|\ \ | |/
| * Add a preference panel for mouse speed.Jeff Brown2011-06-021-2/+5
* | resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-18/+14
|\ \ | |/
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-18/+14
* | am 3f5b95b0: am a4e74744: am fa574c0e: Merge "Touch pad UX improvements." int...Jeff Brown2011-05-311-2/+2
|\ \ | |/
| * Touch pad UX improvements.Jeff Brown2011-05-251-2/+2
| * Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)Jeff Brown2011-05-251-4/+10
| * 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-5/+5
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-1/+4
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-1/+11
* | Input device protocol enhancements.Jeff Brown2011-05-241-0/+4
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-48/+111
* | Initial checkin of spot presentation for touchpad gestures.Jeff Brown2011-04-191-4/+10
* | Add a sprite controller.Jeff Brown2011-04-111-0/+4
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-1/+6
* | Merge "Optimize EventHub to process events in big chunks."Jeff Brown2011-03-181-5/+5
|\ \
| * | Optimize EventHub to process events in big chunks.Jeff Brown2011-03-181-5/+5