| Commit message (Expand) | Author | Age |
... | |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-07-28 |
* | Disable GDI slight hinting. | bungeman@google.com | 2013-07-27 |
* | Fix metrics on Windows. | bungeman@google.com | 2013-07-27 |
* | Clean up a few warnings on Windows x64. | bungeman@google.com | 2013-07-22 |
* | Implement onCountGlyphs and onGetUPEM on Windows. | bungeman@google.com | 2013-07-15 |
* | allow createScalerContext to return null, and then have the GDI backend trigg... | reed@google.com | 2013-07-10 |
* | Fix for crbug/253460 (generatePath crashing on Windows). | bungeman@google.com | 2013-06-26 |
* | Add maxCharWidth and a compile flag to use old metrics (needed by Blink). | bungeman@google.com | 2013-06-21 |
* | Fix limit on size of glyph paths. | bungeman@google.com | 2013-06-20 |
* | negate FontBox.bottom, since it is negative, but we want it positive (doh) | reed@google.com | 2013-05-08 |
* | Use more fields from OutlineFontMEtrics: linegap, bbox. | reed@google.com | 2013-05-08 |
* | Mask orientation and layout correctly. | commit-bot@chromium.org | 2013-05-06 |
* | Cast our LOGFONTs in our enumerator callbacks to ENUMLOGFONTEX, so we | reed@google.com | 2013-05-02 |
* | impl onCreateFrom... for fontmgr on windows | reed@google.com | 2013-04-25 |
* | first impl of fontmgr for gdi | reed@google.com | 2013-04-24 |
* | Fix font handles leak. We return without freeing resources. | edisonn@google.com | 2013-04-06 |
* | 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 |
* | Enable init'ed but unused var warning on windows for closer parity with mac/l... | bsalomon@google.com | 2013-03-21 |
* | override SkTypeface::onOpenStream() | reed@google.com | 2013-03-21 |
* | Use function-ptr instead of SkFontHost api to allow client to handle | reed@google.com | 2013-03-21 |
* | move impl of AdvancedTypefaceMetrics into typeface (3) | reed@google.com | 2013-03-20 |
* | add new API for gdi fonts (not hooked up yet) | reed@google.com | 2013-03-20 |
* | remove SkFontHost::CreateScalerContext | reed@google.com | 2013-03-19 |
* | use SkStream::NewFromFile() | mike@reedtribe.org | 2013-03-19 |
* | add (dummy) SkFontHost::GetFileName (to fix build, will soon be deprecated) | reed@google.com | 2013-03-14 |
* | [PDF] Always set the symbolic Flag for Fonts. | vandebo@chromium.org | 2013-03-13 |
* | Use correct metrics for GDI glyphs. | bungeman@google.com | 2013-03-11 |
* | GDI fonthost to serialize using correct font name. | bungeman@google.com | 2012-10-31 |
* | Clean up usage of mask gamma. | bungeman@google.com | 2012-10-26 |
* | Fonts with cubic outlines are rendered without ClearType by GDI. | bungeman@google.com | 2012-10-12 |
* | CreateTypefaceFromFile for GDI. | bungeman@google.com | 2012-10-11 |
* | When creating gray from lcd, use luminance instead of coverage. | bungeman@google.com | 2012-08-28 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Correctly linearize Windows AA from ClearType. | bungeman@google.com | 2012-08-13 |
* | must include SkPath.h after restructure | reed@google.com | 2012-08-07 |
* | Handle rgb_to_a8 when kGenA8FromLCD_Flag is set. | bungeman@google.com | 2012-08-01 |
* | Gamma correcting masks. | bungeman@google.com | 2012-07-30 |
* | Split SkGlyph into its own header. | bungeman@google.com | 2012-07-24 |
* | add MS UI GOTHIC to list of bad fonts. | reed@google.com | 2012-06-18 |
* | add more font names to our extra-bottom-space hack | reed@google.com | 2012-06-15 |
* | http://codereview.appspot.com/6307089 | reed@google.com | 2012-06-13 |
* | Serialize support for GDI. | bungeman@google.com | 2012-06-01 |
* | Fix assignment of non-copyable. | bungeman@google.com | 2012-05-21 |
* | CreateTypefaceFromStream for GDI. | bungeman@google.com | 2012-05-18 |
* | remove unused ptr/len parameters from CreateTypeface | reed@google.com | 2012-05-07 |