aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Honor fixed width font in Windows.Gravatar ctguil@chromium.org2011-08-04
* allow events to store their target sink IDGravatar reed@google.com2011-08-03
* iOS SampleApp menu related changesGravatar yangsu@google.com2011-08-02
* Remove unneeded include in SkBitSet.Gravatar bungeman@google.com2011-08-01
* Clip GPU blur against clip bounds. Clip the size of the FBOs used for blursGravatar senorblanco@chromium.org2011-08-01
* Add Commit to SkWIStream.Gravatar bungeman@google.com2011-08-01
* 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
* Revised SkOSMenuGravatar yangsu@google.com2011-08-01
* Fix bug in SkMatrix::invert where typemask is not set on inverse when a matri...Gravatar bsalomon@google.com2011-08-01
* More variable initializations and curly braces to avoid Linux compilerGravatar tomhudson@google.com2011-07-29
* Eliminate Linux compile warnings throughout animator/ with variableGravatar tomhudson@google.com2011-07-29
* Break onEncode() into two functions to avoid clobbering variables withGravatar tomhudson@google.com2011-07-28
* balance destructor's CFRelease with a CFRetain when we get the cgfontGravatar reed@google.com2011-07-28
* Fixing the ignore transform flag in Ganesh with mask filter and drawBitmapGravatar junov@google.com2011-07-28
* Include <new> required for placement new in SkTLazy.Gravatar bungeman@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
* [PDF] Improve efficiency of glyph id collection during font subsetting.Gravatar vandebo@chromium.org2011-07-27
* [PDF] Fix mem leak in font subsetting.Gravatar vandebo@chromium.org2011-07-27
* include <new> for SkTLazy, since windows seems to need it.Gravatar reed@google.com2011-07-27
* don't modify a const paintGravatar reed@google.com2011-07-27
* use SkConvertQuadToCubic()Gravatar reed@google.com2011-07-27
* use safeunref on typefaces, since Deserialize might return NULL.Gravatar reed@google.com2011-07-27
* add test for SkConvertQuadToCubicGravatar reed@google.com2011-07-27
* Cleanup from r1843 based on revision comments.Gravatar ctguil@chromium.org2011-07-27
* Make GrTextureCache into a generic GrResource cache. Also some GrContext text...Gravatar bsalomon@google.com2011-07-26
* Add functionality for isRect() to SkPath.Gravatar caryclark@google.com2011-07-26
* GetGlyphOutline can return clipped results :( so we now draw offscreenGravatar reed@google.com2011-07-26
* [PDF] Add font subsetting using the sfntly library.Gravatar vandebo@chromium.org2011-07-26
* [PDF] Refactor SkPDFFont to enable font/cmap subsetting.Gravatar vandebo@chromium.org2011-07-25
* [PDF] Fix bug in catalog substitution.Gravatar vandebo@chromium.org2011-07-25
* don't modify const SkDraw, since multiple threads may be watching it...Gravatar reed@google.com2011-07-25
* don/t modify const paint, since it could be used in different threadsGravatar reed@google.com2011-07-25
* Exit SkBitmap::scrollRect() early if width <= 0Gravatar epoger@google.com2011-07-25
* reenable rotated freetype fix, but behind #ifndef SK_IGNORE_ROTATED_FREETYPE...Gravatar reed@google.com2011-07-25
* Revert "[PDF] Refactor SkPDFFont to enable font/cmap subsetting."Gravatar vandebo@chromium.org2011-07-23
* [PDF] Refactor SkPDFFont to enable font/cmap subsetting.Gravatar vandebo@chromium.org2011-07-23
* Temporary rollback of r1924 to unblock DEPS rollGravatar bsalomon@google.com2011-07-22
* Improve GPU blur performance by clearing only when necessary. This gives aGravatar senorblanco@chromium.org2011-07-22
* [PDF] fix off by one in setPage.Gravatar vandebo@chromium.org2011-07-22
* Revert r1937 while I try to figure out the GM failures.Gravatar senorblanco@chromium.org2011-07-21
* Improve GPU blur speed by clearing only when necessary. This gives aGravatar senorblanco@chromium.org2011-07-21
* disable hinting when rotated, since it looks badGravatar reed@google.com2011-07-21
* Fix SkFlate.cpp when SK_ZLIB_INCLUDE is not #defined.Gravatar epoger@google.com2011-07-21
* have == always return bool, never intGravatar reed@google.com2011-07-20
* replace SkRefPtr for parameters with simple pointersGravatar reed@google.com2011-07-20
* [PDF] Use insert and append helpers for POD data.Gravatar vandebo@chromium.org2011-07-20
* [PDF] Make stream compression optional on a per device basis.Gravatar vandebo@chromium.org2011-07-20
* fix Capitalization of static methodsGravatar reed@google.com2011-07-20