index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
Commit message (
Expand
)
Author
Age
*
Fix coverity defects in FontHost_FreeType
vandebo@chromium.org
2012-03-28
*
Fix Coverity reports. (Mostly use of uninitialised values.)
vandebo@chromium.org
2012-03-28
*
Consolidate PixelRef flattables with the standard impl
djsollen@google.com
2012-03-28
*
Revert r3523 and r2522
vandebo@chromium.org
2012-03-28
*
Fix build break.
vandebo@chromium.org
2012-03-28
*
Fix Coverity reports. (Mostly use of uninitialised values.)
vandebo@chromium.org
2012-03-28
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
Glyph advances from generateAdvance do not always match generateMetrics results.
bungeman@google.com
2012-03-23
*
Update GetAdvancedTypefaceMetrics API in usually-unbuilt files.
tomhudson@google.com
2012-03-23
*
Upstream changes from Android repository.
djsollen@google.com
2012-03-21
*
Add basic support for vertical text into freetype.
djsollen@google.com
2012-03-19
*
Fix broken android build
djsollen@google.com
2012-03-15
*
Add CreateFallbackForScript to SkTypeface for Android.
djsollen@google.com
2012-03-15
*
Use floats for mask table for accuracy.
bungeman@google.com
2012-03-13
*
Use default lcd filter until we have the means to specify one.
bungeman@google.com
2012-03-09
*
reenable vertical lcd support
reed@google.com
2012-03-08
*
[PDF] Treat TTF Fonts that report zero glyphs as other font type.
vandebo@chromium.org
2012-03-08
*
Don't override the user's hinting level.
bungeman@google.com
2012-03-08
*
When guessing at the dest, use linear space instead of color space.
bungeman@google.com
2012-03-05
*
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
*
restore old no-gamma behavior when requested
reed@google.com
2012-03-02
*
allow gamma params to be changed in .gyp
reed@google.com
2012-03-01
*
fix clipping of lcd edge pixels
reed@google.com
2012-03-01
*
apply contrast before blend-gamma-calc
reed@google.com
2012-02-29
*
implement gamma correction for freetype text.
reed@google.com
2012-02-28
*
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
*
Use intrinsics for atomic inc and dec on Windows.
bungeman@google.com
2012-02-17
*
Remove SkFontHost::ValidFontID PART 1: remove only caller.
bungeman@google.com
2012-02-17
*
Lazily allocate gNameList, and protect its usage behind the global mutex.
djsollen@google.com
2012-02-16
*
Fix TypefaceCache races.
bungeman@google.com
2012-02-16
*
Fix regression where we disable fonts with no specified name
djsollen@google.com
2012-02-15
*
Merge changes from the android repo upstream to Skia
djsollen@google.com
2012-02-15
*
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
*
Make SkImageEncoder_CG report more failures to its caller.
epoger@google.com
2012-01-31
*
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
*
Remove apparent SkIntToScalar(SkScalar) call in SkScalerContext_FreeType
epoger@google.com
2012-01-18
*
add GenA8FromLCD as a hack to force GDI to create the A8 mask from the LCD
reed@google.com
2012-01-18
*
remove unused bool param to SkMutex constructor
reed@google.com
2012-01-12
*
android: optimize atomics routines
digit@google.com
2012-01-11
*
Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
djsollen@google.com
2012-01-09
*
Mac generateFontMetrics not converting to scalar.
bungeman@google.com
2012-01-05
*
Remove attempt at subpixel handling from GDI font host.
bungeman@google.com
2012-01-05
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
[next]