summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.h
Commit message (Expand)AuthorAgeFilesLines
* Fix input channel leak.Jeff Brown2011-08-301-2/+9
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-1/+17
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+4
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-30/+6
* Remove unimplemented memory pool.Jeff Brown2011-07-201-78/+86
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-27/+30
* Improve input event consistency invariants.Jeff Brown2011-06-281-4/+20
* Allow touches to slide out of the navigation bar.Jeff Brown2011-06-131-3/+16
* No position information for outside touchesKenny Root2011-06-101-0/+6
* resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-14/+32
|\
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-14/+32
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-2/+12
| * Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-241-13/+42
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-9/+16
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-1/+6
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-1/+6
* | Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-2/+12
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-2/+21
* | Support chorded fallback keys.Jeff Brown2011-03-291-13/+42
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-13/+42
|/
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-2/+2
* Be more precise about tracking fallback keys.Jeff Brown2011-02-221-0/+1
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-20/+4
* Fix crashes caused by some input devices.Jeff Brown2011-01-251-10/+11
* Prevent events from getting backlogged.Jeff Brown2011-01-101-139/+28
* Only allow touch events from one device at a time.Jeff Brown2011-01-041-0/+1
* Mouse pointer integration.Jeff Brown2011-01-041-0/+1110