| Commit message (Expand) | Author | Age |
* | Factor CSS3 matching rules. | bungeman | 2015-11-12 |
* | Start making all .cpp files compile-able on all platforms. | mtklein | 2015-11-02 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Style Change: SkNEW->new; SkDELETE->delete | halcanary | 2015-08-26 |
* | Use static_assert instead of SK_COMPILE_ASSERT. | bungeman | 2015-08-20 |
* | Remove an unused function. | thakis | 2015-08-10 |
* | SkAdvancedTypefaceMetrics zeroing constructor | halcanary | 2015-07-08 |
* | Remove another assertion that a reference is non-null. | dcheng | 2015-07-08 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | Make SkAdvancedTypefaceMetrics private. | reed | 2015-05-12 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Restore GDI text size rounding. | bungeman | 2015-03-18 |
* | BUG=skia: | herb | 2015-02-25 |
* | Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of ... | scroggo | 2015-02-24 |
* | BUG=skia: | herb | 2015-02-24 |
* | Remove SkFontHost includes and friends. | bungeman | 2015-02-23 |
* | SkTypeface to use SkStreamAsset. | bungeman | 2015-01-27 |
* | Make SkStream *not* ref counted. | scroggo | 2015-01-21 |
* | remove dead SkPersp macros | reed | 2015-01-20 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Factor text size device mapping in SkScalerContext. | bungeman | 2014-12-05 |
* | change roundOut() to take a dst, so we can use that signature to return IRect | reed | 2014-11-18 |
* | Enforce pure virtual behavior for onMatchFamilyStyleCharacter | djsollen | 2014-11-14 |
* | remove unused kLCD_MaskFormat | reed | 2014-11-13 |
* | Remove a pointless use of SkWeakRefCnt. | mtklein | 2014-10-24 |
* | Replace SkTypeface::Style with SkFontStyle. | bungeman | 2014-10-20 |
* | Revert of Replace SkTypeface::Style with SkFontStyle. (patchset #9 id:160001 ... | mtklein | 2014-10-20 |
* | Replace SkTypeface::Style with SkFontStyle. | bungeman | 2014-10-20 |
* | Add onGetFamilyName to SkTypeface. | bungeman | 2014-09-17 |
* | Remove ALL font fallback logic from Skia. | djsollen | 2014-08-06 |
* | Remove vertical/horizontal metrics selection. | bungeman | 2014-07-07 |
* | Implement text rendering with NVPR | kkinnunen | 2014-06-24 |
* | [PDF] Fix font embedding restrictions. | vandebo | 2014-06-19 |
* | Remove SK_IGNORE_UNDERLINE_POSITION_FIX now that it is no longer used. | bungeman@google.com | 2014-05-22 |
* | Stage fixes for underline position. | commit-bot@chromium.org | 2014-05-14 |
* | Fix typo in SkFontHost_win.cpp in comment. | bungeman@google.com | 2014-05-09 |
* | Fix size of rotated text with FreeType. | bungeman@google.com | 2014-04-15 |
* | A remotable font management interface and DirectWrite implementation. | bungeman@google.com | 2014-03-21 |
* | Adding code to calculate Underline Thickness from Font Metrics, this will be ... | commit-bot@chromium.org | 2014-03-01 |
* | Make SkFontMgr interface const. | commit-bot@chromium.org | 2014-02-04 |
* | Clarify kAutohinting is kForceAutohinting. | bungeman@google.com | 2014-01-23 |
* | Basic support for vector FON. | bungeman@google.com | 2014-01-23 |
* | deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de... | reed@google.com | 2013-12-17 |
* | Revert "[PDF] Fix font embedding restrictions." | vandebo@chromium.org | 2013-12-10 |
* | Fix missing ; in win code. | vandebo@chromium.org | 2013-12-10 |
* | [PDF] Fix font embedding restrictions. | commit-bot@chromium.org | 2013-12-10 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | De-generalize create_typeface on Windows. | bungeman@google.com | 2013-11-20 |