summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix input channel leak.Jeff Brown2011-08-301-142/+223
* Clean up InputDispatcher debugging.Jeff Brown2011-08-231-2/+2
* Input system bug fixes, particularly for stylus.Jeff Brown2011-08-191-0/+59
* Merge "Don't crash if a drag recipient throws an uncaught exception"Christopher Tate2011-08-161-8/+12
|\
| * Don't crash if a drag recipient throws an uncaught exceptionChristopher Tate2011-08-161-8/+12
* | Fix blocked event handling in InputDispatcher.Jeff Brown2011-08-151-0/+3
|/
* Add input system to Watchdog.Jeff Brown2011-08-101-0/+8
* Refactor input reader to add stylus support.Jeff Brown2011-07-311-67/+76
* Reset input dispatcher targets when focus changes apps.Jeff Brown2011-07-271-4/+10
* Remove unimplemented memory pool.Jeff Brown2011-07-201-232/+153
* Refactor input dispatcher use of window/app handles.Jeff Brown2011-07-141-271/+267
* Revert "fix a weird use of Vector::appendVector()"Jeff Brown2011-07-131-2/+5
* fix a weird use of Vector::appendVector()Mathias Agopian2011-07-111-5/+2
* Query input device for initial slot index.Jeff Brown2011-07-011-2/+3
* Fix joystick and trackpad regression.Jeff Brown2011-06-291-0/+6
* Improve input event consistency invariants.Jeff Brown2011-06-281-164/+292
* Add support for disabling pointer gestures.Jeff Brown2011-06-141-0/+1
* Allow touches to slide out of the navigation bar.Jeff Brown2011-06-131-4/+77
* No position information for outside touchesKenny Root2011-06-101-4/+32
* resolved conflicts for merge of 7e193916 to masterDianne Hackborn2011-06-031-19/+18
|\
| * Use ViewConfiguration to seed input system configuration.Jeff Brown2011-05-311-19/+18
| * Fix deadlock in dispatcher. (DO NOT MERGE)Jeff Brown2011-05-251-1/+0
| * Coalesce input events that arrive faster than 333Hz. (DO NOT MERGE)Jeff Brown2011-05-251-19/+72
| * Allow batching samples onto the pending motion event. (DO NOT MERGE)Jeff Brown2011-05-251-0/+28
| * Support chorded fallback keys. (DO NOT MERGE)Jeff Brown2011-05-241-86/+179
| * Fix focused application handle. (DO NOT MERGE)Jeff Brown2011-05-241-4/+4
| * Refactor how timeouts are calculated. (DO NOT MERGE)Jeff Brown2011-05-231-9/+1
| * Use touch pad gestures to manipulate the pointer. (DO NOT MERGE)Jeff Brown2011-05-231-7/+7
* | Add initial API for stylus and mouse buttons.Jeff Brown2011-05-131-172/+213
* | resolved conflicts for merge of 037b54cf to masterDianne Hackborn2011-05-111-0/+8
|\ \ | |/
| * Fix scaling of batched motion events.Dianne Hackborn2011-05-091-0/+8
* | resolved conflicts for merge of 05be6d6f to masterDianne Hackborn2011-05-091-17/+54
|\ \ | |/
| * Better compat mode part one: start scaling windows.Dianne Hackborn2011-05-091-17/+54
* | Coalesce input events that arrive faster than 333Hz.Jeff Brown2011-04-071-19/+72
* | Allow batching samples onto the pending motion event.Jeff Brown2011-04-061-0/+28
* | Fix dispatcher crash when input monitoring enabled.Jeff Brown2011-04-011-20/+21
* | Add input filter mechanism for accessibility.Jeff Brown2011-03-301-12/+69
* | Support chorded fallback keys.Jeff Brown2011-03-291-86/+179
* | Fix focused application handle.Jeff Brown2011-03-251-4/+4
* | Add MotionEvent.HOVER_ENTER and HOVER_EXIT.Jeff Brown2011-03-241-68/+250
* | Refactor how timeouts are calculated.Jeff Brown2011-03-171-9/+1
* | Use touch pad gestures to manipulate the pointer.Jeff Brown2011-03-141-7/+7
|/
* Input improvements and bug fixes.Jeff Brown2011-03-091-5/+5
* Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)Jeff Brown2011-03-091-0/+15
* Set last event time to previous event batch delivery time to appsmakarand.karvekar2011-03-031-2/+1
* Only set KeyEvent long press flag when repeat count equals 1.Jeff Brown2011-03-021-4/+6
* Wake screen from external HID peripherals.Jeff Brown2011-03-021-4/+5
* Add support for mouse hover and scroll wheel.Jeff Brown2011-02-251-11/+19
* Be more precise about tracking fallback keys.Jeff Brown2011-02-221-6/+52
* Add new hover move action and scroll wheel plumbing.Jeff Brown2011-02-191-95/+70