| Commit message (Expand) | Author | Age |
... | |
* | fix bw bits when width >= 16 | reed@google.com | 2011-09-27 |
* | doh -- fix conversion to BW from color/gray | reed@google.com | 2011-09-27 |
* | set gamma flag for white, since GDI gives us different (better) values | reed@google.com | 2011-09-26 |
* | Add asserts to track down Chrome crash (bug 94421). | vandebo@chromium.org | 2011-09-22 |
* | tweak check for BW to avoid cmp | reed@google.com | 2011-09-22 |
* | detect when LCD is really just BW, and remark the glyph as that. | reed@google.com | 2011-09-21 |
* | Update SkCoInitialize to better match spec. | bungeman@google.com | 2011-09-16 |
* | cache offscreen HDC | reed@google.com | 2011-09-09 |
* | Fix realloc->reset rename missed in mac file | bsalomon@google.com | 2011-09-02 |
* | Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u... | bsalomon@google.com | 2011-09-02 |
* | outset 2 on all sides, as we now find some CJK fonts that are off by | reed@google.com | 2011-09-02 |
* | 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 |
* | respect subpixel positioning | reed@google.com | 2011-08-23 |
* | silence end of file LF warning on chrome's mac builds | bsalomon@google.com | 2011-08-22 |
* | Use gcc intrinsic functions for atomic incr and decr | bsalomon@google.com | 2011-08-18 |
* | [PDF] Subset font advance data (W array). | vandebo@chromium.org | 2011-08-18 |
* | Revert "Improve generation of glyph advance array." This reverts commit r2126 | vandebo@chromium.org | 2011-08-16 |
* | Improve generation of glyph advance array. | vandebo@chromium.org | 2011-08-16 |
* | Add missing function declarations. | caryclark@google.com | 2011-08-15 |
* | Port change r2040 to mac | ctguil@chromium.org | 2011-08-08 |
* | add api for scalers to force us to use skia to generate their bits from their | reed@google.com | 2011-08-05 |
* | revert rotated-lcd workaround until I can render gray/lcd+subpixel myself | reed@google.com | 2011-08-05 |
* | Honor fixed width font in Windows. | ctguil@chromium.org | 2011-08-04 |
* | Make WIC encoder lock the bitmap pixels. | bungeman@google.com | 2011-08-01 |
* | Windows image decoder should handle all bitmap formats. | bungeman@google.com | 2011-08-01 |
* | balance destructor's CFRelease with a CFRetain when we get the cgfont | reed@google.com | 2011-07-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Manually update copyright notices in files that defied the automated process | epoger@google.com | 2011-07-28 |
* | GetGlyphOutline can return clipped results :( so we now draw offscreen | reed@google.com | 2011-07-26 |
* | reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE... | reed@google.com | 2011-07-25 |
* | Temporary rollback of r1924 to unblock DEPS roll | bsalomon@google.com | 2011-07-22 |
* | disable hinting when rotated, since it looks bad | reed@google.com | 2011-07-21 |
* | export function to return a typeface's LOGFONT | reed@google.com | 2011-07-19 |
* | since I can't make GDI's lcd text pretty when we're rotated, detect that | reed@google.com | 2011-07-13 |
* | add more scalerrec filtering, in prep for handling unhinted | reed@google.com | 2011-07-13 |
* | send output to printf as well, for commandlines | reed@google.com | 2011-07-13 |
* | Deleted the #endif that's caused the compiler erro | yangsu@google.com | 2011-07-07 |
* | Updated iOSSampleApp and related files. | yangsu@google.com | 2011-07-07 |
* | fix chrome build, check OSX version before referencing 10.6 APIs | reed@google.com | 2011-07-01 |
* | Fix LCD text filtering | epoger@google.com | 2011-06-29 |
* | Fix build for old versions of freetype without FT_Library_SetLcdFilter | epoger@google.com | 2011-06-29 |
* | explicitly enable font smoothing, in case your mac is hooked to a monitor | reed@google.com | 2011-06-29 |
* | Fix Mac compile - missing comma. | vandebo@chromium.org | 2011-06-28 |
* | Fix core text font metrics - scale to em size and convert float to int | vandebo@chromium.org | 2011-06-28 |
* | remove obsolete text codepaths | reed@google.com | 2011-06-27 |
* | Fixed include statements to correctly link mac/ios libraries | yangsu@google.com | 2011-06-24 |
* | Added mutex in GetDefaultFont and added the default font to the FontCache whe... | yangsu@google.com | 2011-06-24 |
* | fix null fFontRef in GetDefaultFont() | reed@google.com | 2011-06-24 |