index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ports
/
SkFontHost_linux.cpp
Commit message (
Expand
)
Author
Age
*
Turn off some debugging statements.
scroggo@google.com
2012-10-11
*
Load more fonts on Linux.
bungeman@google.com
2012-09-26
*
Deserialization locks up multithreading fix.
chudy@google.com
2012-07-30
*
Remove 'legacy' font descriptor methods.
bungeman@google.com
2012-06-01
*
Add SkFontDescriptor for serializing fonts.
djsollen@google.com
2012-05-31
*
remove unused ptr/len parameters from CreateTypeface
reed@google.com
2012-05-07
*
partial revert of r3541 to removed accidentally uploaded file
djsollen@google.com
2012-03-29
*
Landing arm patch from contributor.
djsollen@google.com
2012-03-29
*
Remove SkFontHost::ValidFontID PART 2: remove definition and skia callers not...
bungeman@google.com
2012-02-24
*
Fix regression where we disable fonts with no specified name
djsollen@google.com
2012-02-15
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
add api to SkGraphics to get/set font cache limit
reed@google.com
2011-11-08
*
rolling back the experimental rollbacks in r2178-2179
epoger@google.com
2011-08-26
*
rolling tree back to its state as of r2169 to see if that fixes Windows build...
epoger@google.com
2011-08-26
*
Remove compiler warnings (Linux clang, mostly).
tomhudson@google.com
2011-08-25
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
add 2nd parameter to SkFontHost::NextLogicalFont()
reed@google.com
2011-06-13
*
silence printf
reed@google.com
2011-05-17
*
update to add isFixedWidth attribute to typefaces
reed@google.com
2011-02-23
*
fix uninitialized warning
reed@google.com
2011-01-04
*
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 refcnt for streams
reed@android.com
2010-04-12
*
fix base linux build, adding freetype support
reed@android.com
2009-09-28
*
add GetFileName api to SkFontHost
reed@android.com
2009-07-31
*
Fix reference count on openStream
reed@android.com
2009-05-18
*
Significant cleanup in api, and more importantly in sementics, of SkFontHost
reed@android.com
2009-03-04
*
Oops, CreateTypeface takes over ownership of the stream, instead of just ref()
reed@android.com
2009-02-20
*
Implement CreateTypefaceFromFile
reed@android.com
2009-02-20
*
fix multiple warnings (e.g. hidden virtuals, unused static functions)
reed@android.com
2009-01-14
*
add optimization for width==1 bitmaps in shader procs
reed@android.com
2009-01-13
*
grab from latest android
reed@android.com
2008-12-17