1. 357285c Rename affine transformation configuration change to be consistent. by Michael Wright · 9 years ago
  2. 9c1c90e Fix unused variables. by Bernhard Rosenkränzer · 10 years ago
  3. 8dcf593 resolved conflicts for merge of 6290c048 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  4. 70af00a Allow for event dispatching when in non-interactive states. by Michael Wright · 10 years ago
  5. 4a9c389 kNative_8888_SkColorType is now kN32_SkColorType by Mike Reed · 10 years ago
  6. 337d9d2 Move key attribute information into KeyEvent. by Michael Wright · 10 years ago
  7. 4e5c089 resolved conflicts for merge of 337e764d to master by Jeff Brown · 10 years ago
  8. 037c33e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  9. 9ecba52 Fix size_t format specifier by Michael Wright · 10 years ago
  10. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  11. ca9eef6 b/12068020 Make kb layouts only unique to vendor/product. Do not merge by RoboErik · 11 years ago
  12. d522074 Support unique calibration per orientation by Jason Gerecke · 10 years ago
  13. 857aa7b Initialize mAffineTransform and update on modification by Jason Gerecke · 11 years ago
  14. 10102e4 resolved conflicts for merge of baaa080b to master by Jeff Brown · 10 years ago
  15. 2687550 Add a new "doze mode" based on Dream components. by Jeff Brown · 10 years ago
  16. ca9bc70 Add support for injecting events into ActivityContainers. by Jeff Brown · 10 years ago
  17. 38f96e5 Add support for injecting events into ActivityContainers. (DO NOT MERGE) by Jeff Brown · 10 years ago
  18. d6b47371 Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  19. 453fa30 Revert "Move inputservice over to frameworks/native" by Michael Wright · 10 years ago
  20. 89e5c7e Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  21. 2dfae9b Merge "b/12068020 Make kb layouts only unique to vendor/product" by RoboErik · 11 years ago
  22. 3f7b8d0 resolved conflicts for merge of 92ae0347 to klp-modular-dev by Narayan Kamath · 11 years ago
  23. fb290df b/12068020 Make kb layouts only unique to vendor/product by RoboErik · 11 years ago
  24. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/jni/com_android_server_input_InputManagerService.cpp]
  25. 91019c9 Merge "Remove dependency on JNIHelp header side effects." into klp-dev by Ruben Brunk · 11 years ago
  26. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  27. bd181bb Propagate input ANR reason to activity manager log. by Jeff Brown · 11 years ago
  28. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  29. 86469346 Optimize Looper JNI code. by Jeff Brown · 11 years ago
  30. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  31. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  32. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  33. 5338428 Plumb the switch code into Dalvik. by Jeff Brown · 12 years ago
  34. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  35. b696de5 Move and rename user activity event type constants. by Jeff Brown · 12 years ago
  36. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  37. 93de746 Separate the internal and external display rotations. by Jeff Brown · 12 years ago
  38. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  39. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  40. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  41. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  42. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  43. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  44. 27fd342 Fix lid switch interpretation. by Jeff Brown · 12 years ago
  45. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  46. e38fdfa Add a unique input device descriptor. by Jeff Brown · 12 years ago
  47. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago[Renamed (73%) from services/jni/com_android_server_InputManager.cpp]
  48. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 12 years ago
  49. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  50. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  51. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  52. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  53. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  54. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  55. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  56. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  57. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  58. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  59. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  60. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  61. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  62. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  63. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  64. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  65. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  66. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  67. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  68. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  69. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  70. a6dbfdd Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 13 years ago
  71. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  72. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  73. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 13 years ago
  74. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  75. 5541de9 Add a sprite controller. by Jeff Brown · 13 years ago
  76. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  77. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  78. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  79. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  80. 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 13 years ago
  81. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  82. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  83. b23bdf5 Eliminate some accidental log spam. (DO NOT MERGE) by Jeff Brown · 13 years ago
  84. 9267beb Eliminate some accidental log spam. by Jeff Brown · 13 years ago
  85. 17cc33a Remove unused JNI global references. by Carl Shapiro · 13 years ago
  86. a454767 Get key repeat timeout and delay from ViewConfiguration. by Jeff Brown · 13 years ago
  87. 56194eb Wake screen from external HID peripherals. by Jeff Brown · 13 years ago
  88. 05dc66a Fade out the mouse pointer after inactivity or other events. by Jeff Brown · 13 years ago
  89. a924dc0d Start window manager refactoring. by Dianne Hackborn · 13 years ago
  90. 91c69ab Add support for arbitrary axes in MotionEvents. by Jeff Brown · 13 years ago
  91. fe50892 Filter virtual keys after touches. by Jeff Brown · 14 years ago
  92. 928e054 Prevent events from getting backlogged. by Jeff Brown · 14 years ago
  93. b4ff35d Mouse pointer integration. by Jeff Brown · 14 years ago
  94. 83c0968 Add initial support for cursor-based pointing devices. by Jeff Brown · 14 years ago
  95. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  96. 9065504 Improve support for external keyboards. by Jeff Brown · 14 years ago
  97. 1f24510 Ensure the ShortcutManager uses the correct key character map. by Jeff Brown · 14 years ago
  98. 47e6b1b Support non-orientation aware keyboards and other devices. by Jeff Brown · 14 years ago
  99. 3915bb8 Tell system server whether the app handled input events. by Jeff Brown · 14 years ago
  100. 4d39605 Fix policy issues when screen is off. by Jeff Brown · 14 years ago