1. 7ae1c72 Update typeface serialization style. by bungeman · 8 years ago
  2. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  3. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  4. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  5. 82a455f Remove requestedStyle from SkTypefaceCache. by bungeman · 8 years ago
  6. d3b63d3 Respect FC_MATRIX and FC_EMBOLDEN as extra font parameters. by bungeman · 8 years ago
  7. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  8. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  9. 18300a3 detach -> release by mtklein · 9 years ago
  10. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  11. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  12. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  13. f6c7107 Expose API for gx font variation axes. by bungeman · 9 years ago
  14. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  15. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  16. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  17. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  18. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  19. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  20. 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
  21. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  22. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  23. 41868fe Font variations. by bungeman · 9 years ago
  24. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  25. 3489ee0 Font variations. by bungeman · 9 years ago
  26. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  27. 05773ed Font variations. by bungeman · 9 years ago
  28. 6837b38 Check for NULL familyName in SkFontMgr_fontconfig. by bungeman · 9 years ago
  29. 1d4ec0a FontConfig character/lang match requires weak family. by bungeman · 9 years ago
  30. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 9 years ago
  31. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  32. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  33. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  34. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  35. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  36. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  37. 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
  38. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  39. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  40. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  41. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  42. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  43. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  44. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  45. d71b757 Serialize the font index. by bungeman · 10 years ago
  46. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  47. 9db5092 Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. by bungeman · 10 years ago
  48. 6bc2c94 Add font fallback support to SkFontMgr_fontconfig. by bungeman · 10 years ago
  49. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  50. f87650c Ensure SkFontMgr_fontconfig debug thread locking is initialized. by bungeman · 10 years ago
  51. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago