1. cc11f15 Update to call new Skia APIs. by Leon Scroggins · 10 years ago
  2. 46cb9bd Update framework to use M34 version of Skia. by Leon Scroggins · 10 years ago
  3. b644a3b Updates to the Skia API needed to merge the WebView m33 version of Skia. by Derek Sollenberger · 11 years ago
  4. 017546e Fix several bad function definitions. by Narayan Kamath · 10 years ago
  5. 36bef0b AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  6. 7023df0 Revert "AArch64: Make graphics classes 64-bit compatible" by Narayan Kamath · 11 years ago
  7. 18b4cbe AArch64: Make graphics classes 64-bit compatible by Ashok Bhat · 11 years ago
  8. a033630 Initial integration of Minikin to framework by Raph Levien · 11 years ago
  9. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  10. 667fe10 Refactor Canvas.drawPicture() to delegate to Picture by Jonathan Dixon · 11 years ago
  11. 00a33a8 Update Canvas.getClipBounds to not account for AA clips. by Derek Sollenberger · 11 years ago
  12. 708144e Fix bug where we incorrectly clipped the bounds to the device size. by Derek Sollenberger · 11 years ago
  13. 45fa0cb Ensure that a canvas is always backed by some form of SkDevice. by Derek Sollenberger · 11 years ago
  14. da12f38 Revert "Clean Paint.mBidiFlags as it is no longer used" by Fabrice Di Meglio · 11 years ago
  15. 19f46b0 Revert "Fix bug #8194572 Chrome SIGBUS'es on launch around TextLayoutCacheKey" by Fabrice Di Meglio · 11 years ago
  16. 5b6591c fix issue when replacement bitmap is larger than original. by Derek Sollenberger · 11 years ago
  17. 1b63e60 Fix use case where the Java Canvas is reused. by Derek Sollenberger · 11 years ago
  18. c504c4e am 336fcac3: Merge "Fix bug #8194572 Chrome SIGBUS\'es on launch around TextLayoutCacheKey" by Fabrice Di Meglio · 11 years ago
  19. ebcacc7 Fix bug #8194572 Chrome SIGBUS'es on launch around TextLayoutCacheKey by Fabrice Di Meglio · 11 years ago
  20. c932760f Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE" by Chris Craik · 11 years ago
  21. 7c1a49f Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'" DO NOT MERGE by Chris Craik · 11 years ago
  22. 6d9fe5b Clean Paint.mBidiFlags as it is no longer used by Fabrice Di Meglio · 11 years ago
  23. fc615a0 Remove calls to SkCanvas::setBitmapDevice() by Derek Sollenberger · 12 years ago
  24. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  25. e174ae2 Fix for testPaintFlagsDrawFilter CTS test by Raph Levien · 12 years ago
  26. 6a2d17f Fix texture corruption by Chet Haase · 12 years ago
  27. 2301d32 Software-only implementation of glyph positioning (bug 5443796) by Raph Levien · 12 years ago
  28. 30ca5cd Fix bug #6408393 Character corruption is caused when locale is changed by Fabrice Di Meglio · 12 years ago
  29. 0a3f6d6 am 33476f7a: am f79bcd2d: am 52da99fa: am a081c7b8: Merge "Skia API changes as a result of an update to the Skia library." by Jean-Baptiste Queru · 12 years ago
  30. 889a3fa Skia API changes as a result of an update to the Skia library. by Derek Sollenberger · 13 years ago
  31. a731b08 Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE by Fabrice Di Meglio · 13 years ago
  32. bd901de Fix bug #5846413 "phone" keyboard layout is broken on master by Fabrice Di Meglio · 13 years ago
  33. c6aacce Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) by Steve Block · 13 years ago
  34. 1afd5ba Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) by Steve Block · 13 years ago
  35. 62b6eaa Fix text encoding when drawing with drawPosText in software by Romain Guy · 13 years ago
  36. 3762c31 Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 13 years ago
  37. d4a69b4 Merge "Fix bug #5753006 Garbled Labels in Maps" by Fabrice Di Meglio · 13 years ago
  38. c511bee8 Fix bug #5753006 Garbled Labels in Maps by Fabrice Di Meglio · 13 years ago
  39. 5baa3a6 Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE by Steve Block · 13 years ago
  40. b02d0ca Clean TextLayout code and remove RTL_USE_HARFBUZZ by Fabrice Di Meglio · 13 years ago
  41. 5c863f7 Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest build is wrong by Fabrice Di Meglio · 13 years ago
  42. 79df532 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  43. 9c418db Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits" by Fabrice Di Meglio · 13 years ago
  44. d686d76 Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits by Fabrice Di Meglio · 13 years ago
  45. 163268b Fix bug #5274332 TextLayoutCache is having multiple instances by Fabrice Di Meglio · 13 years ago
  46. abb0f29 Update TextLayout logging by Fabrice Di Meglio · 13 years ago
  47. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  48. 796cc96 Clean test APIs for Harfbuzz support by Fabrice Di Meglio · 13 years ago
  49. af033ca Fix USE_TEXT_LAYOUT_CACHE define by Fabrice Di Meglio · 13 years ago
  50. 43124d2 Merge "Updates resulting from the Skia merge (revision 1327)" by Derek Sollenberger · 13 years ago
  51. d39d1af Updates resulting from the Skia merge (revision 1327) by Derek Sollenberger · 13 years ago
  52. 35844a3 Merge "Fix bug #4415576 Gmail text looks broken" by Fabrice Di Meglio · 13 years ago
  53. 8fb5071 Fix bug #4415576 Gmail text looks broken by Fabrice Di Meglio · 13 years ago
  54. 2ea75880 Prepare OpenGLRenderer to use glyphs from TextLayoutCache by Fabrice Di Meglio · 13 years ago
  55. 8f67eae Take the index parameter into account in drawTextOnPath. by Romain Guy · 13 years ago
  56. b39d897 Use Harfbuzz for Canvas drawText APIs by Fabrice Di Meglio · 13 years ago
  57. 689e515 Add Unicode BiDi Algo before drawing text in Canvas by Fabrice Di Meglio · 13 years ago
  58. fcf2be1 TextLayoutCache - add glyphs caching by Fabrice Di Meglio · 13 years ago
  59. 9f82b58 Use Harfbuzz instead of ICU4C for computing advances by Fabrice Di Meglio · 13 years ago
  60. 6062c59 Skia Merge (revision 808) by Derek Sollenberger · 13 years ago
  61. c9332fa Delete unused WebView drag tracking code by Bjorn Bringert · 14 years ago
  62. 1639351 Make libhwui entirely optional. by Romain Guy · 14 years ago
  63. f7cb1f7 Support bidi/shaping for getTextPath by Doug Felt · 14 years ago
  64. 4beb8ff7 Support bidi layout for drawTextOnPath. by Doug Felt · 14 years ago
  65. 0c702b8 Move shaping to native. by Doug Felt · 14 years ago
  66. f47d740 Modify Canvas drawText to run bidi and shape. by Doug Felt · 14 years ago
  67. c04851f add boundary patch by Mike Reed · 15 years ago
  68. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  69. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  70. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  71. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  72. 47c0d4e remove deprecated use of porterduff by Mike Reed · 15 years ago
  73. ad8b8f5 pass original ptrs to JNI release functions (instead of += index to them) by Mike Reed · 15 years ago
  74. caf0df1 Add call to (new) Canvas.freeCaches() in response to low-memory by Mike Reed · 15 years ago
  75. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  76. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  77. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  78. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  79. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago