1. a1c3256 fix clipping of lcd edge pixels by reed@google.com · 13 years ago
  2. 613e9fe apply contrast before blend-gamma-calc by reed@google.com · 13 years ago
  3. 1ac8350 implement gamma correction for freetype text. by reed@google.com · 13 years ago
  4. ddd0ed5 Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not that Chrome's font host has been updated. by bungeman@google.com · 13 years ago
  5. 61c2204 add SkCreateDataProviderFromStream to SkCGUtils by reed@google.com · 13 years ago
  6. fbd033d Fix memory leak in GetTableData() and add unittests for it by reed@google.com · 13 years ago
  7. 1214cd0 Provide fallbacks for web fonts. by caryclark@google.com · 13 years ago
  8. eee6661 Use intrinsics for atomic inc and dec on Windows. by bungeman@google.com · 13 years ago
  9. ae50e11 Remove SkFontHost::ValidFontID PART 1: remove only caller. by bungeman@google.com · 13 years ago
  10. e401399 Lazily allocate gNameList, and protect its usage behind the global mutex. by djsollen@google.com · 13 years ago
  11. ee51d1a Fix TypefaceCache races. http://codereview.appspot.com/5656066/ by bungeman@google.com · 13 years ago
  12. 4dc686d Fix regression where we disable fonts with no specified name by djsollen@google.com · 13 years ago
  13. 60abb07 Merge changes from the android repo upstream to Skia by djsollen@google.com · 13 years ago
  14. dd43df9 suport A8 grayscale text with COLOR_LUMINANCE build option by reed@google.com · 13 years ago
  15. 813d38b if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component by reed@google.com · 13 years ago
  16. ce6dbb6 enable color-luminance in font cache (disabled by default) by reed@google.com · 13 years ago
  17. 0928c4a Make SkImageEncoder_CG report more failures to its caller. by epoger@google.com · 13 years ago
  18. 1771cbf posix: Avoid static initializers in static/global mutexes by digit@google.com · 13 years ago
  19. 76bd254 fix vertical bold text on mac by caryclark@google.com · 13 years ago
  20. b90113d Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeType by epoger@google.com · 13 years ago
  21. 8351aab add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD by reed@google.com · 13 years ago
  22. dcbd6e3 remove unused bool param to SkMutex constructor by reed@google.com · 13 years ago
  23. f66436c android: optimize atomics routines by digit@google.com · 13 years ago
  24. fa394d4 Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID by djsollen@google.com · 13 years ago
  25. 88f57d7 Mac generateFontMetrics not converting to scalar. by bungeman@google.com · 13 years ago
  26. c84547a Remove attempt at subpixel handling from GDI font host. by bungeman@google.com · 13 years ago
  27. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  28. 5fbb4dc support vertical text and typeface-by-name on Leopard by caryclark@google.com · 13 years ago
  29. 5d80f90 fix vertical text on Lion by caryclark@google.com · 13 years ago
  30. 8f3c44a partial fix for vertical text on Lion by caryclark@google.com · 13 years ago
  31. d26147a add optional manual global initialization by caryclark@google.com · 13 years ago
  32. 05b6f3a move variable declarations above goto lines, to fix warning/error about by reed@google.com · 13 years ago
  33. 2b49cc8 remove obsolete assert by reed@google.com · 13 years ago
  34. ffe49f5 store 3 bits of luminance, but (for now) discretize that in fonthost::filterec by reed@google.com · 13 years ago
  35. 1f6b4ae remove GetGammaFlag from SkFontHost prep for retooling of gamma support by reed@google.com · 13 years ago
  36. b6bb5cb reorder bits and remove obsolete kForceAA experimental bit by reed@google.com · 13 years ago
  37. bdc9988 only call FT_Get_Advance if we really want linear metrics by reed@google.com · 13 years ago
  38. 9998c66 remove all references to SkGlobals (obsolete) by reed@google.com · 13 years ago
  39. aa336da pass font size explicitly for leopard http://codereview.appspot.com/5401043/ by caryclark@google.com · 13 years ago
  40. da95772 Add support in Android for AdvancedTypefaceMetrics by djsollen@google.com · 13 years ago
  41. 0975219 Fix broken Android build. by djsollen@google.com · 13 years ago
  42. ce04659 Remove unneeded include which is breaking build. by bungeman@google.com · 13 years ago
  43. 39698b1 Add paging support for handle based typefaces. by bungeman@google.com · 13 years ago
  44. ec6d218 suppress warnings on clang http://codereview.appspot.com/5372101 by caryclark@google.com · 13 years ago
  45. f1511f2 check for null on Lion http://codereview.appspot.com/5369107/ by caryclark@google.com · 13 years ago
  46. 4e27d6e add vertical text support in mac port http://codereview.appspot.com/5375053 by caryclark@google.com · 13 years ago
  47. 830a23e add vertical-text bit to paint (not supported yet) by reed@google.com · 13 years ago
  48. caa9135 remove common fields from Offscreen utility class by caryclark@google.com · 13 years ago
  49. 5a5c2ab change m to f http://codereview.appspot.com/5376043/ by caryclark@google.com · 13 years ago
  50. 318cf92 Cleanup for the Android build. by djsollen@google.com · 13 years ago
  51. 77407ca add api to SkGraphics to get/set font cache limit by reed@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. 1f5f943 revert accidental change to lcd format pref by reed@google.com · 13 years ago
  55. 4a1234b create inline versions of common CGRect functions, since they appeared on by reed@google.com · 13 years ago
  56. 8e372c9 custom memset32 to speed up erasing the offscreen when its width is small. by reed@google.com · 13 years ago
  57. 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
  58. d0601d2 speed up font cache creation (20x using FontScalerBench) by reed@google.com · 13 years ago
  59. c8e5178 fix font id calculation by caryclark@google.com · 13 years ago
  60. 873c532 fix monospace glyph bounds on Lion by caryclark@google.com · 13 years ago
  61. 0dbb311 Don't use LCD on grayscale devices. http://codereview.appspot.com/5281041 by caryclark@google.com · 13 years ago
  62. d23ae9d fix Leopard glyph bounds by caryclark@google.com · 13 years ago
  63. dce0d11 add support for local fonts http://codereview.appspot.com/5295052/ by caryclark@google.com · 13 years ago
  64. 90d812b Remove duplicate GetFontStyle from SkFontHost_win. by bungeman@google.com · 13 years ago
  65. cb6c2f4 Just use ExtTextOutW for glyphs. http://codereview.appspot.com/5308047/ by bungeman@google.com · 13 years ago
  66. 2174494 use ATSFontRef for our unique ID. Much more stable than using the ptr itself (duh) by reed@google.com · 13 years ago
  67. fd8772e bug fix for character 0x200B : zero-advance-space by reed@google.com · 13 years ago
  68. 767ea3b change gamma for white and neutral text by reed@google.com · 13 years ago
  69. 84e43fd fix text for Lion, Leopard, Skia on Mac by caryclark@google.com · 13 years ago
  70. 127c3be Remove debug messages that are no longer needed. by vandebo@chromium.org · 13 years ago
  71. 7430a33 invert gamma for non-black/white text by reed@google.com · 13 years ago
  72. 6fc3c1f Detect that we're drawing to a device that has per-pixel alpha, and if so, by reed@google.com · 13 years ago
  73. 3c9f8ff remove clearing gamma for BW, since caller does that now by reed@google.com · 13 years ago
  74. 6f5df48 add gamma-correct text by reed@google.com · 13 years ago
  75. 2739b27 move specialization of 16 -vs- 32 lcd format to the fonthost by reed@google.com · 13 years ago
  76. 421093d support gamma correction for lcd text by reed@google.com · 13 years ago
  77. f8897e8 Add debug trap to track down crash. by vandebo@chromium.org · 13 years ago
  78. 7a23014 fix bw bits when width >= 16 by reed@google.com · 13 years ago
  79. 6a8f14d doh -- fix conversion to BW from color/gray by reed@google.com · 13 years ago
  80. 754e4eb set gamma flag for white, since GDI gives us different (better) values by reed@google.com · 13 years ago
  81. bbb77d5 Add asserts to track down Chrome crash (bug 94421). by vandebo@chromium.org · 13 years ago
  82. 82cff02 tweak check for BW to avoid cmp by reed@google.com · 13 years ago
  83. 5e2df64 detect when LCD is really just BW, and remark the glyph as that. by reed@google.com · 13 years ago
  84. 2e2f3f5 Update SkCoInitialize to better match spec. by bungeman@google.com · 13 years ago
  85. 99edd43 cache offscreen HDC by reed@google.com · 13 years ago
  86. 4fd0fb0 Fix realloc->reset rename missed in mac file by bsalomon@google.com · 13 years ago
  87. 7d4679a Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, use reset in GrBufferAllocPool by bsalomon@google.com · 13 years ago
  88. f8cead5 outset 2 on all sides, as we now find some CJK fonts that are off by by reed@google.com · 13 years ago
  89. 17b7894 rolling back the experimental rollbacks in r2178-2179 by epoger@google.com · 13 years ago
  90. 5f22657 rolling tree back to its state as of r2169 to see if that fixes Windows buildbots by epoger@google.com · 13 years ago
  91. 513909f9 Remove compiler warnings (Linux clang, mostly). by tomhudson@google.com · 13 years ago
  92. cb6ccdd respect subpixel positioning by reed@google.com · 13 years ago
  93. d361e7e silence end of file LF warning on chrome's mac builds by bsalomon@google.com · 13 years ago
  94. 0986600 Use gcc intrinsic functions for atomic incr and decr by bsalomon@google.com · 13 years ago
  95. 37ad8fb [PDF] Subset font advance data (W array). by vandebo@chromium.org · 13 years ago
  96. 7b13aca Revert "Improve generation of glyph advance array." This reverts commit r2126 by vandebo@chromium.org · 13 years ago
  97. e7f3300 Improve generation of glyph advance array. by vandebo@chromium.org · 13 years ago
  98. 8fbc3f0 Add missing function declarations. http://codereview.appspot.com/4904043/ by caryclark@google.com · 13 years ago
  99. 66f2e33 Port change r2040 to mac by ctguil@chromium.org · 13 years ago
  100. a767fa0 add api for scalers to force us to use skia to generate their bits from their by reed@google.com · 13 years ago