DW last resort font default name not necessary.
[platform/upstream/libSkiaSharp.git] / src / ports / SkFontMgr_win_dw.cpp
2017-03-08 Ben WagnerDW last resort font default name not necessary.
2017-03-01 Ben WagnerRemove SK_HAS_DWRITE_X defines.
2017-01-11 Ben WagnerRemove SK_LEGACY_FONTMGR_FACTORY.
2017-01-04 Ben WagnerStage SkFontMgr factories to return smart pointers.
2016-11-07 Hal Canarys/SkAutoTUnref/sk_sp/ in src/ part 1
2016-11-03 Ben WagnerRemove SkAutoTDelete.
2016-10-27 bungemanRemove SkAutoTUnref and SkAutoTDelete from public includes.
2016-09-16 bungemanSkFontData to use smart pointers.
2016-09-15 bungemanRevert of SkFontData to use smart pointers. (patchset...
2016-09-15 bungemanSkFontData to use smart pointers.
2016-09-12 reedchange SkStreams to work with sk_sp<SkData> instead...
2016-06-16 bungemanRevert of Support pixel antialising in DirectWrite...
2016-06-16 bungemanSupport pixel antialising in DirectWrite.
2016-06-08 lsalzmanA Mozilla developer ran the µmix static analyzer on...
2016-04-27 bungemanAdd oblique as a slant.
2016-04-15 kulshinAdd option to specify font fallback when creating the...
2016-04-14 bungemanRemove requestedStyle from SkTypefaceCache.
2016-04-13 bungemanRemove SK_VERY_LEGACY_CREATE_TYPEFACE.
2016-04-12 bungemanBegin switch to SkFontStyle for legacy calls.
2016-03-11 kulshinRevert "Initialize the font fallback when the direct...
2016-03-09 robertphillipsFix Windows clang compiler complaint
2016-03-09 kulshinInitialize the font fallback when the direct write...
2016-02-03 kulshinAdd option to specify a font collection when creating a
2016-01-29 djsollenConsolidate SK_CRASH and sk_throw into SK_ABORT
2016-01-22 djsollenRevert of Consolidate SK_CRASH and sk_throw into SK_ABO...
2016-01-22 djsollenConsolidate SK_CRASH and sk_throw into SK_ABORT
2015-11-02 mtkleinStart making all .cpp files compile-able on all platforms.
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-07-07 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-07-02 jvanverthRevert of Remove SkThread.h, include SkMutex.h or SkAto...
2015-07-01 mtkleinRemove SkThread.h, include SkMutex.h or SkAtomics.h...
2015-06-30 sammcChange initializer list order to match field declaratio...
2015-04-29 bungemanRemove system call in DW for default font.
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-02-23 bungemanUse #if instead of #ifdef with SK_HAS_DWRITE_X.
2015-02-23 bungemanUse IDWriteFontFallback when available.
2015-02-20 bungemanImplement onMatchFamilyStyleCharacter for DirectWrite.
2015-02-18 bungemanUpdate DirectWrite streams to SkStreamAsset.
2015-01-27 bungemanSkTypeface to use SkStreamAsset.
2015-01-21 scroggoMake SkStream *not* ref counted.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-11-14 djsollenEnforce pure virtual behavior for onMatchFamilyStyleCha...
2014-10-24 mtkleinRemove a pointless use of SkWeakRefCnt.
2014-10-20 bungemanReplace SkTypeface::Style with SkFontStyle.
2014-10-20 mtkleinRevert of Replace SkTypeface::Style with SkFontStyle...
2014-10-20 bungemanReplace SkTypeface::Style with SkFontStyle.
2014-06-19 bungemanAdd needed virtual destructors.
2014-06-18 bungemanClean up DirectWrite typeface cache matching.
2014-06-05 Ben WagnerFix SK_API for DirectWrite port.
2014-06-05 bungemanSplit SkFontHost_win_dw.