summaryrefslogtreecommitdiffstats
path: root/libs/ui/InputDispatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in split touches.Jeff Brown2010-09-281-1/+2
* Fix pointer index when splitting secondary pointers.Jeff Brown2010-09-271-0/+8
* 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