| Commit message (Expand) | Author | Age |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Remove unwanted gFTMutex from DirectWrite port. | bungeman@google.com | 2013-11-21 |
* | Add SkImageGenerator Interface | halcanary@google.com | 2013-11-21 |
* | Only SkFontMgr_New_DirectWrite should call GetSystemFontCollection. | bungeman@google.com | 2013-11-20 |
* | De-generalize create_typeface on Windows. | bungeman@google.com | 2013-11-20 |
* | Guard against most unintentionally ephemeral SkAutoFoo instantiations. | commit-bot@chromium.org | 2013-11-18 |
* | Android FontHost cannot use FontMgr yet. | bungeman@google.com | 2013-11-11 |
* | Give Android a SkFontMgr::Factory which was missing as of r12217. | bungeman@google.com | 2013-11-11 |
* | Remove SK_FONTHOST_USES_FONTMGR. | bungeman@google.com | 2013-11-11 |
* | Adding error checks to SkRBuffer | commit-bot@chromium.org | 2013-11-08 |
* | move SkImage::ColorType into SkColorType | reed@google.com | 2013-11-01 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | prototype for kerning api | reed@google.com | 2013-10-30 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-10-26 |
* | onCharsToGlyphs to handle non-bmp on Mac. | bungeman@google.com | 2013-10-25 |
* | Fix non-bmp in generateCharToGlyph on Mac. | bungeman@google.com | 2013-10-24 |
* | Add missing braces for r11955. | bungeman@google.com | 2013-10-24 |
* | Implement charToGlyph on remaining ports. | bungeman@google.com | 2013-10-24 |
* | Initial error handling code | commit-bot@chromium.org | 2013-10-23 |
* | scope ComputeIsOpaque with SkBitmap | reed@google.com | 2013-10-21 |
* | store SkAlphaType inside SkBitmap, on road to support unpremul | reed@google.com | 2013-10-21 |
* | Remove SkColorTable from SkFlattenable hierarchy. | commit-bot@chromium.org | 2013-10-15 |
* | Fix off by one error in last advanceCount in SkFontHost_FreeType. | bungeman@google.com | 2013-10-15 |
* | Second wave of Win64 warning cleanup | robertphillips@google.com | 2013-10-15 |
* | Start cleaning up 64bit Win warnings | robertphillips@google.com | 2013-10-14 |
* | change SkAnnotation to not inherit from SkFlattenable (does not need dynamic ... | reed@google.com | 2013-10-14 |
* | remove SkDataSet, and just store a key/value in SkAnnotation | reed@google.com | 2013-10-14 |
* | SkData need not be a Flattenable, since it does not need subclass/factories | reed@google.com | 2013-10-14 |
* | Remove SkLumaXfermode. | commit-bot@chromium.org | 2013-10-14 |
* | Add stdio include to SkFonrConfigParser_android. | bungeman@google.com | 2013-10-11 |
* | Try to work around VS2010 intsafe/stdint multiple define issues. | bungeman@google.com | 2013-10-11 |
* | Add stdio include to SkDebug_android. | bungeman@google.com | 2013-10-11 |
* | flush after every print in windows | commit-bot@chromium.org | 2013-10-09 |
* | Improve SkScalerContext_GDI::generateCharToGlyph for non-BMP code points. | bungeman@google.com | 2013-10-08 |
* | Fix ambiguity in API if no matching system language is found | commit-bot@chromium.org | 2013-10-07 |
* | Luminance-to-alpha color filter (SkLumaColorFilter). | commit-bot@chromium.org | 2013-10-07 |
* | style nit for myself retroactively: throwOnFailure -> throw_on_failure | commit-bot@chromium.org | 2013-10-07 |
* | Mutex protect SkFontMgr_DirectWrite cache. | bungeman@google.com | 2013-10-04 |
* | Snap GDI matrix when snapping height. | bungeman@google.com | 2013-10-03 |
* | Update PDF backend to support fallback fonts on Android. | djsollen@google.com | 2013-10-03 |
* | Empty implementations for SkImageDecoder. | scroggo@google.com | 2013-10-01 |
* | Added SkTileImageFilter to SkFlattenable::InitializeFlattenables() | sugoi@google.com | 2013-09-26 |
* | Change SkImageDecoders to take an SkStreamRewindable. | scroggo@google.com | 2013-09-25 |
* | Use different unique identifier for a fallback family. | djsollen@google.com | 2013-09-24 |
* | Map Calibri to Carlito | bungeman@google.com | 2013-09-20 |
* | Fix slight hinting with GDI. | bungeman@google.com | 2013-09-20 |
* | Add sk_calloc. Remove SkMemory_stdlib, which seems unused. | mtklein@google.com | 2013-09-20 |
* | Add new entry point that supports fallback font selection based on language. | djsollen@google.com | 2013-09-19 |