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_coretext.cpp
Commit message (
Expand
)
Author
Age
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-08
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Clean up SkFontHost_mac_coretext.
bungeman@google.com
2012-12-05
*
Provide default guess at font type in Mac CoreText font host, since CT's dete...
bungeman@google.com
2012-12-03
*
Templatize AutoCFRelease and use it.
bungeman@google.com
2012-12-03
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-01
*
Add auto table ref for coretext.
bungeman@google.com
2012-11-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-29
*
Remove what turns out to be a bogus assert.
bungeman@google.com
2012-11-28
*
Write correct type of sfnt file in mac coretext open stream.
bungeman@google.com
2012-11-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-11-21
*
Correct A8 gamma on Mac.
bungeman@google.com
2012-11-20
*
Clean up usage of mask gamma.
bungeman@google.com
2012-10-26
*
Fonts with cubic outlines are rendered without ClearType by GDI.
bungeman@google.com
2012-10-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-06
*
No hinting on Mac should be lower priority than subpixel rendering.
bungeman@google.com
2012-10-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-29
*
No hinting with CG should prevent outline dilation.
bungeman@google.com
2012-09-28
*
Check if SK_BUILD_FOR_MAC is defined rather than whether it's 1
george@mozilla.com
2012-09-13
*
land https://codereview.appspot.com/6492099/ -- fix for iOS
reed@google.com
2012-09-10
*
check for exceeding int range when we stash the values in the cache
reed@google.com
2012-08-29
*
Normalize font BBox to make sure it's correct when rendering a PDF on the mac.
vandebo@chromium.org
2012-08-28
*
When creating gray from lcd, use luminance instead of coverage.
bungeman@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
need to explicitly include SkPath.h after refactoring
reed@google.com
2012-08-07
*
Gamma correcting masks.
bungeman@google.com
2012-07-30
*
Use CGToScalar instead of SkFloatToScalar as CGFloat can be either double or ...
george@mozilla.com
2012-07-25
*
Split SkGlyph into its own header.
bungeman@google.com
2012-07-24
*
fix warnings on Mac in miscellaneous files
caryclark@google.com
2012-06-06
*
read/write sfnt-data length, to match convetion of other fonthosts.
reed@google.com
2012-06-01
*
use SkFontDescriptor on mac
reed@google.com
2012-06-01
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
fix memory leaks
reed@google.com
2012-04-18
*
Add cast to support 64 bit.
caryclark@google.com
2012-04-16
*
Some fonts do not measure correctly in Mountain Lion,
caryclark@google.com
2012-04-13
*
On Mac, also check for a loca table before calling a font true type.
vandebo@chromium.org
2012-03-02
*
Check to see if font is TrueType before making TrueType specific calls.
caryclark@google.com
2012-03-02
*
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...
bungeman@google.com
2012-02-24
*
add SkCreateDataProviderFromStream to SkCGUtils
reed@google.com
2012-02-24
*
Fix memory leak in GetTableData() and add unittests for it
reed@google.com
2012-02-23
*
Provide fallbacks for web fonts.
caryclark@google.com
2012-02-23
*
Fix TypefaceCache races.
bungeman@google.com
2012-02-16
*
suport A8 grayscale text with COLOR_LUMINANCE build option
reed@google.com
2012-02-15
*
if SK_USE_COLOR_LUMINANCE is defined, then we store 2 bits of each component
reed@google.com
2012-02-13
*
enable color-luminance in font cache (disabled by default)
reed@google.com
2012-02-10
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
fix vertical bold text on mac
caryclark@google.com
2012-01-25
*
Mac generateFontMetrics not converting to scalar.
bungeman@google.com
2012-01-05
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
support vertical text and typeface-by-name on Leopard
caryclark@google.com
2011-12-21
[next]