| Commit message (Expand) | Author | Age |
* | add dummpy SkFontMgr::Factory() impl to font backends, so we can start testin... | reed@google.com | 2013-03-27 |
* | remove SkFontHost::NextLogicalFont, and add android-specific function | reed@google.com | 2013-03-26 |
* | Change fixedWidth to fixedPitch and implement on Windows. | bungeman@google.com | 2013-03-25 |
* | land https://codereview.chromium.org/12676024 | reed@google.com | 2013-03-25 |
* | remove SkFontHost::OpenStream(), now subsumed by SkTypeface::openStream() | reed@google.com | 2013-03-22 |
* | remove SkFontHost::GetFileName | mike@reedtribe.org | 2013-03-22 |
* | oops, update the INHERITED for our typeface | reed@google.com | 2013-03-21 |
* | inherit from SkTypeface_FreeType to share more code | reed@google.com | 2013-03-21 |
* | remove SkFontHost::CreateScalerContext | reed@google.com | 2013-03-19 |
* | use SkStream::NewFromFile() | mike@reedtribe.org | 2013-03-19 |
* | reland 8200 w/ fix for android (use fullpath instead of path) | reed@google.com | 2013-03-18 |
* | revert 8204 -- what is happening??? | reed@google.com | 2013-03-18 |
* | reland 8200 w/ fix for android (need fullpath instead of path) | reed@google.com | 2013-03-18 |
* | revert 8200 to figure out android break | reed@google.com | 2013-03-18 |
* | move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability | reed@google.com | 2013-03-18 |
* | Start addressing the clang static analyzer issues | robertphillips@google.com | 2013-01-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | 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 |