1. 61ce398 Fix key repeat delay. by Jeff Brown · 15 years ago
  2. af30ff6 Add support for secure views. by Jeff Brown · 15 years ago
  3. 774cf1b Remove incomplete input device enumeration NDK API. by Jeff Brown · 15 years ago
  4. 38a7fab Input device calibration and capabilities. by Jeff Brown · 15 years ago
  5. b661d66 fix [2931513] Add support for setting the orientation of an ANativeWindow by Mathias Agopian · 15 years ago
  6. 542412c Add support for throttling motion events. by Jeff Brown · 15 years ago
  7. 36cb115 Merge "Fix some input device mapping bugs with certain drivers." into gingerbread by Jeff Brown · 15 years ago
  8. d64c855 Fix some input device mapping bugs with certain drivers. by Jeff Brown · 15 years ago
  9. 7dcaa58 Keep track of remaining fd when devices are removed by Jens Gulin · 15 years ago
  10. 8276307 Optimize EventHub reads. by Jeff Brown · 15 years ago
  11. 0cacb87 Fix possible race conditions during channel unregistration. by Jeff Brown · 15 years ago
  12. 8d4dfd2 Fix safe mode and KeyEvent.getMaxKeyCode(). by Jeff Brown · 15 years ago
  13. b183fbd Enhanced VelocityTracker for > 5 pointers and fixed bugs. by Jeff Brown · 15 years ago
  14. b51719b Improve thread safety of input mappers. by Jeff Brown · 15 years ago
  15. f67c53e DO NOT MERGE: Fix input event injection ANRs on UI thread. by Jeff Brown · 15 years ago
  16. e57e895 Refactor input reader to support new device types more easily. by Jeff Brown · 15 years ago
  17. 3cf1c9b Fix individual pointer id up/down reporting. by Jeff Brown · 15 years ago
  18. 0e88527 Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 15 years ago
  19. 5c1ed84 Add support for new input sources. by Jeff Brown · 15 years ago
  20. ce838a2 IME events are now dispatched to native applications. by Dianne Hackborn · 15 years ago
  21. 8575a87 Add initial gamepad support. by Jeff Brown · 15 years ago
  22. 9147d11 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 15 years ago
  23. 9e1568c Merge "More native input dispatch work." into gingerbread by Chris Tate · 15 years ago
  24. f16c26d More native input dispatch work. by Jeff Brown · 15 years ago
  25. efa1085 Add new native Looper API. by Dianne Hackborn · 15 years ago
  26. e12e3d7 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 15 years ago
  27. 4b5e91e Introduce official public NativeWindow type. by Dianne Hackborn · 15 years ago
  28. c393eb6 Fix injection of specially intercepted keys like HOME. by Jeff Brown · 15 years ago
  29. 189ed23 Implement default key handling for native code. by Dianne Hackborn · 15 years ago
  30. 4036f7f Fix native input dispatch in the emulator. by Jeff Brown · 15 years ago
  31. 9c7f818 Update native activity & event APIs to follow correct conventions. by Dianne Hackborn · 15 years ago
  32. 50de30a Native input event dispatching. by Jeff Brown · 15 years ago
  33. 4d96bb6 First stab at attaching native event dispatching. by Dianne Hackborn · 15 years ago
  34. 51d45a7 More native input event dispatching. by Jeff Brown · 15 years ago
  35. f4a4ec2 Even more native input dispatch work in progress. by Jeff Brown · 15 years ago
  36. 54bc281 More work in progress on native events. by Jeff Brown · 15 years ago
  37. e839a58 Native input dispatch rewrite work in progress. by Jeff Brown · 15 years ago
  38. b7e930d split surface management from surface's buffers management by Mathias Agopian · 15 years ago
  39. a138f89 added the notion of fixed-size buffers by Mathias Agopian · 15 years ago
  40. f10d7fd added native_window_set_buffer_count() by Mathias Agopian · 15 years ago
  41. 1853b7d Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  42. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  43. ad3f4a4 am f7896449: merge from open-source master by The Android Open Source Project · 15 years ago
  44. 30f71ce merge from open-source master by The Android Open Source Project · 15 years ago
  45. ef1c5c3 Add new keycodes for the convenience of Japanese IMEs by mogimo · 16 years ago
  46. cc08e68 added setCrop() to android_native_window_t by Mathias Agopian · 15 years ago
  47. 5629eb1 when a zero dimension buffer is allocated, turn the allocation into by Mathias Agopian · 15 years ago
  48. 529973a merge from open-source master by The Android Open Source Project · 15 years ago
  49. e5f56fb Add keycodes PageUp and PageDown by Chih-Wei Huang · 16 years ago
  50. c8620b6 fix [2545826] calling into gralloc with external lock held by Mathias Agopian · 15 years ago
  51. e156e64 Add a new connect/disconnect API to android_native_window_t by Mathias Agopian · 15 years ago
  52. 98e71dd remove a dependency of GraphicBuffer (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  53. b612142 Remove a dependency of Region (libui) on Parcel (libbinder). by Mathias Agopian · 15 years ago
  54. 3db2164 fix a bug I introduced recently where YUV formats would crash the system by Mathias Agopian · 15 years ago
  55. 54ed4f6 get rid off the YUV formats at the libui layer by Mathias Agopian · 15 years ago
  56. 9cce325 split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  57. a05c822 Add exposure compensation parameter. by Wu-cheng Li · 15 years ago
  58. 391f3f8 Add float support for set and get in CameraParameters. by Wu-cheng Li · 16 years ago
  59. 077c40f Add focal length and view angle API. by Wu-cheng Li · 16 years ago
  60. f091e83 Add support for setting camera display orientation. by Chih-Chung Chang · 16 years ago
  61. 88eeff5 Change key to KEY_SUPPORTED_JPEG_THUMBNAIL_SIZES for consistency. by Wu-cheng Li · 16 years ago
  62. 5994a33 Add support for 180/270 degrees rotation. by Chih-Chung Chang · 16 years ago
  63. 52e7200 Add an orientation parameter for overlay, so we can do camera preview in portrait mode. by Chih-Chung Chang · 16 years ago
  64. 963abad fix some aspects of [2258746] native crash in launcher2 by Mathias Agopian · 16 years ago
  65. 6fee064 fix[2228133] pixelflinger ignores the "vertical stride" leading to artifacts when playing back video by Mathias Agopian · 16 years ago
  66. 986e0dc Use image rect information to display zoomed picture. by Wu-cheng Li · 16 years ago
  67. 54ba51d fix [2143798] Need to figure out how to do video by Mathias Agopian · 16 years ago
  68. e700501 fix [2170319] gmail bulk operation checkbox latency on passion by Mathias Agopian · 16 years ago
  69. 3330b20 fix [2167050] glTexImage2D code path buggy in SurfaceFlinger by Mathias Agopian · 16 years ago
  70. e6a550d Add zoom functions and sendCommand. by Wu-cheng Li · 16 years ago
  71. eb16a09 Change FLASH_MODE_VIDEO_LIGHT to FLASH_MODE_TORCH. by Wu-cheng Li · 16 years ago
  72. cc6ce20 Add camera parameter key constants and documentation. by Wu-cheng Li · 16 years ago
  73. dd3423c fix [2132563] stuck in boot animation (framebuffer_device_open: Failed to create flip chain) by Mathias Agopian · 16 years ago
  74. 74faca2 Android side of the fix for [2121211] Sholes has stutter during animations by Mathias Agopian · 16 years ago
  75. 68a6afe fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  76. 3910f54 Revert "fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer" by Mathias Agopian · 16 years ago
  77. d18afab fix [2122448] android_native_window_t::setUsage() only reallocates the first buffer by Mathias Agopian · 16 years ago
  78. 00900eb Fix 2083478: Camera needs an auto-focus cancel API by Chih-Chung Chang · 16 years ago
  79. cbb288b fix [2068105] implement queueBuffer/lockBuffer/dequeueBuffer properly by Mathias Agopian · 16 years ago
  80. 1c97d2e fix a bug that caused the PixelFormat viewed by Surface to be wrong. by Mathias Agopian · 16 years ago
  81. 37b2a37 really be more friendly with C by Mathias Agopian · 16 years ago
  82. ba5972f make sure to update a surface's usage bits when it changes, instead of only the first time. by Mathias Agopian · 16 years ago
  83. 238a66e be more friendly with C by Mathias Agopian · 16 years ago
  84. ccde199 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 16 years ago
  85. fae3e73 ui: make native_window_set_usage be a static inline by Dima Zavin · 16 years ago
  86. 4c8fb0a Modified the camera HAL interface to use the same generic callback architecture as camera services by Benny Wong · 16 years ago
  87. 5221271 second take, hopefully this time it doesn't break one of the builds: "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Mathias Agopian · 16 years ago
  88. b2fd466 Revert "SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything." by Fred Quintana · 16 years ago
  89. df37b62 SurfaceFlinger will now allocate buffers based on the usage specified by the clients. This allows to allocate the right kind of buffer automatically, without having the user to specify anything. by Mathias Agopian · 16 years ago
  90. e186431 Expose a variation of the createRenderer API that works on a plain Surface. by Andreas Huber · 16 years ago
  91. 8c12c7a added EGLUtils::strerror by Mathias Agopian · 16 years ago
  92. b200106 Merge changes 20345,20346,20347 by Android (Google) Code Review · 16 years ago
  93. 6cf50a7 added two EGL helpers for selecting a config matching a certain pixelformat or native window type by Mathias Agopian · 16 years ago
  94. 6b1f410 added NATIVE_WINDOW_FORMAT attribute to android_native_window_t by Mathias Agopian · 16 years ago
  95. 34193b3 EventHub: pass the name of each input device up to Java by Iliyan Malchev · 16 years ago
  96. c591736 Finish implementation of multiple pointer support for MotionEvent. by Dianne Hackborn · 16 years ago
  97. 764d4ab The IOMX interface now instantiates IOMXRenderers to hide the details of hardware accelerated blitting. by Andreas Huber · 16 years ago
  98. fa170f5 Merge change 9287 by Android (Google) Code Review · 16 years ago
  99. cb6b904 fixed some issues with the software renderer when surfaces are made current. by Mathias Agopian · 16 years ago
  100. e562711 Adding resizeInput and setAttributes for overlay by Benny Wong · 16 years ago