summaryrefslogtreecommitdiffstats
path: root/services/input/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* am 5d58eb06: Merge "Fix a few memory leaks in the input dispatcher. (DO NOT ...Jeff Brown2012-01-201-6/+24
|\
| * Fix a few memory leaks in the input dispatcher. (DO NOT MERGE)Jeff Brown2012-01-171-6/+24
* | Rename LOG_ASSERT to ALOG_ASSERTSteve Block2012-01-191-15/+15
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF)Steve Block2012-01-191-14/+14
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF)Steve Block2012-01-191-11/+11
* | Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF)Steve Block2012-01-191-7/+7
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF)Steve Block2012-01-191-104/+104
* | Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)Steve Block2012-01-191-1/+1
|/
* Fix system hotkey handling.Jeff Brown2011-12-071-0/+11
* Improve screenshot chord debouncing.Jeff Brown2011-10-121-5/+24
* 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