index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_mac.cpp
Commit message (
Expand
)
Author
Age
*
Start making all .cpp files compile-able on all platforms.
mtklein
2015-11-02
*
Use only one CGFont/CTFont per scaler context on Mac.
bungeman
2015-10-29
*
Avoid last param to CTFontCreateWithGraphicsFont.
bungeman
2015-09-23
*
Avoid CTFontCreateCopyWithAttributes.
bungeman
2015-09-22
*
Revert of Avoid CTFontCreateCopyWithAttributes. (patchset #4 id:60001 of http...
bungeman
2015-09-18
*
Avoid CTFontCreateCopyWithAttributes.
bungeman
2015-09-18
*
Port SkLazyFnPtr users to SkOncePtr.
mtklein
2015-09-08
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Use SK_DECLARE_STATIC_MUTEX for global mutex.
mtklein
2015-07-13
*
add option to use global mutex-lock in mac-scalercontext
reed
2015-07-10
*
SkAdvancedTypefaceMetrics zeroing constructor
halcanary
2015-07-08
*
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
*
Fill capHeight and maxCharWidth on Mac.
bungeman
2015-06-09
*
Remove attempted bug mitigation in Mac typeface.
bungeman
2015-06-08
*
Provide tag-along for SkCreateTypefaceFromCTFont.
bungeman
2015-06-08
*
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
*
Make SkAdvancedTypefaceMetrics private.
reed
2015-05-12
*
Fix typeface ids on Mac.
bungeman
2015-05-04
*
Ammend font table data experiment on Mac.
bungeman
2015-04-10
*
Attempted mitigation of font tables released early.
bungeman
2015-04-07
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
For safety include SkTypes.h in SkFontHost_mac.cpp
mtklein
2015-03-11
*
Draw glyphs on Mac without font transform.
bungeman
2015-03-02
*
Set the ttcIndex on Mac onOpenStream.
bungeman
2015-03-02
*
Provide Mac 10.6 SDK support for kCTFontColorGlyphsTrait.
bungeman
2015-02-23
*
Use traits instead of table for color glyph detection.
bungeman
2015-02-23
*
Remove SkFontHost includes and friends.
bungeman
2015-02-23
*
SkTypeface to use SkStreamAsset.
bungeman
2015-01-27
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Work around changes in OSX 10.10.
bungeman
2015-01-08
*
Replace use of deprecated CG methods.
bungeman
2014-12-10
*
Remove support for OSX 10.5.
bungeman
2014-12-01
*
Use text size on Mac.
bungeman
2014-11-25
*
Enforce pure virtual behavior for onMatchFamilyStyleCharacter
djsollen
2014-11-14
*
remove unused kLCD_MaskFormat
reed
2014-11-13
*
With https://chromium.googlesource.com/skia/+/43b8b36b20ae00e2d78421c4cda1f3f...
bungeman
2014-11-10
*
Revert of Bisect Mac performance regression. (patchset #6 id:100001 of https:...
egdaniel
2014-11-05
*
With https://chromium.googlesource.com/skia/+/43b8b36b20ae00e2d78421c4cda1f3f...
bungeman
2014-11-04
*
Combine nameFontStyleProc and FindByNameStyle.
bungeman
2014-10-30
*
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
*
Correct glyph with non-bmp from typeface on Mac.
bungeman
2014-09-24
[next]