summaryrefslogtreecommitdiffstats
path: root/libs/ui
Commit message (Expand)AuthorAgeFilesLines
* 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 ea58d1ba: am e951ef07: Merge "Wait for initial device scan to finish befor...Jeff Brown2010-10-012-26/+32
|\ \ | |/
| * Wait for initial device scan to finish before updating config.Jeff Brown2010-10-012-26/+32
* | am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to...Jeff Brown2010-10-013-70/+138
|\ \ | |/
| * Minor logging changes to input dispatcher to help with debugging.Jeff Brown2010-10-013-70/+138
* | am 57fa3e8b: am 9e32a438: Merge "Support haptic feedback for virtual keys def...Jeff Brown2010-10-011-5/+5
|\ \ | |/
| * Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-5/+5
* | am 5d3cef8a: am e0c12c88: Merge "Move verbose logging of device capabilities ...Jeff Brown2010-09-301-138/+161
|\ \ | |/
| * Move verbose logging of device capabilities to dumpsys.Jeff Brown2010-09-301-138/+161
| * 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-262-321/+563
* Merge "Fix sim-eng build on Hardy" into gingerbreadBrian Carlstrom2010-09-161-0/+8
|\
| * Fix sim-eng build on HardyBrian Carlstrom2010-09-161-0/+8
* | Merge "Ensure input dispatcher and native looper handles EINTR." into gingerb...Jeff Brown2010-09-161-2/+9
|\ \
| * | Ensure input dispatcher and native looper handles EINTR.Jeff Brown2010-09-161-2/+9
| |/
* | Fix app switch latency optimization.Jeff Brown2010-09-161-48/+75
|/
* Merge "Input API review." into gingerbreadJeff Brown2010-09-161-3/+0
|\
| * Input API review.Jeff Brown2010-09-141-3/+0
* | 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
|/
* Merge "Replace epoll() with poll() and rename PollLoop to Looper." into ginge...Jeff Brown2010-09-141-21/+21
|\
| * Replace epoll() with poll() and rename PollLoop to Looper.Jeff Brown2010-09-141-21/+21
* | Add logging of various important graphics eventsMathias Agopian2010-09-133-3/+117
|/
* Input dispatcher ANR handling enhancements.Jeff Brown2010-09-123-501/+1874
* Fix key repeat delay.Jeff Brown2010-09-081-4/+5
* Add support for secure views.Jeff Brown2010-09-085-30/+45
* Remove incomplete input device enumeration NDK API.Jeff Brown2010-08-311-17/+0
* Input device calibration and capabilities.Jeff Brown2010-08-303-250/+827
* Merge "remove unused pixel format" into gingerbreadMathias Agopian2010-08-191-1/+0
|\
| * remove unused pixel formatMathias Agopian2010-08-191-1/+0
* | 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
* Only monitor recognized uevent devices.Sean McNeil2010-08-181-1/+8
* Merge "Fix some input device mapping bugs with certain drivers." into gingerb...Jeff Brown2010-08-181-68/+92
|\
| * Fix some input device mapping bugs with certain drivers.Jeff Brown2010-08-181-68/+92
* | Keep track of remaining fd when devices are removedJens Gulin2010-08-181-8/+7
|/
* Optimize EventHub reads.Jeff Brown2010-08-171-68/+88
* Fix possible race conditions during channel unregistration.Jeff Brown2010-08-171-12/+20
* Fix safe mode and KeyEvent.getMaxKeyCode().Jeff Brown2010-08-101-0/+8
* Improve thread safety of input mappers.Jeff Brown2010-07-301-423/+496
* Fix touch input in landscape mode.Jeff Brown2010-07-291-4/+4
* DO NOT MERGE: Fix input event injection ANRs on UI thread.Jeff Brown2010-07-292-31/+86
* Refactor input reader to support new device types more easily.Jeff Brown2010-07-286-1754/+2243
* Fix trackball down and movement bugs.Jeff Brown2010-07-162-1/+15