aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
...
* fix bw bits when width >= 16Gravatar reed@google.com2011-09-27
* doh -- fix conversion to BW from color/grayGravatar reed@google.com2011-09-27
* set gamma flag for white, since GDI gives us different (better) valuesGravatar reed@google.com2011-09-26
* Add asserts to track down Chrome crash (bug 94421).Gravatar vandebo@chromium.org2011-09-22
* tweak check for BW to avoid cmpGravatar reed@google.com2011-09-22
* detect when LCD is really just BW, and remark the glyph as that.Gravatar reed@google.com2011-09-21
* Update SkCoInitialize to better match spec.Gravatar bungeman@google.com2011-09-16
* cache offscreen HDCGravatar reed@google.com2011-09-09
* Fix realloc->reset rename missed in mac fileGravatar bsalomon@google.com2011-09-02
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* outset 2 on all sides, as we now find some CJK fonts that are off byGravatar reed@google.com2011-09-02
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* respect subpixel positioningGravatar reed@google.com2011-08-23
* silence end of file LF warning on chrome's mac buildsGravatar bsalomon@google.com2011-08-22
* Use gcc intrinsic functions for atomic incr and decrGravatar bsalomon@google.com2011-08-18
* [PDF] Subset font advance data (W array).Gravatar vandebo@chromium.org2011-08-18
* Revert "Improve generation of glyph advance array." This reverts commit r2126Gravatar vandebo@chromium.org2011-08-16
* Improve generation of glyph advance array.Gravatar vandebo@chromium.org2011-08-16
* Add missing function declarations.Gravatar caryclark@google.com2011-08-15
* Port change r2040 to macGravatar ctguil@chromium.org2011-08-08
* add api for scalers to force us to use skia to generate their bits from theirGravatar reed@google.com2011-08-05
* revert rotated-lcd workaround until I can render gray/lcd+subpixel myselfGravatar reed@google.com2011-08-05
* Honor fixed width font in Windows.Gravatar ctguil@chromium.org2011-08-04
* Make WIC encoder lock the bitmap pixels.Gravatar bungeman@google.com2011-08-01
* Windows image decoder should handle all bitmap formats.Gravatar bungeman@google.com2011-08-01
* balance destructor's CFRelease with a CFRetain when we get the cgfontGravatar reed@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Manually update copyright notices in files that defied the automated processGravatar epoger@google.com2011-07-28
* GetGlyphOutline can return clipped results :( so we now draw offscreenGravatar reed@google.com2011-07-26
* reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...Gravatar reed@google.com2011-07-25
* Temporary rollback of r1924 to unblock DEPS rollGravatar bsalomon@google.com2011-07-22
* disable hinting when rotated, since it looks badGravatar reed@google.com2011-07-21
* export function to return a typeface's LOGFONTGravatar reed@google.com2011-07-19
* since I can't make GDI's lcd text pretty when we're rotated, detect thatGravatar reed@google.com2011-07-13
* add more scalerrec filtering, in prep for handling unhintedGravatar reed@google.com2011-07-13
* send output to printf as well, for commandlinesGravatar reed@google.com2011-07-13
* Deleted the #endif that's caused the compiler erroGravatar yangsu@google.com2011-07-07
* Updated iOSSampleApp and related files.Gravatar yangsu@google.com2011-07-07
* fix chrome build, check OSX version before referencing 10.6 APIsGravatar reed@google.com2011-07-01
* Fix LCD text filteringGravatar epoger@google.com2011-06-29
* Fix build for old versions of freetype without FT_Library_SetLcdFilterGravatar epoger@google.com2011-06-29
* explicitly enable font smoothing, in case your mac is hooked to a monitorGravatar reed@google.com2011-06-29
* Fix Mac compile - missing comma.Gravatar vandebo@chromium.org2011-06-28
* Fix core text font metrics - scale to em size and convert float to intGravatar vandebo@chromium.org2011-06-28
* remove obsolete text codepathsGravatar reed@google.com2011-06-27
* Fixed include statements to correctly link mac/ios librariesGravatar yangsu@google.com2011-06-24
* Added mutex in GetDefaultFont and added the default font to the FontCache whe...Gravatar yangsu@google.com2011-06-24
* fix null fFontRef in GetDefaultFont()Gravatar reed@google.com2011-06-24