1. 61c8c9c Fix tons of bugs and add new text rendering support. by Romain Guy · 14 years ago
  2. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  3. db1938e Add support for ColorFilters. by Romain Guy · 14 years ago
  4. 06f96e2 Refactor Skia shaders handling. by Romain Guy · 14 years ago
  5. 9226298 Fix text corruption when rendering RTL enabled text. by Romain Guy · 14 years ago
  6. e8e62a4 Add text alignment support to drawText(). by Romain Guy · 14 years ago
  7. a1db574 Add preliminary support for text rendering. by Romain Guy · 14 years ago
  8. ea2604d Merge "Add plumbing to support gradients in OpenGL renderer." by Romain Guy · 14 years ago
  9. 7fac2e1 Add plumbing to support gradients in OpenGL renderer. by Romain Guy · 14 years ago
  10. fc224b3 Fixed bug in BitmapFactory.decodeStream by Gilles Debunne · 14 years ago
  11. f7cb1f7 Support bidi/shaping for getTextPath by Doug Felt · 14 years ago
  12. 4beb8ff7 Support bidi layout for drawTextOnPath. by Doug Felt · 14 years ago
  13. 0bbae08 Add new API to check whether a Bitmap was modified. by Romain Guy · 14 years ago
  14. 0c702b8 Move shaping to native. by Doug Felt · 14 years ago
  15. f47d740 Modify Canvas drawText to run bidi and shape. by Doug Felt · 14 years ago
  16. 54900e8 update dox that we ignore the exact parameter on computeBounds by Mike Reed · 14 years ago
  17. 39f10ec If we detect a 9patch chunk, force the config chooser to avoid 565, with its pre-dithering madness by Mike Reed · 14 years ago
  18. 36ad54a force purgeability for assets by Mike Reed · 14 years ago
  19. aa86859 YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults(). by Chia-chi Yeh · 14 years ago
  20. 1a9c27c Add a LOG_TAG for android.graphics.Graphics JNI. by Ficus Kirkpatrick · 14 years ago
  21. 76d1e01 hidden api sameAs() to compare the pixels of 2 bitmaps for equality by Mike Reed · 14 years ago
  22. a696f5d Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it. by Mathias Agopian · 14 years ago
  23. 8f2423e get rid off the YUV formats at the libui layer by Mathias Agopian · 14 years ago
  24. bca2d61 Add a Java API that converts yuv data to a jpeg. by Wei-Ta Chen · 15 years ago
  25. ab4a0c1 add API to change default config on image decoders. by Mike Reed · 15 years ago
  26. 31a69fd throw if we have a null typeface native instance (so we don't crash in native code) by Mike Reed · 15 years ago
  27. 58d30b6 am 1864d01f: Merge change Iae849da2 into eclair by Mike Reed · 15 years ago
  28. 0e1e623 add table maskfilter by Mike Reed · 15 years ago
  29. c04851f add boundary patch by Mike Reed · 15 years ago
  30. a78b0a2 add (hidden) setHasAlpha() to allow clients like the view's cache to hint that a bitmap is opaque. by Mike Reed · 15 years ago
  31. afa7896 Hack to fix issue #2125365: Sports Trivia compatability with Eclair by Dianne Hackborn · 15 years ago
  32. 9251c34 Merge change 26851 into eclair by Android (Google) Code Review · 15 years ago
  33. 1715441 use new setDither on ImageRef to retain that setting for purgeable images by Mike Reed · 15 years ago
  34. de0dfb7 Fix issue #2125720 Weather Forecast Widget - graphics do not scale by Dianne Hackborn · 15 years ago
  35. 8cae124 Various cleanup around resources and nine-patches. by Dianne Hackborn · 15 years ago
  36. 211db4a change default for dither to true by Mike Reed · 15 years ago
  37. dbade9d expose runtime changes to gamma by Mike Reed · 15 years ago
  38. a31ce10 am 6af2552d: use safeUnref() since the other macro is not defined in donut by Mike Reed · 15 years ago
  39. 93efb72 am 7299d6ad: Merge change 9159 into donut by Android (Google) Code Review · 15 years ago
  40. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  41. 6af2552 use safeUnref() since the other macro is not defined in donut by Mike Reed · 15 years ago
  42. 7299d6a Merge change 9159 into donut by Android (Google) Code Review · 15 years ago
  43. a04e555 check for null native objects, which never happens on a real subclass (we throw in that case) by Mike Reed · 15 years ago
  44. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  45. ead1457 Merge change 8639 by Android (Google) Code Review · 15 years ago
  46. 3d63e01 explicitly set the hinting level for android apps (to match the old default) by Mike Reed · 15 years ago
  47. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  48. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  49. c634fdd am 09a903ab: Merge change 7696 into donut by Android (Google) Code Review · 15 years ago
  50. 1b22b97 add hidden Options field for native allocations by Mike Reed · 15 years ago
  51. 47c0d4e remove deprecated use of porterduff by Mike Reed · 15 years ago
  52. ce1311a am 766d7236: Merge change 4737 into donut by Android (Google) Code Review · 15 years ago
  53. 8cdcb12 Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995. by Wei-Ta Chen · 15 years ago
  54. 885f751 am 066e6bfd: Merge change 4792 into donut by Android (Google) Code Review · 15 years ago
  55. 290f5ba when we reset a paint, it should return to the state it was in when it was first created. by Mike Reed · 15 years ago
  56. 7d53a6b am a4196206: Merge change 3074 into donut by Android (Google) Code Review · 15 years ago
  57. 2a2c5cd Modify the decoding logic in the FD case when a purgeable flag is set, by Wei-Ta Chen · 15 years ago
  58. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  59. 7118a2c am 807f23b: Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  60. 1520395 am 2bb3ea1: Fix native core runtime. A messy declaration was causing a p by Romain Guy · 15 years ago
  61. 807f23b Merge change 1057 into donut by Android (Google) Code Review · 15 years ago
  62. 2bb3ea1 Fix native core runtime. A messy declaration was causing a problem at boot time. by Romain Guy · 15 years ago
  63. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  64. bae1ca3 am 3e3439d: Merge change 1478 into donut by Android (Google) Code Review · 15 years ago
  65. a87a132 Fixes #1847219. Add a new API to load fonts from arbitrary files: Typeface.createFromFile(String/File). by Romain Guy · 15 years ago
  66. 3bc15fc am e5c4725: Merge change 873 into donut by Android (Google) Code Review · 15 years ago
  67. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  68. a5a51e1 am 77c9990: Merge change 599 into donut by Android (Google) Code Review · 15 years ago
  69. cb49634 am 1fb758e: Merge change 546 into donut by Android (Google) Code Review · 15 years ago
  70. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  71. c70e06b Add (hidden for now) purgeable bitmaps by Mike Reed · 15 years ago
  72. 43ca00b AI 144209: am: CL 144176 To fix the race condition in case "requestCancelDecode" by Ray Chen · 15 years ago
  73. 8ba8877 AI 144018: change path to return its internal cached bounds, making it much lighter-weight to get the bounds. by Mike Reed · 15 years ago
  74. 0a6a0e9 AI 144176: To fix the race condition in case "requestCancelDecode" by Ray Chen · 15 years ago
  75. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 15 years ago
  76. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  78. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  79. f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 16 years ago
  80. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  81. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  82. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago