| Commit message (Expand) | Author | Age |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-30 |
* | add matcher to fontstyleset | reed@google.com | 2013-03-29 |
* | Fix minor cppcheck-found issues | robertphillips@google.com | 2013-03-29 |
* | add caching to fontmgr for mac | reed@google.com | 2013-03-28 |
* | CTFontManagerCopyAvailableFontFamilyNames is not always available (on iOS) | reed@google.com | 2013-03-27 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-27 |
* | store real fontstyle on mac fonts | reed@google.com | 2013-03-26 |
* | impl part of SKFontMgr for mac | reed@google.com | 2013-03-26 |
* | remove SkFontHost::NextLogicalFont, and add android-specific function | reed@google.com | 2013-03-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-26 |
* | check-point (early) for fontmgr stuff, not called. | reed@google.com | 2013-03-25 |
* | 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 |
* | remove GetTable* APIs from SkFontHost, and rely on SkTypeface::onGetTable* | reed@google.com | 2013-03-21 |
* | override onGetTableTags() and onGetTableData() in SkTypeface, in preparation for | reed@google.com | 2013-03-21 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-21 |
* | move impl of AdvancedTypefaceMetrics into typeface (3) | reed@google.com | 2013-03-20 |
* | remove SkFontHost::CreateScalerContext | reed@google.com | 2013-03-19 |
* | move most of SkFontHost to private (preceeding making it all private) | reed@google.com | 2013-03-14 |
* | [PDF] Always set the symbolic Flag for Fonts. | vandebo@chromium.org | 2013-03-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-03-03 |
* | eliminate atsuii/coretext distinction, and rename to just _mac | mike@reedtribe.org | 2013-03-03 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | separate mac fonthost into atsui (32bit, pre-10.6) and coretext (64bit, 10.6) | reed@android.com | 2010-05-19 |
* | Add a SkTypeface::CreateForChars() function. | agl@chromium.org | 2010-04-20 |
* | fix build for SK_SCALAR_IS_FIXED | reed@android.com | 2010-04-13 |
* | Add SkFontHost::FilterRect() which allows the font host to filter our request | reed@android.com | 2009-07-22 |
* | Mac: fix SkFontHost_mac.cpp to work with the new hinting interface. | agl@chromium.org | 2009-07-21 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | fix mac build | reed@android.com | 2009-04-23 |
* | Sync with Chromium's fork | agl@chromium.org | 2009-04-22 |
* | implement generateCountGlyphs using new font table apis | reed@android.com | 2009-04-08 |
* | add Table apis to SkFontHost | reed@android.com | 2009-04-08 |
* | build with -Wall | reed@android.com | 2009-03-20 |
* | fix capitalization for system includes | reed@android.com | 2009-03-18 |
* | Simplify font-chaining (fallbacks) to have fonthost just return the next | reed@android.com | 2009-03-17 |
* | remember to specify the bloody font tag in the constructor! | reed@android.com | 2009-03-10 |
* | mac fonts sort of work now | reed@android.com | 2009-03-09 |
* | implement fontmetrics | reed@android.com | 2009-03-09 |
* | check-point (2) on mac fonts | reed@android.com | 2009-03-09 |
* | minor check-point for switching to glyphs | reed@android.com | 2009-03-09 |
* | Significant cleanup in api, and more importantly in sementics, of SkFontHost | reed@android.com | 2009-03-04 |
* | Remove unneeded SK_BUILD_FOR_... checks in SkBitmap.h | reed@android.com | 2009-01-19 |
* | update more sample code to new compose shader header | reed@android.com | 2008-12-23 |
* | add text to hostapp sample | reed@android.com | 2008-12-23 |
* | don't promote top/left to a fixed, when what we want is just an int | reed@android.com | 2008-12-22 |