1. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 8 years ago
  2. 58d2a72 SkTestTypeface: correct encoding by Hal Canary · 8 years ago
  3. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  4. 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
  5. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  6. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  7. 8f514c7 We really shouldn't pass SkFontStyle to printf as %d. by Mike Klein · 8 years ago
  8. 3d01c62 SkPDF: Fix Type3 ToUnicode table. by halcanary · 8 years ago
  9. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  10. b605f89 Remove now unused source files. by bungeman · 8 years ago
  11. 7d0e3bc Rename FontConfigInterface font manager files. by bungeman · 8 years ago
  12. b811378 Update typeface serialization style. by bungeman · 8 years ago
  13. e3aea10 Remove user specified typeface id. by bungeman · 8 years ago
  14. c7027ab Add samples to Viewer. by jvanverth · 8 years ago
  15. f8f9c07 Revert of Update typeface serialization style. (patchset #3 id:40001 of https://codereview.chromium.org/2030683002/ ) by mtklein · 8 years ago
  16. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  17. ee6a991 SkTypeface::MakeFromName to take SkFontStyle. by mboc · 8 years ago
  18. 13b9c95 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  19. 9a9a7b2 Revert of Move SkTypeface to sk_sp. (patchset #5 id:80001 of https://codereview.chromium.org/1933393002/ ) by scroggo · 8 years ago
  20. 6296da7 Move SkTypeface to sk_sp. by bungeman · 8 years ago
  21. ffa4a92 SkOncePtr -> SkOnce by mtklein · 8 years ago
  22. 959a293 Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1949313003/ ) by reed · 8 years ago
  23. 82da9a8 Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromium.org/1945293004/ ) by reed · 8 years ago
  24. 7eb33da Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chromium.org/1953533002/ ) by reed · 8 years ago
  25. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  26. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  27. 9bd3fc7 SkOncePtr -> SkOnce by mtklein · 8 years ago
  28. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 8 years ago
  29. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  30. d9dd428 Modernize and trim down SkOnce. by mtklein · 8 years ago
  31. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  32. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  33. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  34. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  35. c791728 Pass effects directly to fontcache by reed · 8 years ago
  36. 6c71e0a Reverse dependency between SkScalar.h and SkFixed.h. by benjaminwagner · 8 years ago
  37. 52b88cc "Fix" compiler issue in SkRandomScalerContext by robertphillips · 8 years ago
  38. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  39. 18300a3 detach -> release by mtklein · 8 years ago
  40. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  41. 6f6264f Force cache SkTestScalerContext path bounds. by mtklein · 9 years ago
  42. 6c59d80 Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  43. 2ac6793 Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of https://codereview.chromium.org/1322933005/ ) by mtklein · 9 years ago
  44. a1254ac Port uses of SkLazyPtr to SkOncePtr. by mtklein · 9 years ago
  45. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  46. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  47. d45fb5a Add BW masks to random scaler context by joshualitt · 9 years ago
  48. 2a6f747 Revert of Add BW masks to random scaler context (patchset #1 id:1 of https://codereview.chromium.org/1270793003/) by joshualitt · 9 years ago
  49. a4a5306 Add BW masks to random scaler context by joshualitt · 9 years ago
  50. 44c4851 adding gm to use random scaler context by joshualitt · 9 years ago
  51. d164a71 Revert of adding gm to use random scaler context (patchset #4 id:60001 of https://codereview.chromium.org/1268853008/) by joshualitt · 9 years ago
  52. 853336c adding gm to use random scaler context by joshualitt · 9 years ago
  53. 65e96b4 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  54. bdc91a7 Revert of Modifying TextBlobCacheTest to use SkRandomScalerContext (patchset #3 id:40001 of https://codereview.chromium.org/1266003002/) by joshualitt · 9 years ago
  55. adcdca8 Modifying TextBlobCacheTest to use SkRandomScalerContext by joshualitt · 9 years ago
  56. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  57. aa2f658 Adding debug SkScalerContext which returns random mask formats by joshualitt · 9 years ago
  58. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  59. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  60. 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
  61. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  62. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  63. f5c633f don't rely on fonts having a stream by caryclark · 9 years ago
  64. 8d0d2b8 remove duplicate assign of fLastGlyphID by caryclark · 9 years ago
  65. 0edd965 initialize font metrics for pdf (found by valgrind) by caryclark · 9 years ago
  66. 83ca628 Today's gm include many differences caused by platform font implementations. by caryclark · 9 years ago
  67. 41868fe Font variations. by bungeman · 9 years ago
  68. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  69. 3489ee0 Font variations. by bungeman · 9 years ago
  70. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  71. 05773ed Font variations. by bungeman · 9 years ago
  72. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  73. 37a92b4 Update {virtual,override} to follow C++11 style in src/fonts. by tfarina · 9 years ago
  74. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  75. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  76. 11fa224 some utils for rect and matrix by reed · 9 years ago
  77. b69d0e0 BUG=skia: by herb · 9 years ago
  78. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 9 years ago
  79. f8d24e2 BUG=skia: by herb · 9 years ago
  80. e892616 Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface. by bungeman · 9 years ago
  81. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  82. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  83. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  84. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  85. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  86. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  87. 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
  88. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  89. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  90. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  91. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  92. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  93. 148ec59 Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope. by mtklein · 10 years ago
  94. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  95. 992c7b0 Add standard fonts to all GMs. by Cary Clark · 10 years ago
  96. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  97. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  98. 5fb6bd4 use platform-independent font for gm by caryclark · 10 years ago
  99. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  100. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago