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
*
Improve usability of SkAdvancedTypefaceMetrics for non PDF cases.
vandebo@chromium.org
2011-02-03
*
Cleanup SkPDFTypfaceInfo and make it more generic.
vandebo@chromium.org
2011-02-02
*
[PDF] Add replacement implementations for functions missing in older freetype...
vandebo@chromium.org
2011-01-28
*
conditionalize impl on SK_SUPPORT_PDF, to help chrome build
reed@google.com
2011-01-26
*
Fix windows build.
vandebo@chromium.org
2011-01-26
*
Add Truetype and Type 1 font embedding support
vandebo@chromium.org
2011-01-25
*
add port for Brew - untested
reed@google.com
2011-01-11
*
fix for issue 93: need to rewind the shared stream each time openStream() is ...
reed@google.com
2011-01-04
*
fix uninitialized warning
reed@google.com
2011-01-04
*
make inline helper static, so it can be included from than one .cpp
reed@android.com
2011-01-03
*
PDF: Add text support with a font framework (font embedding to come).
vandebo@chromium.org
2010-11-11
*
Add support for TTC font files in SkFontHost_Freetype.
agl@chromium.org
2010-08-06
*
fix matrix use in coretext fonthost
reed@android.com
2010-07-22
*
fix reference bugs in font linklist
reed@android.com
2010-07-08
*
Add support for forcing autohinting.
agl@chromium.org
2010-06-17
*
Add include of FT_SYNTHESIS_H
agl@chromium.org
2010-06-04
*
Add support for fake bold of bitmap fonts.
agl@chromium.org
2010-06-04
*
add carbon.h include
reed@android.com
2010-06-03
*
remove duplicate LCD functions (these are portable, and live in SkFontHost.cpp)
reed@android.com
2010-06-01
*
separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6)
reed@android.com
2010-05-19
*
[FreeType] Always use MONO hinting when hinting in monochrome.
agl@chromium.org
2010-05-10
*
Add a SkTypeface::CreateForChars() function.
agl@chromium.org
2010-04-20
*
remove obsolete closeStream() method -- the caller just unref's the stream wh...
reed@android.com
2010-04-16
*
add EmptyTypeface class, to gracefully handle when there are no fonts avail.
reed@android.com
2010-04-16
*
be sure to ref() before returning a typeface from Create
reed@android.com
2010-04-15
*
fix build for SK_SCALAR_IS_FIXED
reed@android.com
2010-04-13
*
fix refcnt for streams
reed@android.com
2010-04-12
*
add optional pref-config table to codecs
reed@android.com
2010-03-03
*
update for new fonts
reed@android.com
2010-03-02
*
update save/restore comments to mention that the drawFilter is also saved
reed@android.com
2010-02-11
*
This patch allows the use of the native FreeType emboldening
senorblanco@chromium.org
2010-02-05
*
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
[next]