1. 66a58ac Fixed a few warnings by sugoi@google.com · 11 years ago
  2. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  3. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  4. 7a722f0 silence excessive printf noise from SkScalerContext_FreeType::generateMetrics for glyph out-of-range. by mike@reedtribe.org · 12 years ago
  5. a76de72 Clean up usage of mask gamma. https://codereview.appspot.com/6749061/ by bungeman@google.com · 12 years ago
  6. ce8a195 [PDF] Fix index calculation for Type1 advance retrieval. by vandebo@chromium.org · 12 years ago
  7. fb2fdcc wrap check for gLCDSupported w/ a guard, so we don't have to grab the mutex by reed@google.com · 12 years ago
  8. 62566f3 Change FreeType lcd filter to provide better results. by bungeman@google.com · 12 years ago
  9. cb1bbb3 Fonts with cubic outlines are rendered without ClearType by GDI. by bungeman@google.com · 12 years ago
  10. 94bc60f Lock gFTMutex when modifying FT globals. by scroggo@google.com · 12 years ago
  11. 8ff8a19 Vertical metrics for FreeType. https://codereview.appspot.com/6554064/ by bungeman@google.com · 12 years ago
  12. 9548be3 landing https://codereview.appspot.com/6506117 by reed@google.com · 12 years ago
  13. 1f1543f re-apply 5508, but with the new compile-flag disabled for now by reed@google.com · 12 years ago
  14. bfe1572 revert 5508 -- it broke most of the builds by reed@google.com · 12 years ago
  15. 1f8787a Using the device scale factor for glyph positioning by wjmaclean@chromium.org · 12 years ago
  16. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  17. fd668cf Fix greenish text rendering on Linux. https://codereview.appspot.com/6484048/ by bungeman@google.com · 12 years ago
  18. 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
  19. c59b5da Split out SkFontHost_FreeType into common files by george@mozilla.com · 12 years ago
  20. 97efada Gamma correcting masks. https://codereview.appspot.com/6244068/ by bungeman@google.com · 12 years ago
  21. bbe5013 Split SkGlyph into its own header. https://codereview.appspot.com/6434049/ by bungeman@google.com · 12 years ago
  22. d074c37 Need to apply matrix to advance in generateAdvance (as we already were in generateMetrics) by reed@google.com · 12 years ago
  23. 875eb98 Fix crash with LCD vertical text. https://codereview.appspot.com/6012050/ by bungeman@google.com · 12 years ago
  24. 5582e63 Compare scalars to scalars (fixes fixed point). by bungeman@google.com · 12 years ago
  25. 8cf3226 Temp fix for very large text sizes. http://codereview.appspot.com/5970065/ by bungeman@google.com · 12 years ago
  26. 9af25f3 Fix coverity defects in FontHost_FreeType by vandebo@chromium.org · 12 years ago
  27. 6390c72 Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  28. fa1dd11 Revert r3523 and r2522 by vandebo@chromium.org · 12 years ago
  29. 354fd0e Fix Coverity reports. (Mostly use of uninitialised values.) by vandebo@chromium.org · 12 years ago
  30. 34f1026 Glyph advances from generateAdvance do not always match generateMetrics results. by bungeman@google.com · 12 years ago
  31. d8b599c Add basic support for vertical text into freetype. by djsollen@google.com · 12 years ago
  32. 3aacb41 Use floats for mask table for accuracy. http://codereview.appspot.com/5783099/ by bungeman@google.com · 12 years ago
  33. d2dae96 Use default lcd filter until we have the means to specify one. by bungeman@google.com · 12 years ago
  34. a1bfa21 reenable vertical lcd support by reed@google.com · 12 years ago
  35. f4f2b80 Don't override the user's hinting level. http://codereview.appspot.com/5792049/ by bungeman@google.com · 12 years ago
  36. d0b6a2d When guessing at the dest, use linear space instead of color space. by bungeman@google.com · 12 years ago
  37. d61b92b restore old no-gamma behavior when requested by reed@google.com · 12 years ago
  38. ec9ed81 allow gamma params to be changed in .gyp by reed@google.com · 12 years ago
  39. a1c3256 fix clipping of lcd edge pixels by reed@google.com · 12 years ago
  40. 613e9fe apply contrast before blend-gamma-calc by reed@google.com · 12 years ago
  41. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 12 years ago
  42. ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 12 years ago
  43. 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 12 years ago
  44. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  45. b90113d Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeType by epoger@google.com · 13 years ago
  46. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  47. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  48. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  49. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  50. bdc9988 only call FT_Get_Advance if we really want linear metrics by reed@google.com · 13 years ago
  51. da95772 Add support in Android for AdvancedTypefaceMetrics by djsollen@google.com · 13 years ago
  52. 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
  53. 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
  54. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  55. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  56. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  57. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  58. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  59. ece2b02 reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE_FIX, by reed@google.com · 13 years ago
  60. 0e35ca8 Temporary rollback of r1924 to unblock DEPS roll by bsalomon@google.com · 13 years ago
  61. 8ed436c disable hinting when rotated, since it looks bad by reed@google.com · 13 years ago
  62. b371ed1 Fix LCD text filtering by epoger@google.com · 13 years ago
  63. 5070d79 Fix build for old versions of freetype without FT_Library_SetLcdFilter by epoger@google.com · 13 years ago
  64. effc501 remove obsolete text codepaths by reed@google.com · 13 years ago
  65. c8e0f93 fix mono bittest by reed@google.com · 13 years ago
  66. 7382407 promote embedded bitmaps for lcd16 by reed@google.com · 13 years ago
  67. 598b859 Fix a new clang warning: by thakis@chromium.org · 13 years ago
  68. bde3c8e improve gray approximation for LCD LERP by reed@google.com · 13 years ago
  69. c518134 add optional decolorization value for lcd text by reed@google.com · 13 years ago
  70. 6744d49 [PDF] Add a ToUnicode mapping for fonts. by vandebo@chromium.org · 13 years ago
  71. 96a9f791 Fix some fixed-width CJK by reed@google.com · 13 years ago
  72. f5dbe2f Upstream android changes. by djsollen@google.com · 13 years ago
  73. 325cb9a Improve the SkAdvancedTypefaceMetrics interface w.r.t. vertical advances. by vandebo@chromium.org · 13 years ago
  74. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  75. 260db92 trim 3-byte column at start and end of freetype bitmap by reed@google.com · 13 years ago
  76. 8abde0a disable lcd format for lcd16 as well by reed@google.com · 13 years ago
  77. ea2333d add LCD16 copy routine by reed@google.com · 13 years ago
  78. 8a5d692 work around linker-error when building on the Mac by reed@google.com · 13 years ago
  79. 0bc7bf5 Implement SkScalerContext_Windows::generateGlyphCount() and provide access via SkGlyphCache interface. by ctguil@chromium.org · 13 years ago
  80. 7b34ea6 Upstreaming code from android repository. by djsollen@google.com · 13 years ago
  81. 5b31b0f add fixed-width attribute to typeface (patch from russellbrenner) by reed@google.com · 13 years ago
  82. 6f72d1e Provide windows font host implementation needed to support TrueType text in pdf backend. by vandebo@chromium.org · 13 years ago
  83. c3a2ae5 Improve usability of SkAdvancedTypefaceMetrics for non PDF cases. by vandebo@chromium.org · 13 years ago
  84. c48b2b3 Cleanup SkPDFTypfaceInfo and make it more generic. by vandebo@chromium.org · 14 years ago
  85. 16be6b8 [PDF] Add replacement implementations for functions missing in older freetype libs. by vandebo@chromium.org · 14 years ago
  86. 618ef5e conditionalize impl on SK_SUPPORT_PDF, to help chrome build by reed@google.com · 14 years ago
  87. 2a22e10 Add Truetype and Type 1 font embedding support by vandebo@chromium.org · 14 years ago
  88. 61a678a Add support for TTC font files in SkFontHost_Freetype. by agl@chromium.org · 14 years ago
  89. a2c71cb Add support for forcing autohinting. by agl@chromium.org · 14 years ago
  90. 36bb697 Add include of FT_SYNTHESIS_H by agl@chromium.org · 14 years ago
  91. e76073b Add support for fake bold of bitmap fonts. by agl@chromium.org · 14 years ago
  92. 70a303f [FreeType] Always use MONO hinting when hinting in monochrome. by agl@chromium.org · 14 years ago
  93. 4526a84 This patch allows the use of the native FreeType emboldening by senorblanco@chromium.org · 14 years ago
  94. b4234a2 skia: Always use aliased text when antialiasing is disabled. by agl@chromium.org · 15 years ago
  95. 9d3a985 add glyph->unichar query (inverse of a cmap) by reed@android.com · 15 years ago
  96. 99e1b90 Add parens in order to make conditional correct. by agl@chromium.org · 15 years ago
  97. 13c8558 Fix r466 which was causing Chromium valgrind failures. by agl@chromium.org · 15 years ago
  98. e95c91e Add flag to enable bitmap strikes. by agl@chromium.org · 15 years ago
  99. 558434a FreeType: fix garbled bitmap glyphs. by agl@chromium.org · 15 years ago
  100. e0d0899 FreeType: don't use bitmap strikes when antialiasing by agl@chromium.org · 15 years ago