1. 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
  2. e9336aa use colortypes instead of bitmap::config by reed@google.com · 11 years ago
  3. 8a2ad3c add new copyTo version to SkBitmap, which takes SkColorType by commit-bot@chromium.org · 11 years ago
  4. ba9354b SkOnce in is_lcd_supported instead of hand rolled double-checked locking. by commit-bot@chromium.org · 11 years ago
  5. c435360 Fix android build issues with atomics by commit-bot@chromium.org · 11 years ago
  6. 967dee3 Make SkFontMgr interface const. by commit-bot@chromium.org · 11 years ago
  7. fe755b4 Remove BOM from SkFontHost_FreeType.cpp. by bungeman@google.com · 11 years ago
  8. 7fa2a65 fix more 64bit warnings by reed@google.com · 11 years ago
  9. f6f5687 Clarify kAutohinting is kForceAutohinting. by bungeman@google.com · 11 years ago
  10. 94da31d Upstream Android Changes from K release by commit-bot@chromium.org · 11 years ago
  11. 4732df6 Basic support for vector FON. by bungeman@google.com · 11 years ago
  12. b06faac Factor out UnPreMultiplyPreservingByteOrder by commit-bot@chromium.org · 11 years ago
  13. a612d4c Implement a resize image filter. This is needed for the "filterRes" feature in SVG filter effects, which specifies the required size for intermediate processing buffers. In order to make this work, we need to render the primitive at the given resolution (doable at the callsite in Blink), and then to resize the result to the actual on-screen size. The latter is where this filter comes in. by senorblanco@chromium.org · 11 years ago
  14. ca38f2c Fix TODO in SkMutex_win.h to prevent accidental copying. by bungeman@google.com · 11 years ago
  15. 4b5fba5 Use a spinlock in SkOnce. by commit-bot@chromium.org · 11 years ago
  16. 97a5d5d Improve 'stretch' in legacy create typeface for DirectWrite. by bungeman@google.com · 11 years ago
  17. fa8afda Work around SkString::gEmptyRec->writable_str() is unwritable. by bungeman@google.com · 11 years ago
  18. 6fa81d7 Revert of https://codereview.chromium.org/119943002/ by commit-bot@chromium.org · 11 years ago
  19. 5f2fd5d Revert of https://codereview.chromium.org/101423004/ by commit-bot@chromium.org · 11 years ago
  20. a9e9a25 This patch makes SkScalerContext_FreeType to be the only one which embolden the glyphs. by commit-bot@chromium.org · 11 years ago
  21. 12bd4a0 Provide last resort for fCapHeight in SkFontHost_FreeType::onGetAdvancedTypefaceMetrics. by bungeman@google.com · 11 years ago
  22. 98000ef Android now uses Harfbuzz-NG. No need to keep code specific to the old version of Harfbuzz around! by commit-bot@chromium.org · 11 years ago
  23. d9947f6 Split atomic and mutex implementations and make inlinable. by bungeman@google.com · 11 years ago
  24. 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
  25. 8f4d230 remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats by reed@google.com · 11 years ago
  26. cbe1b54 Supports the cap height for FreeType even when TT OS2 version is 1. by bungeman@google.com · 11 years ago
  27. 4f3c305 Fix some presubmit warnings. by tfarina@chromium.org · 11 years ago
  28. 63ba319 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  29. bc55eec Implement SkAshmemDiscardableMemory by halcanary@google.com · 11 years ago
  30. c9a8a7e improve bitmap font support (FreeType only) by bungeman@google.com · 11 years ago
  31. 45dfe6b Revert of https://codereview.chromium.org/111853003/ by commit-bot@chromium.org · 11 years ago
  32. 5f209e6 Revert "[PDF] Fix font embedding restrictions." by vandebo@chromium.org · 11 years ago
  33. 7ad9368 Revert of https://codereview.chromium.org/109033002/ by commit-bot@chromium.org · 11 years ago
  34. 00e00b0 Fix missing ; in win code. by vandebo@chromium.org · 11 years ago
  35. 47fb2b9 [PDF] Fix font embedding restrictions. by commit-bot@chromium.org · 11 years ago
  36. e167b11 Shut up the CoreText performance note. by commit-bot@chromium.org · 11 years ago
  37. aeec334 Fix one too many levels of indirection introduced in 12573. by bungeman@google.com · 11 years ago
  38. 0ff457b Fix threading issue in DirectWrite port initialization. by bungeman@google.com · 11 years ago
  39. 29d9693 SkDecodingImageGenerator now uses SkStreamRewindable by halcanary@google.com · 11 years ago
  40. dbba5a4 Fix change src/ports/SkImageDecoder_empty.cpp missed in 103033002 by halcanary@google.com · 11 years ago
  41. 2c7c7ee Big Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache by halcanary@google.com · 11 years ago
  42. 0d9e3da Use lowercase windows.h in includes to fix Windows cross compilation using mingw. by bungeman@google.com · 11 years ago
  43. 4d71db8 Actually mark other types of fonts as 'kOther' in FreeType port. by bungeman@google.com · 11 years ago
  44. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  45. d432332 Remove unwanted gFTMutex from DirectWrite port. by bungeman@google.com · 11 years ago
  46. ad04eb4 Add SkImageGenerator Interface by halcanary@google.com · 11 years ago
  47. 8f53d58 Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection. by bungeman@google.com · 11 years ago
  48. f7159bb De-generalize create_typeface on Windows. by bungeman@google.com · 11 years ago
  49. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  50. 451b596 Android FontHost cannot use FontMgr yet. by bungeman@google.com · 11 years ago
  51. e0f0468 Give Android a SkFontMgr::Factory which was missing as of r12217. by bungeman@google.com · 11 years ago
  52. b3d154d Remove SK_FONTHOST_USES_FONTMGR. by bungeman@google.com · 11 years ago
  53. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  54. 2bd8b81 move SkImage::ColorType into SkColorType by reed@google.com · 11 years ago
  55. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  56. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  57. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  58. 35fe737 prototype for kerning api by reed@google.com · 11 years ago
  59. 0673efe Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 72b8cb2 onCharsToGlyphs to handle non-bmp on Mac. by bungeman@google.com · 11 years ago
  61. fb1663a Fix non-bmp in generateCharToGlyph on Mac. by bungeman@google.com · 11 years ago
  62. 172c363 Add missing braces for r11955. by bungeman@google.com · 11 years ago
  63. 3c996f8 Implement charToGlyph on remaining ports. by bungeman@google.com · 11 years ago
  64. c0b7e10 Initial error handling code by commit-bot@chromium.org · 11 years ago
  65. e7e29b7 scope ComputeIsOpaque with SkBitmap by reed@google.com · 11 years ago
  66. 383a697 store SkAlphaType inside SkBitmap, on road to support unpremul by reed@google.com · 11 years ago
  67. e0e1da3 Remove SkColorTable from SkFlattenable hierarchy. by commit-bot@chromium.org · 11 years ago
  68. b8aa4dd Fix off by one error in last advanceCount in SkFontHost_FreeType. by bungeman@google.com · 11 years ago
  69. 8b16931 Second wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  70. adacc70 Start cleaning up 64bit Win warnings by robertphillips@google.com · 11 years ago
  71. 0cd2ac6 change SkAnnotation to not inherit from SkFlattenable (does not need dynamic factories) by reed@google.com · 11 years ago
  72. 4979f32 remove SkDataSet, and just store a key/value in SkAnnotation by reed@google.com · 11 years ago
  73. da30055 SkData need not be a Flattenable, since it does not need subclass/factories by reed@google.com · 11 years ago
  74. 1108fc3 Remove SkLumaXfermode. by commit-bot@chromium.org · 11 years ago
  75. 18252fe Add stdio include to SkFonrConfigParser_android. by bungeman@google.com · 11 years ago
  76. 8530296 Try to work around VS2010 intsafe/stdint multiple define issues. by bungeman@google.com · 11 years ago
  77. 72e8324 Add stdio include to SkDebug_android. by bungeman@google.com · 11 years ago
  78. aadb4d9 flush after every print in windows by commit-bot@chromium.org · 11 years ago
  79. 27f74aa Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. by bungeman@google.com · 11 years ago
  80. c0445fe Fix ambiguity in API if no matching system language is found by commit-bot@chromium.org · 11 years ago
  81. 6c1ee2d Luminance-to-alpha color filter (SkLumaColorFilter). by commit-bot@chromium.org · 11 years ago
  82. dd6cde5 style nit for myself retroactively: throwOnFailure -> throw_on_failure by commit-bot@chromium.org · 11 years ago
  83. 86dd752 Mutex protect SkFontMgr_DirectWrite cache. by bungeman@google.com · 11 years ago
  84. 11ba319 Snap GDI matrix when snapping height. by bungeman@google.com · 11 years ago
  85. 5df5e61 Update PDF backend to support fallback fonts on Android. by djsollen@google.com · 11 years ago
  86. e5c9c49 Empty implementations for SkImageDecoder. by scroggo@google.com · 11 years ago
  87. 0ac74b2 Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() by sugoi@google.com · 11 years ago
  88. b5571b3 Change SkImageDecoders to take an SkStreamRewindable. by scroggo@google.com · 11 years ago
  89. 39a7c70 Use different unique identifier for a fallback family. by djsollen@google.com · 11 years ago
  90. c526c71 Map Calibri to Carlito by bungeman@google.com · 11 years ago
  91. dd88ecc Fix slight hinting with GDI. by bungeman@google.com · 11 years ago
  92. 519f967 Add sk_calloc. Remove SkMemory_stdlib, which seems unused. by mtklein@google.com · 11 years ago
  93. 9902c38 Add new entry point that supports fallback font selection based on language. by djsollen@google.com · 11 years ago
  94. 1f584ed Update Android's FontHost to return NULL if familyName does not match by djsollen@google.com · 11 years ago
  95. d44d988 fix fontconfig backend to only cache new fonts if their outName was unique by reed@google.com · 11 years ago
  96. 286a883 cleanup XML_Parser after reading android config files. by djsollen@google.com · 11 years ago
  97. ef45a64 [External patch] Source-over support for SkLumaXfermode. by fmalita@google.com · 11 years ago
  98. 53cbb0b Return canonical logfont size to 64. by bungeman@google.com · 11 years ago
  99. 6d2fef9 Update the freetype backed fonthost to keep the style and fixed width attributes for a font stream. by djsollen@google.com · 11 years ago
  100. b27eba7 fix regression in fallback chain where we don't account for the original font style. by djsollen@google.com · 11 years ago