summaryrefslogtreecommitdiffstats
path: root/libs/ui/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve support for external keyboards.Jeff Brown2010-12-021-5/+5
* Ensure the ShortcutManager uses the correct key character map.Jeff Brown2010-11-301-14/+35
* Enable touch splitting for all windows by default.Jeff Brown2010-11-121-9/+7
* The CHEEK_TOUCH stuff never worked. Remove it.Joe Onorato2010-11-081-18/+1
* Tell system server whether the app handled input events.Jeff Brown2010-11-081-13/+46
* Fix a key repeating bug.Jeff Brown2010-11-021-40/+40
* am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression.Jeff Brown2010-11-021-3/+3
|\
| * Fix bugs related to cheek event suppression.Jeff Brown2010-11-011-3/+3
* | Fix policy issues when screen is off.Jeff Brown2010-11-011-1/+15
* | resolved conflicts for merge of df3cccf3 to masterJeff Brown2010-10-271-1/+23
|\ \ | |/
| * Drop all dispatcher state when dispatcher is disabled.Jeff Brown2010-10-271-1/+23
* | Tweak log messages a bit.Jeff Brown2010-10-251-2/+5
* | am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs...Jeff Brown2010-10-241-2/+9
|\ \ | |/
| * Add unit tests for native input and fix bugs identified.Jeff Brown2010-10-231-2/+9
* | am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking u...Jeff Brown2010-10-191-40/+28
|\ \ | |/
| * Fix bug where home presses were not poking user activity.Jeff Brown2010-10-181-40/+28
* | am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when ...Jeff Brown2010-10-181-1/+1
|\ \ | |/
| * Fix a native crash in input dispatcher when windows are removed.Jeff Brown2010-10-151-1/+1
| * Add support for secure system overlays. (DO NOT MERGE)Jeff Brown2010-10-151-2/+3
* | Add support for secure system overlays.Jeff Brown2010-10-151-2/+3
* | am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." in...Jeff Brown2010-10-131-8/+6
|\ \ | |/
| * Improve the input policy handling a bit.Jeff Brown2010-10-121-8/+6
* | am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events fo...Jeff Brown2010-10-131-1/+1
|\ \ | |/
| * Fix a bug synthesizing cancelation events for motions.Jeff Brown2010-10-111-1/+1
| * Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-33/+30
* | Track input state when transferring touch focus.Jeff Brown2010-10-111-0/+30
* | Fix an event injection bug when the policy is bypassed.Jeff Brown2010-10-111-33/+30
* | am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o...Jeff Brown2010-10-111-242/+379
|\ \ | |/
| * Added more robust tracking and cancelation of events.Jeff Brown2010-10-101-242/+379
* | am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." in...Jeff Brown2010-10-071-27/+30
|\ \ | |/
| * Make secure views tolerate IME overlays.Jeff Brown2010-10-051-27/+30
* | am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...Jeff Brown2010-10-011-51/+77
|\ \ | |/
| * Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-011-51/+77
| * Fix bug in split touches.Jeff Brown2010-09-281-1/+2
* | Fix bug in split touches.Jeff Brown2010-09-281-1/+2
* | am 26d5786f: am 9c37447e: Merge "Fix pointer index when splitting secondary p...Jeff Brown2010-09-281-0/+8
|\ \ | |/
| * Fix pointer index when splitting secondary pointers.Jeff Brown2010-09-271-0/+8
* | Add support for transferring touch focus.Jeff Brown2010-09-271-0/+64
|/
* Add suuport for splitting touch events across windows.Jeff Brown2010-09-261-320/+562
* Fix app switch latency optimization.Jeff Brown2010-09-161-48/+75
* Fix input dispatcher regression on launcher drag&drop.Jeff Brown2010-09-161-49/+30
* Fix NPE when handling certain kinds of ANRs.Jeff Brown2010-09-161-4/+6
* Make input dispatcher only ANR for foreground windows.Jeff Brown2010-09-151-393/+269
* Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-21/+21
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-121-424/+1738
* Fix key repeat delay.Jeff Brown2010-09-081-4/+5
* Add support for secure views.Jeff Brown2010-09-081-15/+23
* Input device calibration and capabilities.Jeff Brown2010-08-301-7/+15
* Make the throttling more sensitive to end-to-end latency.Jeff Brown2010-08-191-1/+2
* Add support for throttling motion events.Jeff Brown2010-08-181-5/+77