1. 5f14c5e Factor text size device mapping in SkScalerContext. by bungeman · 10 years ago
  2. 9dc2468 Clean up FreeType library ref counting. by bungeman · 10 years ago
  3. 5ec443c Clean up FreeType code for 2.3.8. by bungeman · 10 years ago
  4. d54d3fc remove unused kLCD_MaskFormat by reed · 10 years ago
  5. 6fee786 Remove SK_USE_SCALED_FONTMETRICS. by bungeman · 10 years ago
  6. c17c658 SK_USE_SCALED_FONTMETRICS for correct scaling by reed · 10 years ago
  7. 6500760 Revert of scale xmin and xmax for FontMetrics (patchset #1 id:1 of https://codereview.chromium.org/685153004/) by robertphillips · 10 years ago
  8. 79c276e scale xmin and xmax for FontMetrics by reed · 10 years ago
  9. 7316b10 Revert of scale xmin/xmax etc in fontmetrics (patchset #1 id:1 of https://codereview.chromium.org/690533004/) by bungeman · 10 years ago
  10. f8c2fef scale xmin/xmax etc in fontmetrics by reed · 10 years ago
  11. 14df833 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  12. 32501a1 Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:20001 of https://codereview.chromium.org/672723002/) by bungeman · 10 years ago
  13. ee0c2e4 Extend SkFontMgr_Custom to cover ttc, otf, pfb. by bungeman · 10 years ago
  14. d2ae728 Use correct size for font style name search. by bungeman · 10 years ago
  15. a4c4a2d Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  16. 802ad83 Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 of https://codereview.chromium.org/488143002/) by mtklein · 10 years ago
  17. 43b8b36 Replace SkTypeface::Style with SkFontStyle. by bungeman · 10 years ago
  18. a85511a Don't try to scale embedded bitmaps. by bungeman · 10 years ago
  19. a10742c update to accommodate latest clang in chrome toolchain by caryclark · 10 years ago
  20. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  21. 729776c Remove unecessary check from android framework build by djsollen · 10 years ago
  22. 858a789 Revert to old autohinting behavior on Android. by djsollen · 10 years ago
  23. 1b27704 Remove ALL font fallback logic from Skia. by djsollen · 10 years ago
  24. 3a21d61 Update find_name_and_attributes to take ttc index and rename to SkTypeface_FreeType::ScanFont. by bungeman · 10 years ago
  25. 4107806 Remove vertical/horizontal metrics selection. by bungeman · 10 years ago
  26. 0f9bad0 [PDF] Fix font embedding restrictions. by vandebo · 10 years ago
  27. 4a867a6 Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. by bungeman@google.com · 10 years ago
  28. d3031aa Stage fixes for underline position. by commit-bot@chromium.org · 10 years ago
  29. c18ba27 Remove SK_IGNORE_FREETYPE_ROTATION_FIX and guarded code. by bungeman@google.com · 10 years ago
  30. d3fbd34 Fix size of rotated text with FreeType. by bungeman@google.com · 10 years ago
  31. 921d2b3 The android framework should not embolden glyphs that originate from bold fonts. by commit-bot@chromium.org · 10 years ago
  32. 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
  33. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 10 years ago
  34. fe755b4 Remove BOM from SkFontHost_FreeType.cpp. by bungeman@google.com · 11 years ago
  35. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  36. 6fa81d7 Revert of https://codereview.chromium.org/119943002/ by commit-bot@chromium.org · 11 years ago
  37. 5f2fd5d Revert of https://codereview.chromium.org/101423004/ by commit-bot@chromium.org · 11 years ago
  38. a9e9a25 This patch makes SkScalerContext_FreeType to be the only one which embolden the glyphs. by commit-bot@chromium.org · 11 years ago
  39. 12bd4a0 Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypefaceMetrics. by bungeman@google.com · 11 years ago
  40. cbe1b54 Supports the cap height for FreeType even when TT OS2 version is 1. by bungeman@google.com · 11 years ago
  41. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  42. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  43. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  44. 4d71db8 Actually mark other types of fonts as 'kOther' in FreeType port. by bungeman@google.com · 11 years ago
  45. 35fe737 prototype for kerning api by reed@google.com · 11 years ago
  46. b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
  47. 2822c9a Nobody defines SK_SUPPORT_HINTING_SCALE_FACTOR any more, so remove it. by mtklein@google.com · 11 years ago
  48. 839702b Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  49. f7af91b Reverting r10608 (Add getFamilyNames to SkTypeface) due to compilation failures by robertphillips@google.com · 11 years ago
  50. 246b1c2 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  51. a980269 Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  52. 7ca6d2f Reverting r10589: Add getFamilyNames to SkTypeface by jvanverth@google.com · 11 years ago
  53. 990d85f Add getFamilyNames to SkTypeface. by bungeman@google.com · 11 years ago
  54. 5ecd4fa Fix SkTMin call introduced in 10500 which fails on some platforms. by bungeman@google.com · 11 years ago
  55. ddc218e Implement onGetTableTags and onGetTableData on Windows. by bungeman@google.com · 11 years ago
  56. b4162b1 impl charsToGlyphs for freetype by reed@google.com · 11 years ago
  57. e944de7 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  58. f073b33 reimplement generateFontMetrics to keep all calculations in SkScalar, avoiding the by reed@google.com · 11 years ago
  59. fe74765 Change fixedWidth to fixedPitch and implement on Windows. by bungeman@google.com · 11 years ago
  60. 2cdc671 add virtual SkTypeface::onOpenStream and override that for fontconfig by reed@google.com · 11 years ago
  61. 38c37dd call onGetUPEM to subclasses can optimize it, and place default behavior by reed@google.com · 11 years ago
  62. 5dd4502 Update code to use helper function for better readability/searching. by djsollen@google.com · 11 years ago
  63. 2689f61 move impl of AdvancedTypefaceMetrics into typeface (3) by reed@google.com · 11 years ago
  64. 0da4861 remove SkFontHost::CreateScalerContext by reed@google.com · 11 years ago
  65. dcf9c19 [PDF] Always set the symbolic Flag for Fonts. by vandebo@chromium.org · 11 years ago
  66. 4bd2bdb Upstream changes from Android. by djsollen@google.com · 11 years ago
  67. 66a58ac Fixed a few warnings by sugoi@google.com · 11 years ago
  68. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  69. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  70. 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
  71. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  72. ce8a195 [PDF] Fix index calculation for Type1 advance retrieval. by vandebo@chromium.org · 12 years ago
  73. fb2fdcc wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex by reed@google.com · 12 years ago
  74. 62566f3 Change FreeType lcd filter to provide better results. by bungeman@google.com · 12 years ago
  75. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  76. 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
  77. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  78. 9548be3 landing https://codereview.appspot.com/6506117 by reed@google.com · 12 years ago
  79. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  80. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  81. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  82. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  83. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  84. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  85. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  86. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  87. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  88. d074c37 Need to apply matrix to advance in generateAdvance (as we already were in generateMetrics) by reed@google.com · 12 years ago
  89. 875eb98 Fix crash with LCD vertical text. https://codereview.appspot.com/6012050/ by bungeman@google.com · 12 years ago
  90. 5582e63 Compare scalars to scalars (fixes fixed point). by bungeman@google.com · 12 years ago
  91. 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 12 years ago
  92. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 12 years ago
  93. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  94. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  95. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  96. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  97. d8b599c Add basic support for vertical text into freetype. by djsollen@google.com · 12 years ago
  98. 3aacb41 Use floats for mask table for accuracy. http://codereview.appspot.com/5783099/ by bungeman@google.com · 12 years ago
  99. d2dae96 Use default lcd filter until we have the means to specify one. by bungeman@google.com · 12 years ago
  100. a1bfa21 reenable vertical lcd support by reed@google.com · 12 years ago