aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Use bfrange to shrink ToUnicode table.Gravatar vandebo@chromium.org2011-08-08
* Protect much of SkDevice and clarify usage of drawDevice.Gravatar bungeman@google.com2011-08-08
* CocoaSampleApp no longer depends on SkOSWindow_Mac.hGravatar yangsu@google.com2011-08-08
* iOS/Cocoa SampleApp, Drawingboard, and Networking updatesGravatar yangsu@google.com2011-08-08
* Fixed error in SkOSMenuGravatar yangsu@google.com2011-08-05
* Updated SkOSMenu to use the updated SkEventsGravatar yangsu@google.com2011-08-05
* add api for scalers to force us to use skia to generate their bits from theirGravatar reed@google.com2011-08-05
* ignore alphaBit (and mask) for 32bit images, 'cause that seems to break thisGravatar reed@google.com2011-08-05
* revert rotated-lcd workaround until I can render gray/lcd+subpixel myselfGravatar reed@google.com2011-08-05
* submit LCD alpha supportGravatar caryclark@google.com2011-08-05
* use new SkEvent notion of passing targetID to constructorGravatar reed@google.com2011-08-04
* retool SkEvent to own its target ID or target procGravatar reed@google.com2011-08-04
* 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