1. cae60da Add aliases mapping Windows CJ fonts to Noto Serif CJK by Jungshik Shin · 7 years ago
  2. 9adfef8 Remove public APIs that use SkDataTable. by Herb Derby · 8 years ago
  3. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  4. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  5. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  6. 1c7805b Remove restrictive format pattern for Fontconfig matching by drott · 8 years ago
  7. 875b8f6 Sane use of FcPatternGetXXX in SkFontConfigInterface. by bungeman · 8 years ago
  8. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  9. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  10. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  11. 358f93d Restrict supported font formats in Chrome context by drott · 8 years ago
  12. feb3c1a Move to SkDataTable::MakeXXX and sk_sp. by bungeman · 8 years ago
  13. d783e08 Replace 'Ulta' with 'Ultra'. by bungeman · 8 years ago
  14. 6e45bda Add test for typeface style round trip. by bungeman · 8 years ago
  15. 6d195b2 Use nullptr instead of 0 in call to FontConfig. by bungeman · 8 years ago
  16. 086eea9 Revert of SK_DECLARE_STATIC_MUTEX -> static SkMutex (patchset #1 id:1 of https://codereview.chromium.org/1948193002/ ) by reed · 8 years ago
  17. 5e56cfd SK_DECLARE_STATIC_MUTEX -> static SkMutex by mtklein · 8 years ago
  18. 0265707 Clean up SkFontConfigInterface implementation. by bungeman · 8 years ago
  19. b4bb7d8 Add oblique as a slant. by bungeman · 8 years ago
  20. ed2edab Remove SK_VERY_LEGACY_CREATE_TYPEFACE. by bungeman · 8 years ago
  21. 11a77c6 Begin switch to SkFontStyle for legacy calls. by bungeman · 8 years ago
  22. bf521ff Move SkTArray to include/private. by bungeman · 9 years ago
  23. 2211a7b Fix Google3 fonts. Use fontconfig rather than custom_directory_factory. Add Google3 font caching. by benjaminwagner · 9 years ago
  24. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  25. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  26. f20488b Clean up a few includes, introduce iwyu. by bungeman · 9 years ago
  27. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  28. 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
  29. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  30. dd4e568 Make Noto Sans Mono CJK JP an alias to MS Gothic by jshin · 9 years ago
  31. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  32. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  33. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  34. 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 10 years ago
  35. ad77e55 Add alias mapping for Noto Sans CJK for ja/hans by jshin · 10 years ago
  36. ba59a67 Remove dependency on std::string by mtklein · 10 years ago
  37. e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
  38. e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
  39. 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  40. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  41. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  42. 6059f16 SkNEW as default Create() for SkLazyPtr macros. by mtklein · 10 years ago
  43. 78358bf Port most uses of SkOnce to SkLazyPtr. by mtklein · 10 years ago
  44. f71e8fd Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  45. 56f7cca Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  46. f6351a0 Revert of Port most uses of SkOnce to SkLazyPtr. (https://codereview.chromium.org/304383005/) by commit-bot@chromium.org · 10 years ago
  47. 5a70945 Port most uses of SkOnce to SkLazyPtr. by commit-bot@chromium.org · 10 years ago
  48. cf800e0 Initialize the SkFontConfigInterface singleton with SkOnce. by bungeman@google.com · 10 years ago
  49. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  50. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  51. c526c71 Map Calibri to Carlito by bungeman@google.com · 11 years ago
  52. 02dd688 Make the copy of fontconfig font names before freeing their memory. by bungeman@google.com · 11 years ago
  53. ab79282 its ok if there is no family name in the pattern for fontconfig, for fc will interpret by reed@google.com · 11 years ago
  54. e36a168 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  55. f55061f check-point for linux fontmgr impl by reed@google.com · 11 years ago
  56. 750a24b fix refcnts for singleton fontconfig-direct by reed@google.com · 11 years ago
  57. e49d67e start cleanup, in prep for new fontmgr impl by reed@google.com · 11 years ago
  58. 64b682c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  59. df798b3 can't return false for a ptr (unless you're in gcc) by reed@google.com · 11 years ago
  60. 027fd20 use SkDataTable to return familyNames for fontmgr by reed@google.com · 11 years ago
  61. 21db1db Temporary patch to get Chrome Windows compiling by robertphillips@google.com · 11 years ago
  62. 54c6914 extend FontConfigInterface to start to match new fontmgr design by reed@google.com · 11 years ago
  63. c4de776 Add an entry for Cambria-Caladea to the list of metric compatible fonts. by commit-bot@chromium.org · 11 years ago
  64. 01c34ee Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  65. 8c3f84d use SkStream::NewFromFile() by reed@google.com · 11 years ago
  66. 8c9737e change FontIdentity to explicitly hold ttcIndex and ID, so we can use both in the by reed@google.com · 12 years ago
  67. 66a58ac Fixed a few warnings by sugoi@google.com · 12 years ago
  68. d66045e export getter for global instance of fontconfiginterfacedirect by reed@google.com · 12 years ago
  69. 631cdcb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. f71a233 use fontconfig fonthost for skia (in prep for using in chrome) by reed@google.com · 12 years ago
  71. 12eea2b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. ee619a0 fix getFamilyName by calling FcFreeTypeQuery by reed@google.com · 12 years ago
  73. b1c65b6 by reed@google.com · 12 years ago