| Commit message (Expand) | Author | Age |
* | Remove requestedStyle from SkTypefaceCache. | bungeman | 2016-04-14 |
* | Respect FC_MATRIX and FC_EMBOLDEN as extra font parameters. | bungeman | 2016-04-13 |
* | Remove SK_VERY_LEGACY_CREATE_TYPEFACE. | bungeman | 2016-04-13 |
* | Begin switch to SkFontStyle for legacy calls. | bungeman | 2016-04-12 |
* | detach -> release | mtklein | 2016-03-16 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-29 |
* | Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800... | djsollen | 2016-01-22 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-22 |
* | Expose API for gx font variation axes. | bungeman | 2016-01-21 |
* | Comments Style: s/skbug.com/bug.skia.org/ | halcanary | 2015-11-07 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Use static_assert instead of SK_COMPILE_ASSERT. | bungeman | 2015-08-20 |
* | Clean up a few includes, introduce iwyu. | bungeman | 2015-07-29 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | Move FontConfig factory into separate file. | bungeman | 2015-06-17 |
* | Font variations. | bungeman | 2015-05-20 |
* | Revert of Font variations. (patchset #26 id:500001 of https://codereview.chro... | robertphillips | 2015-05-15 |
* | Font variations. | bungeman | 2015-05-14 |
* | Revert of Font variations. (patchset #21 id:400001 of https://codereview.chro... | bungeman | 2015-05-13 |
* | Font variations. | bungeman | 2015-05-13 |
* | Check for NULL familyName in SkFontMgr_fontconfig. | bungeman | 2015-04-29 |
* | FontConfig character/lang match requires weak family. | bungeman | 2015-04-29 |
* | Remove filename from SkFontDescriptor. | bungeman | 2015-04-17 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | SkTypeface to use SkStreamAsset. | bungeman | 2015-01-27 |
* | Make SkStream *not* ref counted. | scroggo | 2015-01-21 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Remove SK_FM_NEW_MATCH_FAMILY_STYLE_CHARACTER. | bungeman | 2014-11-10 |
* | Extend SkFontMgr_Custom to cover ttc, otf, pfb. | bungeman | 2014-10-28 |
* | Revert of Extend SkFontMgr_Custom to cover ttc, otf, pfb. (patchset #2 id:200... | bungeman | 2014-10-28 |
* | Extend SkFontMgr_Custom to cover ttc, otf, pfb. | bungeman | 2014-10-28 |
* | Remove a pointless use of SkWeakRefCnt. | mtklein | 2014-10-24 |
* | Update fontMgr to take list of bcp47 language tags. | bungeman | 2014-10-23 |
* | Replace SkTypeface::Style with SkFontStyle. | bungeman | 2014-10-20 |
* | Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ... | mtklein | 2014-10-20 |
* | Replace SkTypeface::Style with SkFontStyle. | bungeman | 2014-10-20 |
* | Restore old behavior of SkTypeface::CreateFromTypeface. | bungeman | 2014-09-18 |
* | Serialize the font index. | bungeman | 2014-09-18 |
* | Add onGetFamilyName to SkTypeface. | bungeman | 2014-09-17 |
* | Handle NULL typeface in SkFontMgr_fontconfig::onMatchFaceStyle. | bungeman | 2014-09-12 |
* | Add font fallback support to SkFontMgr_fontconfig. | bungeman | 2014-09-09 |
* | "NULL !=" = NULL | bsalomon | 2014-09-05 |
* | Ensure SkFontMgr_fontconfig debug thread locking is initialized. | bungeman | 2014-08-26 |
* | Add a working SkFontMgr_fontconfig. | bungeman | 2014-08-25 |