1. 2a12080 Qualify the return value of SkImageDecoder::decode by scroggo · 10 years ago
  2. d2ae728 Use correct size for font style name search. by bungeman · 10 years ago
  3. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  4. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  5. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  6. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  7. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  8. a85511a Don't try to scale embedded bitmaps. by bungeman · 10 years ago
  9. 4a8126e Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)" by reed · 10 years ago
  10. 29c857d Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/) by reed · 10 years ago
  11. 3716fd0 introduce Props to surface (work in progress) by reed · 10 years ago
  12. b14e4a0 Restore old behavior of SkTypeface::CreateFromTypeface. by bungeman · 10 years ago
  13. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  14. d71b757 Serialize the font index. by bungeman · 10 years ago
  15. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  16. 9db5092 Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. by bungeman · 10 years ago
  17. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  18. 6bc2c94 Add font fallback support to SkFontMgr_fontconfig. by bungeman · 10 years ago
  19. 7476cf5 Update the alias mapping for Noto Sans CJK. by jshin · 10 years ago
  20. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  21. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  22. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  23. f87650c Ensure SkFontMgr_fontconfig debug thread locking is initialized. by bungeman · 10 years ago
  24. a6785cc Add a working SkFontMgr_fontconfig. by bungeman · 10 years ago
  25. 5e7b4f9 Require length in sk_wchar_to_string. by bungeman · 10 years ago
  26. aace997 Reverse swap order in DirectWrite typeface. by bungeman · 10 years ago
  27. 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
  28. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  29. ef24b7d Use medium filtering when downscaling bitmap glyphs in FreeType host by djsollen · 10 years ago
  30. df2ec35 Directly compute glyphToUnicode array in DirectWrite. by bungeman · 10 years ago
  31. f47dfed Remove SK_FONT_HOST_DOES_NOT_USE_FONTMGR and guarded code. by bungeman · 10 years ago
  32. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  33. ad77e55 Add alias mapping for Noto Sans CJK for ja/hans by jshin · 10 years ago
  34. 3b62554 Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  35. c15e28a Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chromium.org/447873003/) by bsalomon · 10 years ago
  36. f32331f Remove SkPaintOptionsAndroid by djsollen · 10 years ago
  37. 7a4747f Update path to Android font config file by tomhudson · 10 years ago
  38. c773390 Delete the old font management implementation based on SkFontConfigInterface, now that SkFontMgr_Android is live. by tomhudson · 10 years ago
  39. 2ed49a4 Mark fallback fonts in new Android font config parser by tomhudson · 10 years ago
  40. 94fa4b9 Update path to Android font config file by tomhudson · 10 years ago
  41. b3d4af5 Fix lower-casing error in font config parser by tomhudson · 10 years ago
  42. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  43. 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
  44. 3e30af2 Actually use test configuration in SkFontMgr on Android. by bungeman · 10 years ago
  45. 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
  46. da7a944 Revert "Remove SkPaintOptionsAndroid" by Derek Sollenberger · 10 years ago
  47. 27fb949 Remove SkPaintOptionsAndroid by Derek Sollenberger · 10 years ago
  48. 8560cd5 Fix reference counting on SkStream in SkFontMgr_android. by bungeman · 10 years ago
  49. 65fcd3d Implement SkFontMgr_Android::onMatchFamilyStyleCharacter. by bungeman · 10 years ago
  50. a6c27bc Remove references to __system_property_get from Skia by djsollen · 10 years ago
  51. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  52. 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
  53. f79673b Test and generalize font configuration parser by tomhudson · 10 years ago
  54. ba59a67 Remove dependency on std::string by mtklein · 10 years ago
  55. 07cfb20 Correct Android FontMgr use of ttc index and remove unused code. by bungeman · 10 years ago
  56. 3a91424 Fix debug output compile error and minor style nits by tomhudson · 10 years ago
  57. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  58. edb10e7 Only lowercase names in Android font config parser. by bungeman · 10 years ago
  59. 5a27f49 Remove code only used by SkCreateTypefaceForScript which has already been deleted by djsollen · 10 years ago
  60. 9ee1a4a Remove redundant helper function as all clients pass locale by Derek Sollenberger · 10 years ago
  61. e83a7ec Remove unused code now that the android framework has move this logic elsewhere. by Derek Sollenberger · 10 years ago
  62. 1ef960b Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  63. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  64. 8d84c99 SkFontMgr for Android. by bungeman · 10 years ago
  65. f73c237 Get additional DW font metrics when available. by bungeman · 10 years ago
  66. 7b82d0f Revert of SkFontMgr for Android. (https://codereview.chromium.org/414483002/) by robertphillips · 10 years ago
  67. 4f9a01e SkFontMgr for Android. by bungeman · 10 years ago
  68. 3f85403 hide public factory for intermediate class by reed · 10 years ago
  69. 63f413c expand workaround to all 32-bit mips devices without the appropriate gcc support by djsollen · 10 years ago
  70. 733418f Remove SkRefPtr. by bungeman · 10 years ago
  71. e194c49 Remove ambiguous operator= on AutoCFRelease. by bungeman · 10 years ago
  72. eccbfec Fix broken android framework builds where 32-bit MIPS compilers lack 64-bit __sync operators. by Derek Sollenberger · 10 years ago
  73. e7fd6db Remove yet-unused 64-bit atomic hooks. by Mike Klein · 10 years ago
  74. e9d2d09 Leaking CGBitmapContext in SkFontHost_mac by ljagielski · 10 years ago
  75. cd27a41 Use va_list variable safely by qiankun.miao · 10 years ago
  76. ed45868 remove SK_SUPPORT_LEGACY_PIXELREF_UNFLATTENABLE code by reed · 10 years ago
  77. 936b734 ios fixes by caryclark · 10 years ago
  78. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  79. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 10 years ago
  80. bf0b9ce Add file access modes to sk_exists. by bungeman · 10 years ago
  81. 654a9c2 Use a consume load in SkLazyPtr. by mtklein · 10 years ago
  82. 61b1436 sk_malloc_throw/sk_calloc_throw in debug prints size in failure message by halcanary · 10 years ago
  83. 3230517 guard registering mallocpixelref for chrome by reed · 10 years ago
  84. 9a9eae2 change pixelref to not inherit from SkFlattenable by reed · 10 years ago
  85. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  86. 9504dd5 Remove SK_IGNORE_DWRITE_RENDERING_FIX. by Ben Wagner · 10 years ago
  87. 256b351 CTFontCopy*Name may return NULL. by bungeman · 10 years ago
  88. e438ddb Uses optional mutex to guard construction of the singleton, which by tomhudson · 10 years ago
  89. e41f388 Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by mtklein · 10 years ago
  90. 60b08a0 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  91. cad0cb2 Grant independence to SkBaseMutex on Windows. by tomhudson · 10 years ago
  92. 50a7b0e Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/) by reed · 10 years ago
  93. df022f5 Fix race condition in parallel font initialization. by tomhudson · 10 years ago
  94. 935a9f6 force opaque if kCGImageAlpha returns None by reed · 10 years ago
  95. 761b250 DirectWrite to detect GDI only fonts. by bungeman · 10 years ago
  96. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  97. 67ec1f8 Switch SkPDFStream's internal storage from SkStream to SkData by halcanary · 10 years ago
  98. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  99. 5a940b5 Tidy up fOwner in SkMutex_pthread.h. by mtklein · 10 years ago
  100. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago