1. bd1fb49 Rename SkFontHost_none.cpp to SkFontMgr_empty_factory. by bungeman · 9 years ago
  2. 871872f change old picture serialization to really handle images by reed · 9 years ago
  3. 13a007d Expose SkFaceRec less. by bungeman · 9 years ago
  4. 1e23736 Remove FT_HAS_COLOR definition. by bungeman · 9 years ago
  5. 77f85ad Move Android SkFontMgr::Factory to its own file. by bungeman · 9 years ago
  6. 0b1de26 Move FontConfig factory into separate file. by bungeman · 9 years ago
  7. 921827b Add a note to SkGlobalInitialization_chromium.cpp. by mtklein · 9 years ago
  8. 5cf1949 Refactor SkFontHost_linux into SkFontMgr_custom. by bungeman · 9 years ago
  9. 6bd8d1c Fill capHeight and maxCharWidth on Mac. by bungeman · 9 years ago
  10. 1b5f25c Remove attempted bug mitigation in Mac typeface. by bungeman · 9 years ago
  11. 7888401 Provide tag-along for SkCreateTypefaceFromCTFont. by bungeman · 9 years ago
  12. 726cf90 Add cmap 3,0 (symbol) as Unicode fallback. by bungeman · 10 years ago
  13. 08d1714 Remove SK_FREETYPE_HAS_MM. by bungeman · 10 years ago
  14. c657b69 Revert of Remove SK_FREETYPE_HAS_MM. (patchset #1 id:1 of https://codereview.chromium.org/1143133006/) by reed · 10 years ago
  15. 4f61fee Remove SK_FREETYPE_HAS_MM. by bungeman · 10 years ago
  16. a9f1db7 Use SkTArray instead of SkSTArray in movable. by bungeman · 10 years ago
  17. 41868fe Font variations. by bungeman · 10 years ago
  18. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 10 years ago
  19. 3489ee0 Font variations. by bungeman · 10 years ago
  20. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 10 years ago
  21. 05773ed Font variations. by bungeman · 10 years ago
  22. 10b063c Extensible Android font configuration parsing. by bungeman · 10 years ago
  23. dd4e568 Make Noto Sans Mono CJK JP an alias to MS Gothic by jshin · 10 years ago
  24. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 10 years ago
  25. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 10 years ago
  26. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 10 years ago
  27. 67d71c8 stop calling SkScalarDiv by reed · 10 years ago
  28. c0727d1 Trim whitespace from parsed filename in Android v21. by bungeman · 10 years ago
  29. d129084 remove dead code behind BOOL_ONGETINFO by reed · 10 years ago
  30. 64fb51d Fix typeface ids on Mac. by bungeman · 10 years ago
  31. 0b9d411 SkTime: return timezone information; format in ISO-8601 by halcanary · 10 years ago
  32. 6837b38 Check for NULL familyName in SkFontMgr_fontconfig. by bungeman · 10 years ago
  33. 1d4ec0a FontConfig character/lang match requires weak family. by bungeman · 10 years ago
  34. c64239a Remove system call in DW for default font. by bungeman · 10 years ago
  35. 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
  36. e1ddb3b Regularize lmp::XXX_element_handler. by bungeman · 10 years ago
  37. f61475e Regularize informative messages in Android font parser. by bungeman · 10 years ago
  38. e85a754 Respect declared font style on Android. by bungeman · 10 years ago
  39. 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 10 years ago
  40. 673e902 Respect declared font style on Android. by bungeman · 10 years ago
  41. 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
  42. d803cda Add PS 'all' weight name to scanFont. by bungeman · 10 years ago
  43. 9416494 Ammend font table data experiment on Mac. by bungeman · 10 years ago
  44. e3bea5c Attempted mitigation of font tables released early. by bungeman · 10 years ago
  45. 5c9fa28 Add option to embed font data into executable. by bungeman · 10 years ago
  46. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
  47. b8a1d30 Add font "index" to lmp parser. by bungeman · 10 years ago
  48. 12f0312 Support BGR with DirectWrite. by bungeman · 10 years ago
  49. 665b038 Use typographic font metrics when the font requests. by bungeman · 10 years ago
  50. 3ef71e3 guarded change to SkImageGenerator to make getInfo() const by reed · 10 years ago
  51. 6f94076 Restore GDI text size rounding. by bungeman · 10 years ago
  52. 9552662 Option for SkCodec to treat dst as all zeroes. by scroggo · 10 years ago
  53. 93a1215 SkPaint::FilterLevel -> SkFilterQuality by reed · 10 years ago
  54. de9e7a7 For safety include SkTypes.h in SkFontHost_mac.cpp by mtklein · 10 years ago
  55. aae3091 Draw glyphs on Mac without font transform. by bungeman · 10 years ago
  56. b3310c2 Set the ttcIndex on Mac onOpenStream. by bungeman · 10 years ago
  57. db873d8 add compose-colorfilter by reed · 10 years ago
  58. cf808aa Clang warnings for SkFontHost_FreeType_common.cpp by fmalita · 10 years ago
  59. b69d0e0 BUG=skia: by herb · 10 years ago
  60. 4b583ac FreeType uses unsigned int, Skia uses int. by joshualitt · 10 years ago
  61. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  62. f8d24e2 BUG=skia: by herb · 10 years ago
  63. 994e818 Provide Mac 10.6 SDK support for kCTFontColorGlyphsTrait. by bungeman · 10 years ago
  64. 98c251b Use traits instead of table for color glyph detection. by bungeman · 10 years ago
  65. 9c007f2 Use #if instead of #ifdef with SK_HAS_DWRITE_X. by bungeman · 10 years ago
  66. 28512f7 Use IDWriteFontFallback when available. by bungeman · 10 years ago
  67. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  68. b2bed00 Implement onMatchFamilyStyleCharacter for DirectWrite. by bungeman · 10 years ago
  69. 87fa631 Rename onGetPixelsEnum back to onGetPixels. by scroggo · 10 years ago
  70. e892616 Clarify desired behavior of FontConfigTypeface::LegacyCreateTypeface. by bungeman · 10 years ago
  71. cd87c51 Remove FontConfigTypeface::getFamilyName(). by bungeman · 10 years ago
  72. 0babd3c Update DirectWrite streams to SkStreamAsset. by bungeman · 10 years ago
  73. b5d0ce6 FontFamily SkTArrays can be moved. by bungeman · 10 years ago
  74. 0864908 Make SkImageGenerator::getPixels() return an enum. by scroggo · 10 years ago
  75. 9a0808f Verify all parsed test font files start with cap. by bungeman · 10 years ago
  76. e998b7f Move SkOSFile::Iter impls into ports. by bungeman · 10 years ago
  77. c3c6943 Fix append_fallback_font_families_for_locale. by bungeman · 10 years ago
  78. eb2be7f Additional cleanups to Android config parsing. by bungeman · 10 years ago
  79. 7fa87cd Add factory for Android font manager. by bungeman · 10 years ago
  80. 465206a Add missing SK_OVERRIDE by rmistry · 10 years ago
  81. efbad37 Don't read unecessary font files on Android. by bungeman · 10 years ago
  82. b6bed17 Convert FamilyData to Skia style field names. by bungeman · 10 years ago
  83. 7a3527d Do not leak FamilyData in Android SkFontMgr. by bungeman · 10 years ago
  84. 3af41fa Do not add indirection to XML_Parser. by bungeman · 10 years ago
  85. e7ea40f Reland "remove unused SkAvoidXfermode" by scroggo · 10 years ago
  86. 52b64b4 SkFontHost_FreeType takes advantage of SkStreamAsset. by bungeman · 10 years ago
  87. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  88. a64c48f Move sync code to include/, switch from using platform define to a proxy header in core/ by mtklein · 10 years ago
  89. 28b44e8 And change SkAutoTUnref<const SkStream to SkAutoTDelete. by scroggo · 10 years ago
  90. e58898e Remove another caller of SkRef(SkStream) by scroggo · 10 years ago
  91. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  92. ec7e12f Lcd request early check in SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  93. d4742fa Reduce overhead of SkFontHost_FreeType::onFilterRec. by bungeman · 10 years ago
  94. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  95. b2b416d Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://codereview.chromium.org/860583002/) by scroggo · 10 years ago
  96. 2d02df7 remove unused SkAvoidXfermode by reed · 10 years ago
  97. 199ba8e namespace {} trick for SK_DECLARE_STATIC_ONCE by mtklein · 10 years ago
  98. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  99. 4490da2 Can't include SkTypes.h from ports/ by Mike Klein · 10 years ago
  100. 8b50ac2 Use error-checking mutexes in Debug builds. by mtklein · 10 years ago