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
*
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
*
fix vertical text on Lion
caryclark@google.com
2011-12-20
*
partial fix for vertical text on Lion
caryclark@google.com
2011-12-19
*
store 3 bits of luminance, but (for now) discretize that in fonthost::filterec
reed@google.com
2011-11-22
*
remove GetGammaFlag from SkFontHost
reed@google.com
2011-11-22
*
pass font size explicitly for leopard
caryclark@google.com
2011-11-16
*
suppress warnings on clang
caryclark@google.com
2011-11-14
*
check for null on Lion
caryclark@google.com
2011-11-14
*
add vertical text support in mac port
caryclark@google.com
2011-11-10
*
remove common fields from Offscreen utility class
caryclark@google.com
2011-11-10
*
change m to f
caryclark@google.com
2011-11-09
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
revert accidental change to lcd format pref
reed@google.com
2011-11-03
*
create inline versions of common CGRect functions, since they appeared on
reed@google.com
2011-11-03
*
custom memset32 to speed up erasing the offscreen when its width is small.
reed@google.com
2011-11-03
*
speed up font cache creation (20x using FontScalerBench)
reed@google.com
2011-11-02
*
fix font id calculation
caryclark@google.com
2011-11-02
*
fix monospace glyph bounds on Lion
caryclark@google.com
2011-11-01
*
Don't use LCD on grayscale devices.
caryclark@google.com
2011-10-25
*
fix Leopard glyph bounds
caryclark@google.com
2011-10-25
*
add support for local fonts
caryclark@google.com
2011-10-25
*
use ATSFontRef for our unique ID. Much more stable than using the ptr itself ...
reed@google.com
2011-10-11
*
bug fix for character 0x200B : zero-advance-space
reed@google.com
2011-10-06
*
change gamma for white and neutral text
reed@google.com
2011-10-06
*
fix text for Lion, Leopard, Skia on Mac
caryclark@google.com
2011-10-05
*
move specialization of 16 -vs- 32 lcd format to the fonthost
reed@google.com
2011-09-28
*
support gamma correction for lcd text
reed@google.com
2011-09-28
*
Fix realloc->reset rename missed in mac file
bsalomon@google.com
2011-09-02
*
Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...
bsalomon@google.com
2011-09-02
*
respect subpixel positioning
reed@google.com
2011-08-23
*
[PDF] Subset font advance data (W array).
vandebo@chromium.org
2011-08-18
*
Revert "Improve generation of glyph advance array." This reverts commit r2126
vandebo@chromium.org
2011-08-16
*
Improve generation of glyph advance array.
vandebo@chromium.org
2011-08-16
[next]