1. 6b3eacb Change type of SkGlyph::fAdvance[XY] to float. by benjaminwagner · 8 years ago
  2. 59f093d Correctly handle lfWidth in GDI. by bungeman · 8 years ago
  3. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  4. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  5. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  6. 147ea2f Factor CSS3 matching rules. by bungeman · 9 years ago
  7. 1ee7651 Start making all .cpp files compile-able on all platforms. by mtklein · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  10. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  11. c5b7df4 Remove an unused function. by thakis · 9 years ago
  12. 0007bde SkAdvancedTypefaceMetrics zeroing constructor by halcanary · 9 years ago
  13. 3ba043f Remove another assertion that a reference is non-null. by dcheng · 9 years ago
  14. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  15. 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
  16. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  17. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  18. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  19. 6f94076 Restore GDI text size rounding. by bungeman · 9 years ago
  20. b69d0e0 BUG=skia: by herb · 10 years ago
  21. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  22. f8d24e2 BUG=skia: by herb · 10 years ago
  23. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  24. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  25. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  26. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  27. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  28. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  29. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  30. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  31. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  32. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  33. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  34. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  35. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  36. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  37. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  38. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  39. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  40. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  41. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  42. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 10 years ago
  43. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 10 years ago
  44. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  45. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  46. 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
  47. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  48. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  49. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  50. e1ca705 deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #define SK_SUPPORT_DEPRECATED_SCALARROUND for legacy clients by reed@google.com · 11 years ago
  51. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  52. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  53. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  54. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  55. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  56. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  57. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  58. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  59. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  60. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  61. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  62. dd88ecc Fix slight hinting with GDI. by bungeman@google.com · 11 years ago
  63. 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
  64. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  65. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  66. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 11 years ago
  67. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  68. 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
  69. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  70. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  71. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  72. a8b20d6 remove uncalled local functions by reed@google.com · 11 years ago
  73. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  74. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  75. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  76. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  77. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  78. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  79. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  80. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  81. 6a774a1 Fix subpixel metrics with GDI. by bungeman@google.com · 11 years ago
  82. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  83. 7c86d8e Disable GDI slight hinting. by bungeman@google.com · 11 years ago
  84. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  85. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  86. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  87. 84e22d8 allow createScalerContext to return null, and then have the GDI backend trigger that if we fail to create the necessary GDI resources by reed@google.com · 11 years ago
  88. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  89. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  90. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  91. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 11 years ago
  92. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 11 years ago
  93. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  94. a65a681 Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we by reed@google.com · 11 years ago
  95. 437eea1 impl onCreateFrom... for fontmgr on windows by reed@google.com · 11 years ago
  96. 484f5bc first impl of fontmgr for gdi by reed@google.com · 11 years ago
  97. 390c6d7 Fix font handles leak. We return without freeing resources. by edisonn@google.com · 11 years ago
  98. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  99. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  100. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago