summaryrefslogtreecommitdiff
path: root/libs/ui/InputDispatcher.cpp
AgeCommit message (Expand)Author
2010-12-07Add support for fallback keycodes. Jeff Brown
2010-12-02Improve support for external keyboards. Jeff Brown
2010-11-30Ensure the ShortcutManager uses the correct key character map. Jeff Brown
2010-11-12Enable touch splitting for all windows by default. Jeff Brown
2010-11-08The CHEEK_TOUCH stuff never worked. Remove it. Joe Onorato
2010-11-08Tell system server whether the app handled input events. Jeff Brown
2010-11-02Fix a key repeating bug. Jeff Brown
2010-11-02am 7ab5d2d9: am a87ea46c: Fix bugs related to cheek event suppression. Jeff Brown
2010-11-01Fix bugs related to cheek event suppression. Jeff Brown
2010-11-01Fix policy issues when screen is off. Jeff Brown
2010-10-27resolved conflicts for merge of df3cccf3 to master Jeff Brown
2010-10-27Drop all dispatcher state when dispatcher is disabled. Jeff Brown
2010-10-25Tweak log messages a bit. Jeff Brown
2010-10-24am 2ef36763: am 860c2df4: Merge "Add unit tests for native input and fix bugs... Jeff Brown
2010-10-23Add unit tests for native input and fix bugs identified. Jeff Brown
2010-10-19am f2c40603: am 7689dd49: Merge "Fix bug where home presses were not poking u... Jeff Brown
2010-10-18Fix bug where home presses were not poking user activity. Jeff Brown
2010-10-18am 9e0e0543: am 36e65ffd: Merge "Fix a native crash in input dispatcher when ... Jeff Brown
2010-10-15Add support for secure system overlays. Jeff Brown
2010-10-15Fix a native crash in input dispatcher when windows are removed. Jeff Brown
2010-10-15Add support for secure system overlays. (DO NOT MERGE) Jeff Brown
2010-10-13am 4b255a23: am 03aa28fb: Merge "Improve the input policy handling a bit." in... Jeff Brown
2010-10-13am b05632aa: am a28d5aff: Merge "Fix a bug synthesizing cancelation events fo... Jeff Brown
2010-10-12Improve the input policy handling a bit. Jeff Brown
2010-10-11Track input state when transferring touch focus. Jeff Brown
2010-10-11Fix a bug synthesizing cancelation events for motions. Jeff Brown
2010-10-11Fix an event injection bug when the policy is bypassed. Jeff Brown
2010-10-11am 41aabeb5: am 1e6a3a53: Merge "Added more robust tracking and cancelation o... Jeff Brown
2010-10-11Fix an event injection bug when the policy is bypassed. Jeff Brown
2010-10-10Added more robust tracking and cancelation of events. Jeff Brown
2010-10-07am 56364bcd: am 78d15acf: Merge "Make secure views tolerate IME overlays." in... Jeff Brown
2010-10-05Make secure views tolerate IME overlays. Jeff Brown
2010-10-01am e11b76d3: am f6295b35: Merge "Minor logging changes to input dispatcher to... Jeff Brown
2010-10-01Minor logging changes to input dispatcher to help with debugging. Jeff Brown
2010-09-28Fix bug in split touches. Jeff Brown
2010-09-28Fix bug in split touches. Jeff Brown
2010-09-28am 26d5786f: am 9c37447e: Merge "Fix pointer index when splitting secondary p... Jeff Brown
2010-09-27Fix pointer index when splitting secondary pointers. Jeff Brown
2010-09-27Add support for transferring touch focus. Jeff Brown
2010-09-26Add suuport for splitting touch events across windows. Jeff Brown
2010-09-16Fix app switch latency optimization. Jeff Brown
2010-09-16Fix input dispatcher regression on launcher drag&drop. Jeff Brown
2010-09-16Fix NPE when handling certain kinds of ANRs. Jeff Brown
2010-09-15Make input dispatcher only ANR for foreground windows. Jeff Brown
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown
2010-09-12Input dispatcher ANR handling enhancements. Jeff Brown
2010-09-08Fix key repeat delay. Jeff Brown
2010-09-08Add support for secure views. Jeff Brown
2010-08-30Input device calibration and capabilities. Jeff Brown
2010-08-19Make the throttling more sensitive to end-to-end latency. Jeff Brown