index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontMgr_win_dw.cpp
Commit message (
Expand
)
Author
Age
*
SkFontMgr::matchFamily should not crash on nullptr.
bungeman
2017-05-01
*
DW last resort font default name not necessary.
Ben Wagner
2017-03-08
*
Remove SK_HAS_DWRITE_X defines.
Ben Wagner
2017-03-01
*
Remove SK_LEGACY_FONTMGR_FACTORY.
Ben Wagner
2017-01-11
*
Stage SkFontMgr factories to return smart pointers.
Ben Wagner
2017-01-04
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
SkFontData to use smart pointers.
bungeman
2016-09-16
*
Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://...
bungeman
2016-09-15
*
SkFontData to use smart pointers.
bungeman
2016-09-15
*
change SkStreams to work with sk_sp<SkData> instead of SkData*
reed
2016-09-12
*
Revert of Support pixel antialising in DirectWrite. (patchset #4 id:60001 of ...
bungeman
2016-06-16
*
Support pixel antialising in DirectWrite.
bungeman
2016-06-16
*
A Mozilla developer ran the µmix static analyzer on its codebase and inciden...
lsalzman
2016-06-07
*
Add oblique as a slant.
bungeman
2016-04-27
*
Add option to specify font fallback when creating the skia font manager
kulshin
2016-04-15
*
Remove requestedStyle from SkTypefaceCache.
bungeman
2016-04-14
*
Remove SK_VERY_LEGACY_CREATE_TYPEFACE.
bungeman
2016-04-13
*
Begin switch to SkFontStyle for legacy calls.
bungeman
2016-04-12
*
Revert "Initialize the font fallback when the direct write font"
kulshin
2016-03-11
*
Fix Windows clang compiler complaint
robertphillips
2016-03-09
*
Initialize the font fallback when the direct write font
kulshin
2016-03-08
*
Add option to specify a font collection when creating a
kulshin
2016-02-03
*
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
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
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
*
Change initializer list order to match field declaration order.
sammc
2015-06-30
*
Remove system call in DW for default font.
bungeman
2015-04-29
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Use #if instead of #ifdef with SK_HAS_DWRITE_X.
bungeman
2015-02-23
*
Use IDWriteFontFallback when available.
bungeman
2015-02-23
*
Implement onMatchFamilyStyleCharacter for DirectWrite.
bungeman
2015-02-20
*
Update DirectWrite streams to SkStreamAsset.
bungeman
2015-02-18
*
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
*
Enforce pure virtual behavior for onMatchFamilyStyleCharacter
djsollen
2014-11-14
*
Remove a pointless use of SkWeakRefCnt.
mtklein
2014-10-24
*
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
*
Add needed virtual destructors.
bungeman
2014-06-19
*
Clean up DirectWrite typeface cache matching.
bungeman
2014-06-17
[next]