1. ad5e9a5 add runtime config option to retain stream for custom typefaces by humper · 10 years ago
  2. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  3. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  4. 5ae7765 Cleanup the XML directory in public includes. by djsollen · 10 years ago
  5. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  6. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  7. ddbc491 guard call to CGColorSpaceCopyICCProfile in case we're building for iOS by reed · 10 years ago
  8. c9232dc Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. by bungeman · 10 years ago
  9. 8e74b15 Fix SkTime::GetDateTime Posix implementation, add unit test. by halcanary · 10 years ago
  10. 7c74885 flag imageinfo as srgb by reed · 10 years ago
  11. 336fdf2 With https://chromium.googlesource.com/skia/+/43b8b36b20ae00e2d78421c4cda1f3f922983a20 blink_perf.layout regressed. It appears that the typeface cache is being missed. This is a partial revert of the Skia change which reverts the smallest amount of code to restore performance. by bungeman · 10 years ago
  12. a3d3065 Revert of Bisect Mac performance regression. (patchset #6 id:100001 of https://codereview.chromium.org/693213002/) by egdaniel · 10 years ago
  13. 4b86bac Allow all font weights on Android and respect overrides. by bungeman · 10 years ago
  14. 47eda52 With https://chromium.googlesource.com/skia/+/43b8b36b20ae00e2d78421c4cda1f3f922983a20 blink_perf.layout regressed. It appears that the typeface cache is being missed. This is a partial revert of the Skia change which reverts the smallest amount of code to restore performance. by bungeman · 10 years ago
  15. c17c658 SK_USE_SCALED_FONTMETRICS for correct scaling by reed · 10 years ago
  16. 967937c Combine nameFontStyleProc and FindByNameStyle. by bungeman · 10 years ago
  17. a3a706f Cleanup android to ensure it can compile with clang by djsollen · 10 years ago
  18. 6500760 Revert of scale xmin and xmax for FontMetrics (patchset #1 id:1 of https://codereview.chromium.org/685153004/) by robertphillips · 10 years ago
  19. 79c276e scale xmin and xmax for FontMetrics by reed · 10 years ago
  20. 7316b10 Revert of scale xmin/xmax etc in fontmetrics (patchset #1 id:1 of https://codereview.chromium.org/690533004/) by bungeman · 10 years ago
  21. f8c2fef scale xmin/xmax etc in fontmetrics by reed · 10 years ago
  22. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  23. 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
  24. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  25. 5f6094a Match language tags by prefix on Android. by bungeman · 10 years ago
  26. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  27. 3ceef9a Add test for new FrontBufferedStream behavior. by scroggo · 10 years ago
  28. 4aa75b7 Correct typo in SkRemotableFontMgr_win_dw.cpp. by bungeman · 10 years ago
  29. c20386e Update fontMgr to take list of bcp47 language tags. by bungeman · 10 years ago
  30. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  31. d2ae728 Use correct size for font style name search. by bungeman · 10 years ago
  32. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  33. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  34. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  35. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  36. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  37. a85511a Don't try to scale embedded bitmaps. by bungeman · 10 years ago
  38. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  39. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  40. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  41. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  42. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  43. d71b757 Serialize the font index. by bungeman · 10 years ago
  44. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  45. 9db5092 Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. by bungeman · 10 years ago
  46. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  47. 6bc2c94 Add font fallback support to SkFontMgr_fontconfig. by bungeman · 10 years ago
  48. 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 10 years ago
  49. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  50. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  51. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  52. f87650c Ensure SkFontMgr_fontconfig debug thread locking is initialized. by bungeman · 10 years ago
  53. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  54. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  55. aace997 Reverse swap order in DirectWrite typeface. by bungeman · 10 years ago
  56. 9fa60da Simplify flattening to just write enough to call the factory/public-constructor for the class. We want to *not* rely on private constructors, and not rely on calling through the inheritance hierarchy for either flattening or unflattening(CreateProc). by reed · 10 years ago
  57. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  58. ef24b7d Use medium filtering when downscaling bitmap glyphs in FreeType host by djsollen · 10 years ago
  59. df2ec35 Directly compute glyphToUnicode array in DirectWrite. by bungeman · 10 years ago
  60. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  61. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  62. ad77e55 Add alias mapping for Noto Sans CJK for ja/hans by jshin · 10 years ago
  63. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  64. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  65. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  66. 7a4747f Update path to Android font config file by tomhudson · 10 years ago
  67. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  68. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  69. 94fa4b9 Update path to Android font config file by tomhudson · 10 years ago
  70. b3d4af5 Fix lower-casing error in font config parser by tomhudson · 10 years ago
  71. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  72. 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
  73. 3e30af2 Actually use test configuration in SkFontMgr on Android. by bungeman · 10 years ago
  74. 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
  75. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  76. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  77. 8560cd5 Fix reference counting on SkStream in SkFontMgr_android. by bungeman · 10 years ago
  78. 65fcd3d Implement SkFontMgr_Android::onMatchFamilyStyleCharacter. by bungeman · 10 years ago
  79. a6c27bc Remove references to __system_property_get from Skia by djsollen · 10 years ago
  80. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  81. 0754475 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
  82. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  83. ba59a67 Remove dependency on std::string by mtklein · 10 years ago
  84. 07cfb20 Correct Android FontMgr use of ttc index and remove unused code. by bungeman · 10 years ago
  85. 3a91424 Fix debug output compile error and minor style nits by tomhudson · 10 years ago
  86. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  87. edb10e7 Only lowercase names in Android font config parser. by bungeman · 10 years ago
  88. 5a27f49 Remove code only used by SkCreateTypefaceForScript which has already been deleted by djsollen · 10 years ago
  89. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 10 years ago
  90. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 10 years ago
  91. 1ef960b Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  92. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  93. 8d84c99 SkFontMgr for Android. by bungeman · 10 years ago
  94. f73c237 Get additional DW font metrics when available. by bungeman · 10 years ago
  95. 7b82d0f Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/) by robertphillips · 10 years ago
  96. 4f9a01e SkFontMgr for Android. by bungeman · 10 years ago
  97. 3f85403 hide public factory for intermediate class by reed · 10 years ago
  98. 63f413c expand workaround to all 32-bit mips devices without the appropriate gcc support by djsollen · 10 years ago
  99. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  100. e194c49 Remove ambiguous operator= on AutoCFRelease. by bungeman · 10 years ago