aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports
Commit message (Expand)AuthorAge
* Avoid deadlock in SkGetFallbackFamilyNameForChar().Gravatar djsollen@google.com2012-10-15
* Change FreeType lcd filter to provide better results.Gravatar bungeman@google.com2012-10-13
* Fonts with cubic outlines are rendered without ClearType by GDI.Gravatar bungeman@google.com2012-10-12
* Turn off some debugging statements.Gravatar scroggo@google.com2012-10-11
* CreateTypefaceFromFile for GDI.Gravatar bungeman@google.com2012-10-11
* Disable automatic font fallback of SkFontHost_android when building for WebKitGravatar djsollen@google.com2012-10-09
* Fix typo in SkFontHost_win_dw.cpp.Gravatar bungeman@google.com2012-10-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-06
* No hinting on Mac should be lower priority than subpixel rendering.Gravatar bungeman@google.com2012-10-05
* cleanup coding style for r5825Gravatar djsollen@google.com2012-10-05
* Reduce Android Log Spam.Gravatar djsollen@google.com2012-10-05
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Lock gFTMutex when modifying FT globals.Gravatar scroggo@google.com2012-10-04
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-29
* No hinting with CG should prevent outline dilation.Gravatar bungeman@google.com2012-09-28
* Load more fonts on Linux.Gravatar bungeman@google.com2012-09-26
* Vertical metrics for FreeType.Gravatar bungeman@google.com2012-09-25
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Yet another speculative Android fix. Unreviewed.Gravatar senorblanco@chromium.org2012-09-19
* update gyp files to build on iOSGravatar caryclark@google.com2012-09-18
* Fix a Ref count bug in SkFontHost_win_dw.cppGravatar bungeman@google.com2012-09-17
* landing https://codereview.appspot.com/6506117Gravatar reed@google.com2012-09-14
* Check if SK_BUILD_FOR_MAC is defined rather than whether it's 1Gravatar george@mozilla.com2012-09-13
* re-apply 5508, but with the new compile-flag disabled for nowGravatar reed@google.com2012-09-12
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* revert 5508 -- it broke most of the buildsGravatar reed@google.com2012-09-12
* Using the device scale factor for glyph positioningGravatar wjmaclean@chromium.org2012-09-12
* land https://codereview.appspot.com/6492099/ -- fix for iOSGravatar reed@google.com2012-09-10
* Upstream Clank's SkFontHost_Android DRT infinite loop fix.Gravatar tomhudson@google.com2012-09-04
* Fix compile error in SkFontHost_none.cppGravatar borenet@google.com2012-09-04
* Serialization for DirectWriteGravatar bungeman@google.com2012-08-31
* Sanitizing source files in Skia_Nightly_House_KeepingGravatar skia.committer@gmail.com2012-08-30
* check for exceeding int range when we stash the values in the cacheGravatar reed@google.com2012-08-29
* Change Arabic sample character from 0x0600 to 0x0627.Gravatar djsollen@google.com2012-08-29
* Normalize font BBox to make sure it's correct when rendering a PDF on the mac.Gravatar vandebo@chromium.org2012-08-28
* When creating gray from lcd, use luminance instead of coverage.Gravatar bungeman@google.com2012-08-28
* Add a new SkMemory implementation that uses mozalloc instead of mallocGravatar george@mozilla.com2012-08-27
* Fix greenish text rendering on Linux.Gravatar bungeman@google.com2012-08-24
* Proper Android fix, and revert of workaround in r5267. Unreviewed.Gravatar senorblanco@chromium.org2012-08-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Split out SkFontHost_FreeType into common filesGravatar george@mozilla.com2012-08-23
* Android build fix (unreviewed).Gravatar senorblanco@chromium.org2012-08-22
* Implements the non-Porter-Duff compositing modes required for SVG's feBlendGravatar senorblanco@chromium.org2012-08-22
* Android build fix; unreviewed.Gravatar senorblanco@chromium.org2012-08-20
* DirectWrite font host for skia.Gravatar bungeman@google.com2012-08-16
* Correctly linearize Windows AA from ClearType.Gravatar bungeman@google.com2012-08-13
* (Attempt to) fix Android build from r5056, thanks to suggestion by senorblanco@.Gravatar tomhudson@google.com2012-08-13
* Add a zoom filter to Skia. This will be used on ChromeOS to implement the scr...Gravatar bsalomon@google.com2012-08-13
* remove SkShape (unused)Gravatar reed@google.com2012-08-09