aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops
Commit message (Expand)AuthorAge
* fix path ops fuzz busterGravatar caryclark2015-07-23
* fix pathops battle testGravatar caryclark2015-07-07
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* When three or more edges are coincident, the logic needsGravatar caryclark2015-07-06
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* don't fix winding for empty pathsGravatar caryclark2015-06-29
* initialize firstDirGravatar caryclark2015-06-17
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* fix builder winding againGravatar caryclark2015-05-18
* The path ops builder code needs to determine the winding of each contour adde...Gravatar caryclark2015-05-18
* fix path op builderGravatar caryclark2015-05-14
* look for deleted pts when detecting line/curve coincident edgesGravatar caryclark2015-05-14
* deal more consistently with unsortable edgesGravatar caryclark2015-05-13
* Path ops formerly found the topmost unprocessed edge and determined its angle...Gravatar caryclark2015-05-11
* use pathops utils to improve precision of cubic chopping in scan converterGravatar reed2015-04-30
* minor fixes to cubics code and overall alignment of how bounds and tops are c...Gravatar caryclark2015-04-29
* fix valgrindGravatar caryclark2015-04-27
* fix multiple intersection logicGravatar caryclark2015-04-24
* working on initial winding for cubicsGravatar caryclark2015-04-23
* fix valgrind uninitialized var errorGravatar caryclark2015-04-21
* Now, path ops natively intersect conics, quads, and cubics in any combination...Gravatar caryclark2015-04-20
* fix valgrind uninitialized issueGravatar caryclark2015-04-13
* fix valgrind bugGravatar caryclark2015-04-06
* add legacy pathop enums; fix uninitialized warningGravatar caryclark2015-03-26
* cumulative pathops patchGravatar caryclark2015-03-26
* Revert of pathops version two (patchset #16 id:150001 of https://codereview.c...Gravatar reed2015-03-24
* Revert of fix destructor order to fix build (patchset #1 id:1 of https://code...Gravatar caryclark2015-03-24
* fix destructor order to fix buildGravatar caryclark2015-03-24
* pathops version twoGravatar caryclark2015-03-24
* new files for pathops geometric intersectionGravatar caryclark2015-01-16
* fixes for conicsGravatar reed2015-01-06
* Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://co...Gravatar reed2015-01-06
* use conics for ovals and roundrectsGravatar reed2015-01-05
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-11-13
* Revert of harden pathops for pathological test (patchset #19 id:410001 of htt...Gravatar hcm2014-10-28
* These tests stress pathops by describing the union of circle-like paths that ...Gravatar caryclark2014-10-28
* abort op early if path isn't parseableGravatar caryclark2014-10-03
* fail on extremely large coincident curvesGravatar caryclark2014-09-29
* fail early if coincidence can't be resolvedGravatar caryclark2014-09-19
* fix battlefield website by disallowing very small coordinatesGravatar caryclark2014-09-18
* fail when coincidence is too far apartGravatar caryclark2014-09-08
* add const to arrays of member functionsGravatar caryclark2014-08-25
* copy points in array that may stretchGravatar caryclark2014-08-20
* fix pathops skp-derived bugs; add more failing testsGravatar caryclark2014-08-12
* relax quadratic binary search testGravatar caryclark2014-08-12
* update pathops core and testsGravatar caryclark2014-07-18
* add pathops tight bounds; conform path ops' gyp to unit testsGravatar caryclark2014-06-24
* Add some missing header include guardsGravatar george2014-06-20
* Fix last pathops skp bugGravatar caryclark2014-06-18