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
*
disable debug printfs for gamma table
reed@android.com
2010-01-26
*
skia: Always use aliased text when antialiasing is disabled.
agl@chromium.org
2010-01-21
*
remove obsolete SK_BUILD_FOR_BREW conditional
reed@android.com
2010-01-12
*
add glyph->unichar query (inverse of a cmap)
reed@android.com
2010-01-08
*
Add parens in order to make conditional correct.
agl@chromium.org
2010-01-05
*
Fix r466 which was causing Chromium valgrind failures.
agl@chromium.org
2010-01-04
*
Add flag to enable bitmap strikes.
agl@chromium.org
2010-01-04
*
update windows port
reed@android.com
2009-12-18
*
SSE2 optimizations for 32bit blending blitters.
senorblanco@chromium.org
2009-11-04
*
change projects to just run with curren-os sdk, in prep for snow-lepard
reed@android.com
2009-10-14
*
fix base linux build, adding freetype support
reed@android.com
2009-09-28
*
add FilterRec() so it links again
reed@android.com
2009-09-27
*
allow the gamma to be changed at runtime
reed@android.com
2009-08-26
*
Fix flipped text orientation on Windows.
deanm@chromium.org
2009-08-14
*
FreeType: fix garbled bitmap glyphs.
agl@chromium.org
2009-08-11
*
FreeType: don't use bitmap strikes when antialiasing
agl@chromium.org
2009-08-07
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
*
fix #endif placement so it works when LCD support is not defined
reed@android.com
2009-07-31
*
Add runtime detection for missing subpixel support in FreeType.
agl@chromium.org
2009-07-28
*
Revert "Support subpixel text when FreeType is built without such support."
agl@chromium.org
2009-07-28
*
Support subpixel text when FreeType is built without such support.
agl@chromium.org
2009-07-28
*
add filterrec logic for subpixel and slight-hinting
reed@android.com
2009-07-24
*
Build fix: add FilterRec for Windows.
agl@chromium.org
2009-07-23
*
fix uninitialized library variable
reed@android.com
2009-07-23
*
fix warnings (unused local var)
reed@android.com
2009-07-23
*
Fix valgrind warnings triggered in vertical mode.
agl@chromium.org
2009-07-22
*
Add SkFontHost::FilterRect() which allows the font host to filter our request
reed@android.com
2009-07-22
*
rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the
reed@android.com
2009-07-22
*
Mac: fix SkFontHost_mac.cpp to work with the new hinting interface.
agl@chromium.org
2009-07-21
*
Subpixel glyph rendering support.
agl@chromium.org
2009-07-21
*
use genericRGB space to ensure that we decode exactly the pixels we encode
reed@android.com
2009-07-08
*
Fix a precedence error in an assert in the fontconfig host.
deanm@chromium.org
2009-07-01
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
almost there on gm (need to fix image writes/reads/compares)
reed@android.com
2009-06-21
*
update to latest api (need a test for this port!)
reed@android.com
2009-06-19
*
Make sure we have a non-null FreeType face before dereferencing it.
deanm@chromium.org
2009-06-19
*
Some Linux / 64-bit compile fixes.
deanm@chromium.org
2009-06-11
*
fontconfig: allow fallback for certain magical font names.
agl@chromium.org
2009-06-01
*
Fix reference count on openStream
reed@android.com
2009-05-18
*
Typo fix for VDMX parsing in Chromium.
agl@chromium.org
2009-05-07
*
add simple port of memory APIs, to be used as a template for other platforms
reed@android.com
2009-05-04
*
check for 0 upem in freetype
reed@android.com
2009-05-04
*
Add fontconfig support.
agl@chromium.org
2009-04-28
*
fix mac build
reed@android.com
2009-04-23
*
Sync with Chromium's fork
agl@chromium.org
2009-04-22
*
trivial: fix ws
reed@android.com
2009-04-14
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
SkFontHost_tables: fix minor bugs
agl@chromium.org
2009-04-13
*
implement generateCountGlyphs using new font table apis
reed@android.com
2009-04-08
[next]