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. 39a9a50 Make SkAdvancedTypefaceMetrics private. by reed · 9 years ago
  5. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  6. 6f94076 Restore GDI text size rounding. by bungeman · 9 years ago
  7. b69d0e0 BUG=skia: by herb · 10 years ago
  8. e59bbf1 Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/) by scroggo · 10 years ago
  9. f8d24e2 BUG=skia: by herb · 10 years ago
  10. 7be2eb8 Remove SkFontHost includes and friends. by bungeman · 10 years ago
  11. 5f213d9 SkTypeface to use SkStreamAsset. by bungeman · 10 years ago
  12. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  13. 3f43f8a remove dead SkPersp macros by reed · 10 years ago
  14. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  15. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  16. d02cf26 change roundOut() to take a dst, so we can use that signature to return IRect by reed · 10 years ago
  17. 33068c1 Enforce pure virtual behavior for onMatchFamilyStyleCharacter by djsollen · 10 years ago
  18. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  19. 60b6e9d Remove a pointless use of SkWeakRefCnt. by mtklein · 10 years ago
  20. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  21. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  22. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  23. b374d6a Add onGetFamilyName to SkTypeface. by bungeman · 10 years ago
  24. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  25. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  26. c6cb56f Implement text rendering with NVPR by kkinnunen · 10 years ago
  27. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  28. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  29. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 10 years ago
  30. 1c26111 Fix typo in SkFontHost_win.cpp in comment. by bungeman@google.com · 10 years ago
  31. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  32. 72cf4fc A remotable font management interface and DirectWrite implementation. by bungeman@google.com · 10 years ago
  33. 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
  34. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  35. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  36. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  37. 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
  38. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  39. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  40. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  41. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  42. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  43. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  44. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  45. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  46. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  47. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  48. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  49. dd88ecc Fix slight hinting with GDI. by bungeman@google.com · 11 years ago
  50. 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
  51. d1bcfc9 export SkFontMgr_New_... experimental functions for testing in chrome by reed@google.com · 11 years ago
  52. 7bd141d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  53. 3334648 Fix _GDI::generateCharToGlyph to properly handle missing glyphs. by bungeman@google.com · 11 years ago
  54. bfc6cc4 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  55. 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
  56. 0699756 allow both GDI and DW fontmgrs at the same time by bungeman@google.com · 11 years ago
  57. 968863f Revert r10718 to unblock roll by robertphillips@google.com · 11 years ago
  58. 7d65dee allow both GDI and DW fontmgrs at the same time by reed@google.com · 11 years ago
  59. a8b20d6 remove uncalled local functions by reed@google.com · 11 years ago
  60. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  61. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  62. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  63. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  64. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  65. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  66. b10b51f Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  67. 30ddd61 refactoring for SK_FONTHOST_USES_FONTMGR option by reed@google.com · 11 years ago
  68. 6a774a1 Fix subpixel metrics with GDI. by bungeman@google.com · 11 years ago
  69. 27e21fe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  70. 7c86d8e Disable GDI slight hinting. by bungeman@google.com · 11 years ago
  71. 0abbff9 Fix metrics on Windows. by bungeman@google.com · 11 years ago
  72. 4b18f57 Clean up a few warnings on Windows x64. by bungeman@google.com · 11 years ago
  73. 7bdd614 Implement onCountGlyphs and onGetUPEM on Windows. by bungeman@google.com · 11 years ago
  74. 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
  75. 4fe0699 Fix for crbug/253460 (generatePath crashing on Windows). by bungeman@google.com · 11 years ago
  76. e9d8319 Add maxCharWidth and a compile flag to use old metrics (needed by Blink). by bungeman@google.com · 11 years ago
  77. 05a729f Fix limit on size of glyph paths. by bungeman@google.com · 11 years ago
  78. 94b366a negate FontBox.bottom, since it is negative, but we want it positive (doh) by reed@google.com · 11 years ago
  79. 60af92c Use more fields from OutlineFontMEtrics: linegap, bbox. by reed@google.com · 11 years ago
  80. c5fd461 Mask orientation and layout correctly. by commit-bot@chromium.org · 11 years ago
  81. a65a681 Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we by reed@google.com · 11 years ago
  82. 437eea1 impl onCreateFrom... for fontmgr on windows by reed@google.com · 11 years ago
  83. 484f5bc first impl of fontmgr for gdi by reed@google.com · 11 years ago
  84. 390c6d7 Fix font handles leak. We return without freeing resources. by edisonn@google.com · 11 years ago
  85. 070da5e add dummpy SkFontMgr::Factory() impl to font backends, so we can start testing it by reed@google.com · 11 years ago
  86. 1fa793f remove SkFontHost::NextLogicalFont, and add android-specific function by reed@google.com · 11 years ago
  87. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  88. 5526ede land https://codereview.chromium.org/12676024 by reed@google.com · 11 years ago
  89. 292b1d4 remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() by reed@google.com · 11 years ago
  90. 66d831d remove SkFontHost::GetFileName by mike@reedtribe.org · 11 years ago
  91. b58a639 Enable init'ed but unused var warning on windows for closer parity with mac/linux warnings. by bsalomon@google.com · 11 years ago
  92. 0042b9c override SkTypeface::onOpenStream() by reed@google.com · 11 years ago
  93. 055180c Use function-ptr instead of SkFontHost api to allow client to handle by reed@google.com · 11 years ago
  94. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  95. f210f50 add new API for gdi fonts (not hooked up yet) by reed@google.com · 11 years ago
  96. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  97. f381162 use SkStream::NewFromFile() by mike@reedtribe.org · 11 years ago
  98. 0e8eee7 add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) by reed@google.com · 11 years ago
  99. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  100. d1c7f71 Use correct metrics for GDI glyphs. https://codereview.appspot.com/7635045/ by bungeman@google.com · 11 years ago