1. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  2. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  3. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  4. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  5. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  6. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  7. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  8. aee878d Move lang to list in Android font manager. by Ben Wagner · 7 years ago
  9. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  10. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  11. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  12. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  13. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  14. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  15. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  16. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  17. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  18. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  19. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  20. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  21. 83b24ff SkFontMgr_android clean up. by bungeman · 8 years ago
  22. 0367568 Use CSS3 style matching on Android. by bungeman · 8 years ago
  23. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  24. b811378 Update typeface serialization style. by bungeman · 8 years ago
  25. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  26. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  27. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  28. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  29. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  30. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  31. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  32. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  33. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  34. 18300a3 detach -> release by mtklein · 8 years ago
  35. 47a1e96 Deduplicate axis value resolving code. by bungeman · 9 years ago
  36. ebc465b Add support for caching font files in the Android SkFontMgr. by khushalsagar · 9 years ago
  37. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  38. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  39. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  40. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  41. 24a104d Revert character in typeface test on Android. by bungeman · 9 years ago
  42. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  43. c530854 Rename SkFontConfigParser_android SkFontMgr_android_parser. by bungeman · 9 years ago
  44. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 9 years ago
  45. 41868fe Font variations. by bungeman · 9 years ago
  46. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  47. 3489ee0 Font variations. by bungeman · 9 years ago
  48. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  49. 05773ed Font variations. by bungeman · 9 years ago
  50. e85a754 Respect declared font style on Android. by bungeman · 9 years ago
  51. 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 9 years ago
  52. 673e902 Respect declared font style on Android. by bungeman · 9 years ago
  53. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  54. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  55. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  56. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  57. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  58. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  59. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  60. 4b86bac Allow all font weights on Android and respect overrides. by bungeman · 10 years ago
  61. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  62. 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
  63. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  64. 5f6094a Match language tags by prefix on Android. by bungeman · 10 years ago
  65. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  66. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  67. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  68. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  69. d71b757 Serialize the font index. by bungeman · 10 years ago
  70. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  71. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  72. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  73. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  74. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  75. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  76. d3ddea2 Parses sample code provided by Android project. Attempts to keep FontFamily data structures produced consistent with expectations of previous versions of Skia. by tomhudson · 10 years ago
  77. 3e30af2 Actually use test configuration in SkFontMgr on Android. by bungeman · 10 years ago
  78. 4e3523c Blink layout tests all assume it can provide custom font configuration files on every platform. In moving Android to the font manager, we broke those. by bungeman · 10 years ago
  79. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  80. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  81. 8560cd5 Fix reference counting on SkStream in SkFontMgr_android. by bungeman · 10 years ago
  82. 65fcd3d Implement SkFontMgr_Android::onMatchFamilyStyleCharacter. by bungeman · 10 years ago
  83. 07cfb20 Correct Android FontMgr use of ttc index and remove unused code. by bungeman · 10 years ago
  84. 3a91424 Fix debug output compile error and minor style nits by tomhudson · 10 years ago
  85. 8d84c99 SkFontMgr for Android. by bungeman · 10 years ago
  86. 7b82d0f Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/) by robertphillips · 10 years ago
  87. 4f9a01e SkFontMgr for Android. by bungeman · 10 years ago