aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf
Commit message (Expand)AuthorAge
* [PDF] Fix PDF code to not crash on SkComposeShader.Gravatar vandebo@chromium.org2012-06-28
* stick SkInstCnt in more classes, to help track down leaksGravatar reed@google.com2012-06-26
* Version 2 of the Instance Counting system. This one simplifies the print out ...Gravatar robertphillips@google.com2012-06-13
* fix missing switch-statement handler (for conical gradient)Gravatar reed@google.com2012-06-11
* extend asAGradient for Conical type (to be implemented by PDF and XPS)Gravatar reed@google.com2012-06-07
* fix warnings on Mac in src/pdfGravatar caryclark@google.com2012-06-06
* Debug Windows compiler complaint fixesGravatar robertphillips@google.com2012-05-14
* [PDF] Ensure that filling single line paths (with no area) does not draw anyt...Gravatar vandebo@chromium.org2012-05-09
* Fixed minor c++ issues found by cppcheckGravatar robertphillips@google.com2012-04-27
* [PDF] Handle failures of matrix inversionGravatar vandebo@chromium.org2012-04-17
* Fix some fixed-point bugs.Gravatar vandebo@chromium.org2012-04-17
* Revert "[PDF] Handle failures of matrix inversion" while I investigate fixed ...Gravatar vandebo@chromium.org2012-04-17
* [PDF] Handle failures of matrix inversion.Gravatar vandebo@chromium.org2012-04-17
* [PDF] If matrix inversion fails, use the identity matrix.Gravatar vandebo@chromium.org2012-04-13
* Minor Windows compiler complaint fixesGravatar robertphillips@google.com2012-04-10
* [PDF] Really fix font metric array initialization.Gravatar vandebo@chromium.org2012-03-26
* [PDF] Fix font metric array initialization.Gravatar vandebo@chromium.org2012-03-23
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-22
* Move SkBitSet to utils.Gravatar vandebo@chromium.org2012-03-21
* Revert "[PDF] Move most of the headers to be private."Gravatar vandebo@chromium.org2012-03-21
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-21
* Revert "[PDF] Move most of the headers to be private."Gravatar vandebo@chromium.org2012-03-21
* [PDF] Move most of the headers to be private.Gravatar vandebo@chromium.org2012-03-21
* [PDF] Fix shaders when the initial transform has a translation.Gravatar vandebo@chromium.org2012-03-16
* Fix four memory leaks uncovered by valgrinding gm tests.Gravatar vandebo@chromium.org2012-03-14
* [PDF] Fix memory hungry inefficiency in pdf resource tracking.Gravatar vandebo@chromium.org2012-03-09
* [PDF] Fix some fixed/float-point mismatches for image shaders.Gravatar vandebo@chromium.org2012-03-09
* [PDF] Fix name objects containing characters > 0x80 and add a test.Gravatar vandebo@chromium.org2012-03-05
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Towards enabling -Werror in skia on LinuxGravatar bsalomon@google.com2012-01-06
* add allowImageFilter() so a device can allow/disallow filtersGravatar reed@google.com2012-01-06
* [PDF] Fix some scalar/int assumptions.Gravatar vandebo@chromium.org2012-01-05
* Fix ToUnicode generation bug.Gravatar vandebo@chromium.org2012-01-03
* Coverity: Add a default case in SkPDFShader. CID=101159Gravatar vandebo@chromium.org2011-12-21
* add SK_OVERRIDE, move subclass impls of virtuals into .cppGravatar reed@google.com2011-12-07
* [PDF] add drawTextOnPath support.Gravatar vandebo@chromium.org2011-11-08
* [PDF] Add debug assert to detect failure of GDI cache hack.Gravatar vandebo@chromium.org2011-11-01
* PDF: Fix bug in weak pointer pattern.Gravatar vandebo@chromium.org2011-10-30
* Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure o...Gravatar vandebo@chromium.org2011-10-17
* use SkRasterClip inside canvas (check-point for soft clipping)Gravatar reed@google.com2011-10-12
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Revert r2122, r2116, r2108 Now that Chrome's PlatformDevice doesn't inherit f...Gravatar vandebo@chromium.org2011-10-03
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Revert r2250 - removal of setMatrixClip() - because Chrome makes heavy useGravatar tomhudson@google.com2011-09-13
* Replaces SkDevice::setMatrixClip() with markMatrixDirty() and markClipDirty(),Gravatar tomhudson@google.com2011-09-12
* 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
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Clean up PDF code for text decoration change.Gravatar bungeman@google.com2011-08-23