1. 4bb5848 Validate custom pointer icons aren't null. am: 35068079c8 by Michael Wright · 8 years ago
  2. 35068079 Validate custom pointer icons aren't null. by Michael Wright · 8 years ago
  3. 4f6ae7b Merge "DO NOT MERGE Remove Pointer Capture API" into nyc-dev am: c396f0f70e by Michael Wright · 8 years ago
  4. 03df422 Merge "Fix misc-macro-parentheses warnings in services jni." am: fe91d2a83d by Chih-Hung Hsieh · 8 years ago
  5. 6c89616 Fix misc-macro-parentheses warnings in services jni. by Chih-Hung Hsieh · 8 years ago
  6. 778e3b9 DO NOT MERGE Remove Pointer Capture API by Michael Wright · 8 years ago
  7. f9d9ce77 DO NOT MERGE Rename PointerIcon and Pointer Capture APIs by Michael Wright · 8 years ago
  8. 112d056 Caps Lock toggle with Meta + Alt (2/2) by Andrii Kulian · 8 years ago
  9. 347e5d4 Introduce pointer capture API. by Jun Mukai · 9 years ago
  10. d4eaef7 Make public pointer icon API with custom icons. by Jun Mukai · 9 years ago
  11. 19a5601 Introduce accessibility large pointer icons. by Jun Mukai · 9 years ago
  12. 808196f Introduce animated pointer icon for STYLE_WAIT. by Jun Mukai · 9 years ago
  13. 5ec7420 Use invisible icon for POINTER_ICON_STYLE_NULL. by Jun Mukai · 9 years ago
  14. 1db5397 Allow changing mouse pointer icon for the current context. by Jun Mukai · 9 years ago
  15. b57dd72 resolved conflicts for a884d81e to stage-aosp-master by Elliott Hughes · 9 years ago
  16. 76f6a86 constify JNINativeMethod function pointer tables by Daniel Micay · 9 years ago
  17. a405121 Properly synchronize interactivity state. by Michael Wright · 9 years ago
  18. 357285c Rename affine transformation configuration change to be consistent. by Michael Wright · 9 years ago
  19. 9c1c90e Fix unused variables. by Bernhard Rosenkränzer · 10 years ago
  20. 8dcf593 resolved conflicts for merge of 6290c048 to lmp-dev-plus-aosp by Andreas Gampe · 10 years ago
  21. 70af00a Allow for event dispatching when in non-interactive states. by Michael Wright · 10 years ago
  22. 4a9c389 kNative_8888_SkColorType is now kN32_SkColorType by Mike Reed · 10 years ago
  23. 337d9d2 Move key attribute information into KeyEvent. by Michael Wright · 10 years ago
  24. 4e5c089 resolved conflicts for merge of 337e764d to master by Jeff Brown · 10 years ago
  25. 037c33e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  26. 9ecba52 Fix size_t format specifier by Michael Wright · 10 years ago
  27. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  28. ca9eef6 b/12068020 Make kb layouts only unique to vendor/product. Do not merge by RoboErik · 11 years ago
  29. d522074 Support unique calibration per orientation by Jason Gerecke · 10 years ago
  30. 857aa7b Initialize mAffineTransform and update on modification by Jason Gerecke · 11 years ago
  31. 10102e4 resolved conflicts for merge of baaa080b to master by Jeff Brown · 10 years ago
  32. 2687550 Add a new "doze mode" based on Dream components. by Jeff Brown · 11 years ago
  33. ca9bc70 Add support for injecting events into ActivityContainers. by Jeff Brown · 10 years ago
  34. 38f96e5 Add support for injecting events into ActivityContainers. (DO NOT MERGE) by Jeff Brown · 10 years ago
  35. d6b47371 Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  36. 453fa30 Revert "Move inputservice over to frameworks/native" by Michael Wright · 10 years ago
  37. 89e5c7e Move inputservice over to frameworks/native by Michael Wright · 10 years ago
  38. 2dfae9b Merge "b/12068020 Make kb layouts only unique to vendor/product" by RoboErik · 11 years ago
  39. 3f7b8d0 resolved conflicts for merge of 92ae0347 to klp-modular-dev by Narayan Kamath · 11 years ago
  40. fb290df b/12068020 Make kb layouts only unique to vendor/product by RoboErik · 11 years ago
  41. 9158825 Move some system services to separate directories by Amith Yamasani · 11 years ago[Renamed from services/jni/com_android_server_input_InputManagerService.cpp]
  42. 91019c9 Merge "Remove dependency on JNIHelp header side effects." into klp-dev by Ruben Brunk · 11 years ago
  43. 87eac99 Remove dependency on JNIHelp header side effects. by Ruben Brunk · 11 years ago
  44. bd181bb Propagate input ANR reason to activity manager log. by Jeff Brown · 11 years ago
  45. b1d90c8 fix JNI use of incStrong/decStrong by Mathias Agopian · 11 years ago
  46. 86469346 Optimize Looper JNI code. by Jeff Brown · 12 years ago
  47. bcc046a Bundle correlated switch changes atomically. by Jeff Brown · 12 years ago
  48. 83d616a Make input system aware of multiple displays. by Jeff Brown · 12 years ago
  49. d728bf5 Make display manager tell input system about viewports. by Jeff Brown · 12 years ago
  50. 5338428 Plumb the switch code into Dalvik. by Jeff Brown · 12 years ago
  51. 9630704 Power manager rewrite. by Jeff Brown · 12 years ago
  52. b696de5 Move and rename user activity event type constants. by Jeff Brown · 12 years ago
  53. 4f8ecd8 Move power manager to a new package. by Jeff Brown · 12 years ago
  54. 93de746 Separate the internal and external display rotations. by Jeff Brown · 12 years ago
  55. daa3753 Improve handling of built-in keyboard. by Jeff Brown · 12 years ago
  56. 5bbd4b4 Get alias for Bluetooth devices. by Jeff Brown · 12 years ago
  57. 6ec6f79 Support loading keyboard layout overlays from resources. by Jeff Brown · 12 years ago
  58. a47425a Add support for input devices that have vibrators. by Jeff Brown · 12 years ago
  59. af9e8d3 Notify applications when input devices change. by Jeff Brown · 12 years ago
  60. 9f25b7f Request key maps from input manager service. by Jeff Brown · 12 years ago
  61. 27fd342 Fix lid switch interpretation. by Jeff Brown · 12 years ago
  62. 603b445 Ensure that apps crash if they throw exceptions. by Jeff Brown · 12 years ago
  63. e38fdfa Add a unique input device descriptor. by Jeff Brown · 12 years ago
  64. 4532e61 Refactor input system into its own service. by Jeff Brown · 12 years ago[Renamed (73%) from services/jni/com_android_server_InputManager.cpp]
  65. 3080280 Remove the input dispatcher throttle. by Jeff Brown · 12 years ago
  66. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  67. 8564c8d Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE by Steve Block · 13 years ago
  68. 6215d3f Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE by Steve Block · 13 years ago
  69. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  70. 1e08fe9 Eliminate hw.keyboards system properties. by Jeff Brown · 13 years ago
  71. 905805a Improve screenshot chord debouncing. Bug: 5011907 by Jeff Brown · 13 years ago
  72. cc4f7db Fix input channel leak. Bug: 5156144 by Jeff Brown · 13 years ago
  73. daf4a12 Add a "show touches" option for demos and presentations. Bug: 4569045 by Jeff Brown · 13 years ago
  74. 65fd251 Input system bug fixes, particularly for stylus. Bug: 5049148 by Jeff Brown · 13 years ago
  75. 89ef072 Add input system to Watchdog. Bug: 5094994 by Jeff Brown · 13 years ago
  76. bc68a59 Report the external display size to the input reader. by Jeff Brown · 13 years ago
  77. 9302c87 Refactor input dispatcher use of window/app handles. by Jeff Brown · 13 years ago
  78. a4d1bc5 Drop obsolete touch screen hacks. by Jeff Brown · 13 years ago
  79. 474dcb5 Add support for disabling pointer gestures. by Jeff Brown · 13 years ago
  80. 774ed9d resolved conflicts for merge of 8b2c0014 to master by Jeff Brown · 13 years ago
  81. bb3fcba0c Touch pad improvements. Bug: 4124987 by Jeff Brown · 13 years ago
  82. 7218d83 resolved conflicts for merge of ca2b552d to master by Jeff Brown · 13 years ago
  83. f3b57de resolved conflicts for merge of 7e193916 to master by Dianne Hackborn · 13 years ago
  84. 1a84fd1 Add a preference panel for mouse speed. by Jeff Brown · 13 years ago
  85. 214eaf4 Use ViewConfiguration to seed input system configuration. by Jeff Brown · 13 years ago
  86. 86ea1f5 Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE) by Jeff Brown · 13 years ago
  87. a6dbfdd Add a sprite controller. (DO NOT MERGE) by Jeff Brown · 13 years ago
  88. 524ee64 Support chorded fallback keys. (DO NOT MERGE) by Jeff Brown · 13 years ago
  89. 22d789d Fix focused application handle. (DO NOT MERGE) by Jeff Brown · 13 years ago
  90. 5b2b4d9 Improve VelocityTracker numerical stability. (DO NOT MERGE) by Jeff Brown · 13 years ago
  91. 2352b97 Initial checkin of spot presentation for touchpad gestures. by Jeff Brown · 13 years ago
  92. 5541de9 Add a sprite controller. by Jeff Brown · 13 years ago
  93. 0029c66 Add input filter mechanism for accessibility. by Jeff Brown · 13 years ago
  94. da3d5a9 Support chorded fallback keys. by Jeff Brown · 13 years ago
  95. a2cc28d Fix focused application handle. by Jeff Brown · 13 years ago
  96. 2ed2462 Improve VelocityTracker numerical stability. by Jeff Brown · 13 years ago
  97. 5a3d6cc am e6f0ae12: am efd3266b: Input improvements and bug fixes. by Jeff Brown · 13 years ago
  98. efd3266 Input improvements and bug fixes. by Jeff Brown · 13 years ago
  99. 9b8c5f6 Merge "Remove unused JNI global references." by Carl Shapiro · 13 years ago
  100. b23bdf5 Eliminate some accidental log spam. (DO NOT MERGE) by Jeff Brown · 13 years ago