1. 2cb9147 am 55542ee6: am 3e637042: Merge "Set default text style in layoutlib as NORMAL [DO NOT MERGE]" into klp-dev by Xavier Ducrohet · 11 years ago
  2. 13aea18 Set default text style in layoutlib as NORMAL [DO NOT MERGE] by Deepanshu Gupta · 11 years ago
  3. 56b86de am 1c91b1f7: am 45dbfcc7: Improve text rendering and measurement. by Deepanshu Gupta · 11 years ago
  4. 45dbfcc Improve text rendering and measurement. by Deepanshu Gupta · 11 years ago
  5. 5800b19 am 50b0ce4e: am fd8cba3a: Merge "Fix the measurement of text bounds." into klp-dev by Deepanshu Gupta · 11 years ago
  6. b156c01 am d5129e75: am 8a892279: Fix a bug in Nine Patch library. by Deepanshu Gupta · 11 years ago
  7. fd8cba3 Merge "Fix the measurement of text bounds." into klp-dev by Deepanshu Gupta · 11 years ago
  8. 8a89227 Fix a bug in Nine Patch library. by Deepanshu Gupta · 11 years ago
  9. 8773d51 resolved conflicts for merge of b82b2f98 to klp-dev-plus-aosp by Narayan Kamath · 11 years ago
  10. 8415143 Track 64bit changes to android/graphics. by Narayan Kamath · 11 years ago
  11. 5ad7c18 Fix the measurement of text bounds. by Deepanshu Gupta · 11 years ago
  12. 2454125 Update delegate methods in layoutlib. by Deepanshu Gupta · 11 years ago
  13. 78cfdf3 Update changed delegate method in Bitmap_Delegate. DO NOT MERGE by Deepanshu Gupta · 11 years ago
  14. 39e7583 Fix layoutlib for KK by Deepanshu Gupta · 11 years ago
  15. a712754 Merge "Add isPremultiplied option to Bitmap_Delegate in LayoutLib" into klp-dev by Deepanshu Gupta · 11 years ago
  16. 0851945 am b50de495: am dd4efc22: am 3a762d8b: Merge "Fix text rendering" into jb-mr2-dev by Deepanshu Gupta · 11 years ago
  17. 0d9c922 Fix text rendering by Deepanshu Gupta · 11 years ago
  18. 490efa8 Add isPremultiplied option to Bitmap_Delegate in LayoutLib by Deepanshu Gupta · 11 years ago
  19. 1abf5d6 Add inPremutiplied option to BitmapFactory.Options, functionality in Bitmap by Chris Craik · 11 years ago
  20. 667fe10 Refactor Canvas.drawPicture() to delegate to Picture by Jonathan Dixon · 11 years ago
  21. 279c00e Add missing native methods. by Deepanshu Gupta · 11 years ago
  22. ca79cf6 Update framework to support r5967 of Skia. by Derek Sollenberger · 12 years ago
  23. f18c68b Add missing native method to Canvas_Delegate. by Xavier Ducrohet · 12 years ago
  24. cb092e2 Fix Paint_Delegate with missing native method. by Xavier Ducrohet · 12 years ago
  25. ec4a504 Embed layout padding in nine patch images by Amith Yamasani · 12 years ago
  26. 22f700a Add Delegate for ViewRootImpl#isInTouchMode to prevent IPC call in Eclipse. by Xavier Ducrohet · 12 years ago
  27. 7396348 Setup ActionBars in layoutlib the same way the platform does it. by Xavier Ducrohet · 13 years ago
  28. 46d43cc Make Layoutlib compile on Java 6. by Xavier Ducrohet · 13 years ago
  29. d2f0dcd Merge "Remove unused code" by Romain Guy · 13 years ago
  30. 68fc1df Remove unused code by Romain Guy · 13 years ago
  31. 5bf2802 Fix broken drawCircle LayoutLib. by Xavier Ducrohet · 13 years ago
  32. d410bfb LayoutLib: fix support for textScaleX. by Xavier Ducrohet · 13 years ago
  33. 1409409 Layoutlib: Typeface support for loading fonts manually. by Xavier Ducrohet · 13 years ago
  34. 178006a0 Layoutlib now parses system_fonts.xml instead of its own. by Xavier Ducrohet · 13 years ago
  35. f1dee19 Layoutlib: add support for ITextServicesManager. by Xavier Ducrohet · 13 years ago
  36. 8433c36 LayoutLib: add native delegate for set/getHinting in Paint. by Xavier Ducrohet · 13 years ago
  37. 7f9f99ea Make some methods/fields package private so that layoutlib can access them. by Xavier Ducrohet · 13 years ago
  38. d2f664d Misc layoutlib fix in preparation of the access change in framework code. by Xavier Ducrohet · 13 years ago
  39. af64556 Layoutlib: misc fix + start of AndroidBidi support. by Xavier Ducrohet · 13 years ago
  40. 66743a1 Fix changed native method delegates in layoutlib for ICS. by Xavier Ducrohet · 13 years ago
  41. f18e311 am abc83871: am f6e47999: am 2a6dc7f1: Merge "Import the Layoutlib from hc-mr1." into honeycomb-mr2 by Xavier Ducrohet · 13 years ago
  42. fb93ce9 Import the Layoutlib from hc-mr1. by Xavier Ducrohet · 13 years ago
  43. 515a08b Merge 59aad78e from master. do not merge. by Xavier Ducrohet · 13 years ago
  44. 9d76581 LayoutLib: Fix Arc rendering. by Xavier Ducrohet · 14 years ago
  45. adaa12c LayoutLib: fix Capabilities and getDimensionPixelSize by Xavier Ducrohet · 14 years ago
  46. c12b409 LayoutLib: Implement some missing add###() method in Path. by Xavier Ducrohet · 14 years ago
  47. a4510a7 LayoutLib: fix incorrect indices in one of the 2 native_drawTextRun methods. by Xavier Ducrohet · 14 years ago
  48. f0a5343 LayoutLib: Add debug mode. by Xavier Ducrohet · 14 years ago
  49. c6083f2 LayoutLib: misc fixes. by Xavier Ducrohet · 14 years ago
  50. cc4977d LayoutLib: Hold onto delegate references. by Xavier Ducrohet · 14 years ago
  51. 8a80a85 LayoutLib: remove some exceptions. by Xavier Ducrohet · 14 years ago
  52. 9a4fe29 LayoutLib: Annotate the custom delegate methods. by Xavier Ducrohet · 14 years ago
  53. 13bdc33 LayoutLib: improved rendering for system/title/action bars. by Xavier Ducrohet · 14 years ago
  54. 779c906 LayoutLib: Replace custom BitmapFactory by a simpler delegate by Xavier Ducrohet · 14 years ago
  55. bbbb832 LayoutLib: render system/title/action bars. by Xavier Ducrohet · 14 years ago
  56. 35ea7cd LayoutLib: Update with the new resource map APIs. by Xavier Ducrohet · 14 years ago
  57. 1658422 LayoutLib: Properly compute available space to layouts. by Xavier Ducrohet · 14 years ago
  58. 7d7016e LayoutLib: return ViewInfo for all merged items + Build init. by Xavier Ducrohet · 14 years ago
  59. 51a7e54 LayoutLib: update logs to use new data bundle by Xavier Ducrohet · 14 years ago
  60. bbefc86 LayoutLib: Fix multi-line text rendering. by Xavier Ducrohet · 14 years ago
  61. 918aaa5 LayoutLib: Use the new log tag constants from LayoutLog by Xavier Ducrohet · 14 years ago
  62. 56222cf LayoutLib: use tags in logs. by Xavier Ducrohet · 14 years ago
  63. 6c740cf LayoutLib: Improve error reporting. by Xavier Ducrohet · 14 years ago
  64. 0de1607 LayoutLib: fix XmlUtils.convertValueToInt by Xavier Ducrohet · 14 years ago
  65. b6e53f4 LayoutLib: add a few misc implementations. by Xavier Ducrohet · 14 years ago
  66. 46a3292 LayoutLib: finish Typeface and unload them in dispose. by Xavier Ducrohet · 14 years ago
  67. 10af738 LayoutLib: Finish the matrix delegate. by Xavier Ducrohet · 14 years ago
  68. a7cac5e0 LayoutLib: fix clipping issues. by Xavier Ducrohet · 14 years ago
  69. c226e57 LayoutLib: Misc javadoc fixes. by Xavier Ducrohet · 14 years ago
  70. b44b43b LayoutLib: Support Region through delegates. by Xavier Ducrohet · 14 years ago
  71. d43909c LayoutLib: add support for unsupported drawing modifiers. by Xavier Ducrohet · 14 years ago
  72. b1da1af LayoutLib: improve bitmap support. by Xavier Ducrohet · 14 years ago
  73. d38e776 LayoutLib: support for layers. by Xavier Ducrohet · 14 years ago
  74. 63fd871 LayoutLib: Misc rendering fixes. by Xavier Ducrohet · 14 years ago
  75. d348b6e LayoutLib: support for Path and BitmapShader using delegates. by Xavier Ducrohet · 14 years ago
  76. 19a0210 LayoutLib: Update layoutlib with revised API. by Xavier Ducrohet · 14 years ago
  77. cfdc784 LayoutLib: replace the stack of Graphics2D with custom snapshots. by Xavier Ducrohet · 14 years ago
  78. 22ff4ef Fix build break due to additional arg in Bitmap ctor by Patrick Dubroy · 14 years ago
  79. d9c6436 LayoutLib: Fix gradient rendering. by Xavier Ducrohet · 14 years ago
  80. f1416e4 LayoutLib: Misc fix to rendering. by Xavier Ducrohet · 14 years ago
  81. 90c6b7e LayoutLib: Use the new ninepatch API to suppor density. by Xavier Ducrohet · 14 years ago
  82. 8da36314 LayoutLib: implement more of Canvas/Paint. by Xavier Ducrohet · 14 years ago
  83. ffb42f6 LayoutLib: Adapt to new LayoutLib by Xavier Ducrohet · 14 years ago
  84. 864f33a Merge "LayoutLib: Update font object when text info changes in paint delegate" by Xavier Ducrohet · 14 years ago
  85. b5ddf04 LayoutLib: Update font object when text info changes in paint delegate by Xavier Ducrohet · 14 years ago
  86. 168677c LayoutLib: Fix logging. by Xavier Ducrohet · 14 years ago
  87. 9eb6d41 LayoutLib: Reuse canvas when possible. by Xavier Ducrohet · 14 years ago
  88. 2eea6fa Layoutlib: Animation support. by Xavier Ducrohet · 14 years ago
  89. 2d56b27 Layoutlib: use default nine patch classes. by Xavier Ducrohet · 14 years ago
  90. 9223b67 Layoutlib: support for editing embedded layouts. by Xavier Ducrohet · 14 years ago
  91. d738688 LayoutLib: fix some tests by Xavier Ducrohet · 14 years ago
  92. 5a09488 Layoutlib: Properly dispose of bitmap delegate. by Xavier Ducrohet · 14 years ago
  93. 9e27936 Layoutlib: Fix alpha support in Canvas/Paint. by Xavier Ducrohet · 14 years ago
  94. c2e9651 Layoutlib: New bridge implementation using the new API 5. by Xavier Ducrohet · 14 years ago
  95. e0c763f Layoutlib: more text drawing. by Xavier Ducrohet · 14 years ago
  96. 4b606da Layoutlib native delegate: path effects and xfermode. by Xavier Ducrohet · 14 years ago
  97. 251d2e9 Layoutlib native delegate: primitive shapes and shaders by Xavier Ducrohet · 14 years ago
  98. abff653 More layout Canvas/Paint implementation. by Xavier Ducrohet · 14 years ago
  99. 5802dea More implementation of the layoutlib Paint/Canvas delegates. by Xavier Ducrohet · 14 years ago
  100. 9f63ff2 Layoutlib Canvas and Paint implementation through native delegates by Xavier Ducrohet · 14 years ago