1. 2c9a334 Add associated function to physical keyboard by Arthur Hung · 7 years ago
  2. 3bc7e09 Do not use RefBase in EventHub by Siarhei Vishniakou · 7 years ago
  3. c6f6119 Revert "Revert "Use std::set instead of SortedVector"" by Siarhei Vishniakou · 7 years ago
  4. 2d8cc89 Revert "Use std::set instead of SortedVector" by Pin-Yu Huang · 7 years ago
  5. a03f0de Use std::set instead of SortedVector by Siarhei Vishniakou · 7 years ago
  6. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 7 years ago
  7. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 7 years ago
  8. a47a4d4 Use bitset api in InputClassifier by Siarhei Vishniakou · 7 years ago
  9. 4bdbb6a Initialize MotionClassifier from a separate thread by Siarhei Vishniakou · 7 years ago
  10. 63364ad Merge "Add concept of gesture input monitors." by Michael Wright · 7 years ago
  11. 3dd60e2 Add concept of gesture input monitors. by Michael Wright · 7 years ago
  12. fd6d351 Add onPointerDownOutsideFocus for events outside the focused window (2/4) by chaviw · 7 years ago
  13. 38b1f27 Merge "Make InputApplicationInfo as a part of InputApplicationHandle (1/2)" by TreeHugger Robot · 7 years ago
  14. 7a0c39a Make InputApplicationInfo as a part of InputApplicationHandle (1/2) by Arthur Hung · 7 years ago
  15. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 7 years ago
  16. fd3718c Initialize PointerCoords in input tests by Siarhei Vishniakou · 7 years ago
  17. 8154bbd Rotate TouchVideoFrames by Siarhei Vishniakou · 7 years ago
  18. 6b76bdf Add test for getVideoFrames by Siarhei Vishniakou · 7 years ago
  19. b34d8a1 Merge "Support showTouches on multi-display (1/2)" by TreeHugger Robot · 7 years ago
  20. c236efc Merge "Make interceptMotionBeforeQueueingNonInteractive per display" by Charles Chen · 7 years ago
  21. 6b5a2b9 Fix Native tests for input are broken in postsubmit by Arthur Hung · 7 years ago
  22. c23540e Input devices configure on per-display basis (1/2) by Arthur Hung · 7 years ago
  23. 3611f1f Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 7 years ago
  24. 8a00816 Merge "Fix SetInputWindow_InputWindowInfo takes too long" by TreeHugger Robot · 7 years ago
  25. 473174e Add a new InputClassifier stage by Siarhei Vishniakou · 8 years ago
  26. 7c64540 Support showTouches on multi-display (1/2) by Arthur Hung · 7 years ago
  27. 832bc4a Fix SetInputWindow_InputWindowInfo takes too long by Arthur Hung · 7 years ago
  28. f969668 Send all MotionEvents to InputFilter. by Jackal Guo · 7 years ago
  29. 7ab76b1 Fix top most focused window can't gain the focus by Arthur Hung · 7 years ago
  30. 13933bc Merge "Added last focused window to notifyFocusChanged callback" by Chavi Weingarten · 7 years ago
  31. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 7 years ago
  32. 0c06c6e Added last focused window to notifyFocusChanged callback by chaviw · 7 years ago
  33. c7ad2d0 Support mouse pointer on external displays (1/2) by Arthur Hung · 7 years ago
  34. add8929 Consume video frames by Siarhei Vishniakou · 7 years ago
  35. 41a712e DisplayViewport should only have actual viewports (1/2) by Arthur Hung · 7 years ago
  36. aca2840 Revert "Support mouse pointer on external displays (1/3)" by Dan Harms · 7 years ago
  37. 42611e0 Add sequence number to events in inputflinger by Prabir Pradhan · 7 years ago
  38. 620f6d9 Support mouse pointer on external displays (1/3) by Andrii Kulian · 7 years ago
  39. 26022a4 C++17 is the default now. by Elliott Hughes · 7 years ago
  40. 8158e7e Add physical port to display viewport by Siarhei Vishniakou · 7 years ago
  41. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 7 years ago
  42. 740167f Rework InputApplicationInfo by Robert Carr · 7 years ago
  43. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 7 years ago
  44. 29c9533 Split InputFlinger into multiple libraries by Prabir Pradhan · 7 years ago
  45. ad71ad0 Simplify process(..) in InputReader_test by Siarhei Vishniakou · 7 years ago
  46. 4e670e5 InputDispatcher: Look up channel by token. by Robert Carr · 7 years ago
  47. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 8 years ago
  48. 7b0e911 Merge "Make InputWindowInfo as a part of InputWindowHandle (1/2)" by Arthur Hung · 7 years ago
  49. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 7 years ago
  50. cd7ac1e Remove implicit fallthrough exception by Siarhei Vishniakou · 7 years ago
  51. 2fbf37f Support monitor input per display (1/2) by Arthur Hung · 7 years ago
  52. 05a8fe2 Add DisplayViewport native tests by Siarhei Vishniakou · 7 years ago
  53. 8664f8c Ensure the cancelled event has AKEY_EVENT_FLAG_CANCELED by Tiger Huang · 7 years ago
  54. 5f8f669 Merge "Track focus changes on external displays (1/4)" by Tiger Huang · 7 years ago
  55. 721e26f Track focus changes on external displays (1/4) by Tiger Huang · 8 years ago
  56. d634392 Add type to DisplayViewport by Siarhei Vishniakou · 8 years ago
  57. 5e469d5 Merge "Fix WM input limitations on secondary displays (2/4)" by Charles Chen · 7 years ago
  58. ec8f725 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  59. b92218b Fix WM input limitations on secondary displays (2/4) by Arthur Hung · 7 years ago
  60. 187f1c0 Merge "Track libutils dependency change." am: 8b24732c84 am: 2f74fb7e59 am: 2bd1c4555e by Josh Gao · 8 years ago
  61. 2f74fb7 Merge "Track libutils dependency change." am: 8b24732c84 by Josh Gao · 8 years ago
  62. 12ad994 Track libutils dependency change. by Josh Gao · 8 years ago
  63. 9b14ac6 [inputflinger] Modernize codebase by replacing NULL with nullptr by Yi Kong · 8 years ago
  64. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 8 years ago
  65. b0d7481 Input tests no longer use test_per_src by Siarhei Vishniakou · 8 years ago
  66. fe636d2 Merge "Move display id into MotionEvent" by TreeHugger Robot · 8 years ago
  67. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 8 years ago
  68. 696bc64 Merge "Reformat Android.bp file" am: ed568f3fe2 am: 60cdd66290 am: 0bb753990e by Logan Chien · 8 years ago
  69. 3e60b39 Reformat Android.bp file by Logan Chien · 8 years ago
  70. eaf7acd Ensure deviceTimestamp is cleared by Siarhei Vishniakou · 8 years ago
  71. 16f9069 Process EV_MSC MSC_TIMESTAMP in InputMapper by Siarhei Vishniakou · 8 years ago
  72. aa449c9 Scale the pressure range's max value. by Michael Wright · 8 years ago
  73. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 8 years ago
  74. d2f1094 Merge "Use -Werror in frameworks/native/services/inputflinger" am: 4d6bb5a8b0 am: d1e64c72ca am: a297709690 by Chih-hung Hsieh · 8 years ago
  75. d1e64c7 Merge "Use -Werror in frameworks/native/services/inputflinger" am: 4d6bb5a8b0 by Chih-hung Hsieh · 8 years ago
  76. a50a467 Use -Werror in frameworks/native/services/inputflinger by Chih-Hung Hsieh · 8 years ago
  77. 913aaef Reduce overhead by combining libskia and libhwui into a single library. by Derek Sollenberger · 9 years ago
  78. 3bea0c4 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 9 years ago
  79. fa5cf46 Add uniqueId to Virtual Display and pass through to inputflinger (2/2) by Santos Cordon · 9 years ago
  80. e54cb85 Adding feature: input device disable/enable by Siarhei Vishniakou · 9 years ago
  81. 6bebf24 Merge "Convert inputflinger to Android.bp" am: b0a4e9bbef am: ef62f2abe2 by Colin Cross · 9 years ago
  82. 6e1c761 Convert inputflinger to Android.bp by Colin Cross · 9 years ago
  83. 45a1b9c Convert inputflinger to Android.bp by Colin Cross · 9 years ago
  84. 78f97b3 Support pointer capture in InputReader by Vladislav Kaznacheev · 9 years ago
  85. fb75258 Fix InputReader_test by Vladislav Kaznacheev · 9 years ago
  86. 6ca70ef Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  87. 8b10c65 Fix typo from last commit. by Dan Albert · 10 years ago
  88. 1bd2fc0 Clean up warnings in inputflinger. by Dan Albert · 10 years ago
  89. 0faaa0b Inputflinger: hook up key event replacement processing by Dmitry Torokhov · 10 years ago
  90. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 11 years ago
  91. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 11 years ago
  92. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 11 years ago
  93. 842500e Fuse stylus and touch screen data. by Michael Wright · 11 years ago
  94. eb4ed3e Remove eng tag from input tests. by Michael Wright · 11 years ago
  95. 6d72063 Move frameworks/native to libc++. by Dan Albert · 11 years ago
  96. 97a3367 Clean up unused parameter warnings. by Narayan Kamath · 11 years ago
  97. dc5992e Plumb display power state through display manager. by Jeff Brown · 12 years ago
  98. 71b16e8 Support unique calibration per orientation by Jason Gerecke · 12 years ago
  99. 489fda8 Add test for InputReader location calibration by Jason Gerecke · 13 years ago
  100. 12d6baa Initialize mAffineTransform and update on modification by Jason Gerecke · 12 years ago