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
*
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
*
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
[next]