1. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  2. 4212a7d SkTypeface::onOpenStream to return unique_ptr. by Ben Wagner · 6 years ago
  3. 0ea256c Implement onMakeClone(const SkFontArguments& args) in classes: SkTypeface_Empty, SkTypeface_Stream, SkTypeface_File by Bruce Wang · 6 years ago
  4. 5922739 Revert "Revert "migrate to sk_sp for SkFontMgr API"" by Mike Reed · 7 years ago
  5. f40ae1a Revert "migrate to sk_sp for SkFontMgr API" by Mike Reed · 7 years ago
  6. 4bf296b migrate to sk_sp for SkFontMgr API by Mike Reed · 7 years ago
  7. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  8. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  9. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  10. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  11. fc49734 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  12. 9704329 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  13. 0f3d0c3 Add SkTypeface::getVariationDesignPosition. by bungeman · 8 years ago
  14. 7d07d46 Revert "Add SkTypeface::getVariationDesignPosition." by Ben Wagner · 8 years ago
  15. 87e7f82 Add SkTypeface::getVariationDesignPosition. by Ben Wagner · 8 years ago
  16. 8ab590f Split custom font managers. by Ben Wagner · 8 years ago
  17. 20d031a Remove SK_LEGACY_FONTMGR_FACTORY. by Ben Wagner · 8 years ago
  18. 3546ff1 Stage SkFontMgr factories to return smart pointers. by Ben Wagner · 8 years ago
  19. bf111d7 Move SkOSPath out of include/core. by Ben Wagner · 8 years ago
  20. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  21. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  22. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  23. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  24. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  25. b811378 Update typeface serialization style. by bungeman · 8 years ago
  26. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  27. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  28. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  29. 57c9482 Implement SkFontMgr_Custom::onCreateFromFontData. by bungeman · 8 years ago
  30. 4772bd5 Implement all onCreateFromStream overloads. by bungeman · 8 years ago
  31. 77a8ab2 Simplify style handling in custom font manager. by bungeman · 9 years ago
  32. b4bb7d8 Add oblique as a slant. by bungeman · 9 years ago
  33. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 9 years ago
  34. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 9 years ago
  35. fe7ada7 Make FreeType usable on Windows. by caryclark · 9 years ago
  36. 18300a3 detach -> release by mtklein · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  39. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  40. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  41. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  42. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  43. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago[Renamed (93%) from src/ports/SkFontHost_linux.cpp]
  44. 41868fe Font variations. by bungeman · 10 years ago
  45. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 10 years ago
  46. 3489ee0 Font variations. by bungeman · 10 years ago
  47. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 10 years ago
  48. 05773ed Font variations. by bungeman · 10 years ago
  49. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
  50. 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
  51. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  52. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  53. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  54. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  55. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  56. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  57. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  58. ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
  59. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  60. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  61. 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
  62. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  63. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  64. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  65. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  66. d71b757 Serialize the font index. by bungeman · 10 years ago
  67. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  68. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  69. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  70. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  71. a2b44dc SkFontHost_linux - dup stream instead of ref by commit-bot@chromium.org · 11 years ago
  72. ea163cc Changes to SkFontHost_linux by commit-bot@chromium.org · 11 years ago
  73. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  74. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  75. febfd70 Add onRefMatchingStyle to SkFontHost_linux. by bungeman@google.com · 11 years ago
  76. ab44a17 stub support for SK_FONTHOST_USES_FONTMGR by reed@google.com · 11 years ago
  77. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 12 years ago
  78. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 12 years ago
  79. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 12 years ago
  80. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 12 years ago
  81. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 12 years ago
  82. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 12 years ago
  83. 032fbb8 oops, update the INHERITED for our typeface by reed@google.com · 12 years ago
  84. 0fc17c3 inherit from SkTypeface_FreeType to share more code by reed@google.com · 12 years ago
  85. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 12 years ago
  86. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 12 years ago
  87. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 12 years ago
  88. 070235e revert 8204 -- what is happening??? by reed@google.com · 12 years ago
  89. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 12 years ago
  90. 1311f7e revert 8200 to figure out android break by reed@google.com · 12 years ago
  91. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 12 years ago
  92. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  93. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 027038a Turn off some debugging statements. by scroggo@google.com · 12 years ago
  95. 2cf84ec Load more fonts on Linux. https://codereview.appspot.com/6569061/ by bungeman@google.com · 12 years ago
  96. ada4480 Deserialization locks up multithreading fix. by chudy@google.com · 12 years ago
  97. b6896e7 Remove 'legacy' font descriptor methods. http://codereview.appspot.com/6261059/ by bungeman@google.com · 12 years ago
  98. 9714516 Add SkFontDescriptor for serializing fonts. by djsollen@google.com · 12 years ago
  99. 0389d93 remove unused ptr/len parameters from CreateTypeface by reed@google.com · 13 years ago
  100. e6488ad partial revert of r3541 to removed accidentally uploaded file by djsollen@google.com · 13 years ago