1. 3e45a2f Directly use SkScalerContextRec. by Ben Wagner · 7 years ago
  2. d94e00c abort if glyph metrics fall outside safe rect by Mike Klein · 7 years ago
  3. a4083c9 make most of SkColorPriv.h private by Cary Clark · 7 years ago
  4. 35ee0e0 clean up useage of SkFloatBits by Mike Reed · 7 years ago
  5. 219f362 Add strikeout font metrics. by Ben Wagner · 7 years ago
  6. 21c1313 Remove SK_IGNORE_GASP_VERSION_CHECK. by Ben Wagner · 7 years ago
  7. 42a2a20 Only respect version 1 gasp tables for symmetric. by Ben Wagner · 7 years ago
  8. 9f59134 Symmetric rendering when >20px with DirectWrite. by Ben Wagner · 7 years ago
  9. 1f5f6b8 Fix advances for aliased text with DirectWrite. by Ben Wagner · 7 years ago
  10. ea07652 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  11. b1f7653 Use the rounded text size for gasp. by Ben Wagner · 7 years ago
  12. 2f3db61 Remove SK_IGNORE_DW_GRAY_FIX. by Ben Wagner · 7 years ago
  13. 3318da5 Replace Thinkness with Thickness. by Ben Wagner · 7 years ago
  14. e0a34e7 Only set dw antialias mode to grayscale for A8. by Ben Wagner · 8 years ago
  15. 2225306 Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  16. b66fa52 Revert "Support pixel antialising in DirectWrite." by Mike Reed · 8 years ago
  17. 34db1ee Support pixel antialising in DirectWrite. by Ben Wagner · 8 years ago
  18. e0c9e00 Remove SK_HAS_DWRITE_X defines. by Ben Wagner · 8 years ago
  19. 8be952a SkScalarMul is deprecated by Mike Reed · 8 years ago
  20. a67615f 'gasp' to control symmetric rendering on Windows. by Ben Wagner · 8 years ago
  21. a6725fc Support fCapHeight in SkScalerContext_DW by Koji Ishii · 8 years ago
  22. 6e9ac12 Clean up glyph id handling. by Ben Wagner · 8 years ago
  23. 7cfd46a SkScalerContext to use smart pointers. by bungeman · 8 years ago
  24. 5f54434 Remove assert that current color is never used. by bungeman · 8 years ago
  25. 73c7c3c Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of https://codereview.chromium.org/2065833002/ ) by bungeman · 8 years ago
  26. bd770d6 Support pixel antialising in DirectWrite. by bungeman · 8 years ago
  27. f10637f Type-erase SkAutoMutexAcquire and SkAutoExclusive. by mtklein · 8 years ago
  28. c4b0915 Implement support for rendering color emoji on Windows by kulshin · 8 years ago
  29. a9322c2 Revert "Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ )" by reed · 8 years ago
  30. 25e0a04 Revert of Pass effects directly to fontcache (patchset #8 id:140001 of https://codereview.chromium.org/1863013003/ ) by borenet · 8 years ago
  31. c791728 Pass effects directly to fontcache by reed · 8 years ago
  32. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  33. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  34. 6440f0b Add shared mutexes to the direct write cache code to get better parallelism. by herb · 9 years ago
  35. 546dc32 Use SkAutoTExclusive guard in DirectWrite port. by herb · 9 years ago
  36. c7378af Add a mutex to protect the DWrite calls. by herb · 9 years ago
  37. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  38. 2f19b55 Remove &glyph from SkASSERT. by dcheng · 9 years ago
  39. 12f0312 Support BGR with DirectWrite. by bungeman · 10 years ago
  40. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  41. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  42. f548444 Detect presence of dwrite_1.h. by bungeman · 10 years ago
  43. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  44. 683a376 Fix error handling in DirectWrite with tiny text. by bungeman · 10 years ago
  45. b2f7fce DirectWrite to use aliased if ClearType is empty. by Ben Wagner · 10 years ago
  46. f73c237 Get additional DW font metrics when available. by bungeman · 10 years ago
  47. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  48. 9504dd5 Remove SK_IGNORE_DWRITE_RENDERING_FIX. by Ben Wagner · 10 years ago
  49. 761b250 DirectWrite to detect GDI only fonts. by bungeman · 10 years ago
  50. c83780c Remove unneeded return from DirectWrite. by Ben Wagner · 10 years ago
  51. 740c3f1 Better rendering detection with DirectWrite. by bungeman · 10 years ago
  52. a3530ef DirectWrite to not round already subpixel metrics. by bungeman · 10 years ago
  53. 98875e1 Rename SkFontHost_win_dw.cpp SkScalerContext. by Ben Wagner · 10 years ago[Renamed from src/ports/SkFontHost_win_dw.cpp]
  54. 51daa25 Split SkFontHost_win_dw. by bungeman · 10 years ago
  55. df1640d Remove SK_IGNORE_DWRITE_BITMAP_FIX. by bungeman · 10 years ago
  56. 8de5b7b Put DirectWrite bitmap fix behind the SK_IGNORE_DWRITE_BITMAP_FIX flag. by bungeman@google.com · 10 years ago
  57. 7c18351 Better handling of bitmaps in DirectWrite. by bungeman@google.com · 10 years ago
  58. e4ae0bc Fix undefined behavior in DirectWrite GDI compatible metrics. by bungeman@google.com · 10 years ago
  59. 7584c29 Un-swap underline position and thickness calcualtions in DirectWrite. by bungeman@google.com · 10 years ago
  60. 058670b Add support for kEmbeddedBitmapText_Flag to DirectWrite. by bungeman@google.com · 10 years ago
  61. d715aaa Measure DirectWrite BW consistently with rendering. by bungeman@google.com · 10 years ago
  62. 6eddc77 Pass the IDWriteFactory instead of relying on a global creator. by bungeman@google.com · 10 years ago
  63. c94a028 Add a default-default font for DirectWrite. by bungeman@google.com · 10 years ago
  64. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 11 years ago
  65. 1d1f234 SkFontStyleSet_DirectWrite::getStyle to properly handle NULL out params. by bungeman@google.com · 11 years ago
  66. 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 · 11 years ago
  67. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  68. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  69. 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
  70. fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
  71. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  72. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  73. aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
  74. 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
  75. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  76. d432332 Remove unwanted gFTMutex from DirectWrite port. by bungeman@google.com · 11 years ago
  77. 8f53d58 Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection. by bungeman@google.com · 11 years ago
  78. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  79. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  80. 172c363 Add missing braces for r11955. by bungeman@google.com · 11 years ago
  81. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  82. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  83. 86dd752 Mutex protect SkFontMgr_DirectWrite cache. by bungeman@google.com · 11 years ago
  84. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  85. 7687578 Fix for 10963: Use mx instead of my where mx is wanted. by bungeman@google.com · 11 years ago
  86. e1b9bad Clear unknown DirectWrite font metrics. by bungeman@google.com · 11 years ago
  87. 42a7829 Better error reporting when dynamic loading fails with DirectWrite. by bungeman@google.com · 11 years ago
  88. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  89. af9296e Update DirectWrite code so that it is loadable on XP. by bungeman@google.com · 11 years ago
  90. bcb88e5 Revert r10788 (allow both GDI and DW fontmgrs at the same time) due to Chromium XP bot failures by robertphillips@google.com · 11 years ago
  91. 7475811 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  92. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  93. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  94. 936be47 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  95. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  96. a8b20d6 remove uncalled local functions by reed@google.com · 11 years ago
  97. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  98. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  99. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  100. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago