index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontMgr_custom.cpp
Commit message (
Expand
)
Author
Age
*
Add SkTypeface::getVariationDesignPosition.
Ben Wagner
2017-02-24
*
Revert "Add SkTypeface::getVariationDesignPosition."
Ben Wagner
2017-02-23
*
Add SkTypeface::getVariationDesignPosition.
bungeman
2017-02-23
*
Revert "Add SkTypeface::getVariationDesignPosition."
Ben Wagner
2017-02-17
*
Add SkTypeface::getVariationDesignPosition.
Ben Wagner
2017-02-17
*
Split custom font managers.
Ben Wagner
2017-02-09
*
Remove SK_LEGACY_FONTMGR_FACTORY.
Ben Wagner
2017-01-11
*
Stage SkFontMgr factories to return smart pointers.
Ben Wagner
2017-01-04
*
Move SkOSPath out of include/core.
Ben Wagner
2016-11-08
*
s/SkAutoTUnref/sk_sp/ in src/ part 1
Hal Canary
2016-11-07
*
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
*
Update typeface serialization style.
bungeman
2016-07-25
*
Remove user specified typeface id.
bungeman
2016-07-13
*
Revert of Update typeface serialization style. (patchset #3 id:40001 of https...
mtklein
2016-06-13
*
Update typeface serialization style.
bungeman
2016-06-13
*
Implement SkFontMgr_Custom::onCreateFromFontData.
bungeman
2016-06-10
*
Implement all onCreateFromStream overloads.
bungeman
2016-06-10
*
Simplify style handling in custom font manager.
bungeman
2016-04-27
*
Add oblique as a slant.
bungeman
2016-04-27
*
Remove SK_VERY_LEGACY_CREATE_TYPEFACE.
bungeman
2016-04-13
*
Begin switch to SkFontStyle for legacy calls.
bungeman
2016-04-12
*
Make FreeType usable on Windows.
caryclark
2016-03-21
*
detach -> release
mtklein
2016-03-16
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
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
*
Refactor SkFontHost_linux into SkFontMgr_custom.
bungeman
2015-06-15