1. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  2. 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
  3. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  4. 6bd8d1c Fill capHeight and maxCharWidth on Mac. by bungeman · 9 years ago
  5. 1b5f25c Remove attempted bug mitigation in Mac typeface. by bungeman · 9 years ago
  6. 7888401 Provide tag-along for SkCreateTypefaceFromCTFont. by bungeman · 9 years ago
  7. 41868fe Font variations. by bungeman · 9 years ago
  8. 4657068 Revert of Font variations. (patchset #26 id:500001 of https://codereview.chromium.org/1027373002/) by robertphillips · 9 years ago
  9. 3489ee0 Font variations. by bungeman · 9 years ago
  10. 5ae1312 Revert of Font variations. (patchset #21 id:400001 of https://codereview.chromium.org/1027373002/) by bungeman · 9 years ago
  11. 05773ed Font variations. by bungeman · 9 years ago
  12. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  13. 64fb51d Fix typeface ids on Mac. by bungeman · 9 years ago
  14. 9416494 Ammend font table data experiment on Mac. by bungeman · 9 years ago
  15. e3bea5c Attempted mitigation of font tables released early. by bungeman · 9 years ago
  16. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  17. de9e7a7 For safety include SkTypes.h in SkFontHost_mac.cpp by mtklein · 9 years ago
  18. aae3091 Draw glyphs on Mac without font transform. by bungeman · 9 years ago
  19. b3310c2 Set the ttcIndex on Mac onOpenStream. by bungeman · 9 years ago
  20. 994e818 Provide Mac 10.6 SDK support for kCTFontColorGlyphsTrait. by bungeman · 10 years ago
  21. 98c251b Use traits instead of table for color glyph detection. by bungeman · 10 years ago
  22. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  23. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 3b4b66c Work around changes in OSX 10.10. by bungeman · 10 years ago
  26. 3490263 Replace use of deprecated CG methods. by bungeman · 10 years ago
  27. c6b8b02 Remove support for OSX 10.5. by bungeman · 10 years ago
  28. be2284d Use text size on Mac. by bungeman · 10 years ago
  29. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  30. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  31. 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
  32. a3d3065 Revert of Bisect Mac performance regression. (patchset #6 id:100001 of https://codereview.chromium.org/693213002/) by egdaniel · 10 years ago
  33. 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
  34. 967937c Combine nameFontStyleProc and FindByNameStyle. by bungeman · 10 years ago
  35. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  36. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  37. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  38. 7b09aab Correct glyph with non-bmp from typeface on Mac. by bungeman · 10 years ago
  39. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  40. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  41. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  42. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  43. e194c49 Remove ambiguous operator= on AutoCFRelease. by bungeman · 10 years ago
  44. e9d2d09 Leaking CGBitmapContext in SkFontHost_mac by ljagielski · 10 years ago
  45. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  46. 256b351 CTFontCopy*Name may return NULL. by bungeman · 10 years ago
  47. 26337e9 Fix SkTypeface::serialize() on Mac by properly indicating local fonts by caseq · 10 years ago
  48. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  49. 0bc406d Adding code to calculate Underline Thickness from Font Metrics, this will be useful when Skia is used with Blink/Chrome. Blink changes are uploaded with code change in patch https://codereview.chromium.org/147703002/ by commit-bot@chromium.org · 10 years ago
  50. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  51. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  52. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  53. 45dfe6b Revert of https://codereview.chromium.org/111853003/ by commit-bot@chromium.org · 11 years ago
  54. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  55. 7ad9368 Revert of https://codereview.chromium.org/109033002/ by commit-bot@chromium.org · 11 years ago
  56. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  57. e167b11 Shut up the CoreText performance note. by commit-bot@chromium.org · 11 years ago
  58. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  59. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  60. 0673efe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  61. 72b8cb2 onCharsToGlyphs to handle non-bmp on Mac. by bungeman@google.com · 11 years ago
  62. fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
  63. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  64. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  65. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  66. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  67. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  68. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  69. 76015b0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. 7fdcd44 support SK_FONTHOST_USES_FONTMGR on mac by reed@google.com · 11 years ago
  71. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 11 years ago
  72. 371add8 Remove SK_IGNORE_MAC_TEXT_BOUNDS_FIX workaround. by commit-bot@chromium.org · 11 years ago
  73. 539f364 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  74. cefd981 Fix vertical text scaling and clipping on Mac. by bungeman@google.com · 11 years ago
  75. e944de7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  76. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  77. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  78. f77b35d add HACK_COLORGLYPHS (disabled) to test colorglyphs by reed@google.com · 11 years ago
  79. d55846d Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  80. 964988f add matcher to fontstyleset Review URL: https://codereview.chromium.org/13312002 by reed@google.com · 11 years ago
  81. 87379e1 Fix minor cppcheck-found issues by robertphillips@google.com · 11 years ago
  82. dea7ee0 add caching to fontmgr for mac by reed@google.com · 11 years ago
  83. 3dcbd46 CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) by reed@google.com · 11 years ago
  84. 37cbc7f Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  85. ce8b3de store real fontstyle on mac fonts by reed@google.com · 11 years ago
  86. 83787c5 impl part of SKFontMgr for mac by reed@google.com · 11 years ago
  87. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  88. e60ed08 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  89. 95625db check-point (early) for fontmgr stuff, not called. by reed@google.com · 11 years ago
  90. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  91. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  92. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  93. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  94. 6c66d2f remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* by reed@google.com · 11 years ago
  95. cc9aad5 override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for by reed@google.com · 11 years ago
  96. c1641fc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  97. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  98. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  99. fed86bd move most of SkFontHost to private (preceeding making it all private) by reed@google.com · 11 years ago
  100. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago