summaryrefslogtreecommitdiffstats
path: root/libs/ui/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-12/+20
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-291-29/+84
* Fix trackball down and movement bugs.Jeff Brown2010-07-161-1/+11
* Add support for new input sources.Jeff Brown2010-07-151-37/+37
* Add initial gamepad support.Jeff Brown2010-07-131-4/+4
* Add new glue code for writing native apps.Dianne Hackborn2010-07-081-1/+1
* More native input dispatch work.Jeff Brown2010-07-031-2/+5
* Fix native input dispatch in the emulator.Jeff Brown2010-06-291-0/+3
* Native input event dispatching.Jeff Brown2010-06-281-23/+63
* Remember to initialize timestamps in the dispatch allocatorChristopher Tate2010-06-231-0/+1
* More native input event dispatching.Jeff Brown2010-06-211-128/+329
* Even more native input dispatch work in progress.Jeff Brown2010-06-171-2/+1
* More work in progress on native events.Jeff Brown2010-06-151-121/+272
* Fix include paths.Jeff Brown2010-06-131-2/+0
* Native input dispatch rewrite work in progress.Jeff Brown2010-06-131-0/+1315