| Commit message (Expand) | Author | Age |
* | Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for odd... | bsalomon | 2016-08-25 |
* | Fix misdetection of rectangles in SkPath::IsSimpleClosedRect. | bsalomon | 2016-07-24 |
* | Fix mask applied to SkPath::fFillType in readFromMemory to fix fuzzer bug | robertphillips | 2016-06-28 |
* | Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa... | mbarbella | 2016-06-01 |
* | Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect | Brian Salomon | 2016-06-01 |
* | Add SkPathPriv::IsSimpleClosedRect | bsalomon | 2016-06-01 |
* | Check results from calls to SkCubicClipper::ChopMonoAtY. | mbarbella | 2016-05-31 |
* | Fix bug where SkPath will convert an arc to an oval and change the starting p... | bsalomon | 2016-05-31 |
* | Make SkPath::isOval() and SkPath::isRRect return the orientation and starting... | bsalomon | 2016-05-27 |
* | Fix warnings that were exposed when running with SK_DEBUG enable on an optimi... | djsollen | 2016-04-29 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | allow move/zero-line/close to draw caps | caryclark | 2016-02-22 |
* | check for zero conic weights in interp | caryclark | 2016-02-18 |
* | fix asan error deref-ing null ptr | caryclark | 2016-02-18 |
* | add interp path | caryclark | 2016-02-18 |
* | add last move to serialized path | caryclark | 2016-02-17 |
* | Add unit test to feed valid SVG sequences to make sure that | caryclark | 2016-02-09 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-29 |
* | remove legacy defines | caryclark | 2016-01-25 |
* | fix arcto exception handling | caryclark | 2016-01-25 |
* | Add svg path arcto | caryclark | 2016-01-23 |
* | Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800... | djsollen | 2016-01-22 |
* | Consolidate SK_CRASH and sk_throw into SK_ABORT | djsollen | 2016-01-22 |
* | replace arcto quads with a conic | caryclark | 2016-01-20 |
* | Add SkPath::isLastContourClosed() | fs | 2016-01-20 |
* | Fix fuzzer-found deserialization bugs | ajuma | 2016-01-13 |
* | add comment | caryclark | 2016-01-06 |
* | fix valgrind | caryclark | 2016-01-06 |
* | fix bugs in path contains | caryclark | 2015-12-18 |
* | Use the unswapped end point y for early out case in winding_line | fs | 2015-12-17 |
* | If a point is on a path edge, it's in the path, at least for all cases where ... | caryclark | 2015-12-14 |
* | Another memcpy -> sk_careful_memcpy | mtklein | 2015-12-09 |
* | Add an SkPath conic conversion utility. | fmalita | 2015-12-01 |
* | add SkPath::isRRect | caryclark | 2015-11-19 |
* | Parametric SkPath oval/rect/rrect starting point | fmalita | 2015-11-17 |
* | Base SkAutoTUnref on skstd::unique_ptr. | bungeman | 2015-10-01 |
* | Make SkPath fFirstDirection atomic to fix tsan. | herb | 2015-09-28 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Very tiny paths are subsumed by the Convexicator | caryclark | 2015-07-14 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-07 |
* | Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.... | jvanverth | 2015-07-02 |
* | Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. | mtklein | 2015-07-01 |
* | fix deserialization after FirstDirection change to paths | reed | 2015-06-11 |
* | SkPath::Direction serves two masters: | reed | 2015-06-10 |
* | simplify RawIter - don't return a pt in kClose | reed | 2015-05-27 |
* | simplify RawIter | reed | 2015-05-13 |
* | Fix build warning: 'this' pointer cannot be null in well-defined C++ code; co... | dongseong.hwang | 2015-04-30 |
* | Fix build warning: reference cannot be bound to dereferenced null pointer in ... | dongseong.hwang | 2015-04-30 |
* | minor fixes to cubics code and overall alignment of how bounds and tops are c... | caryclark | 2015-04-29 |
* | Now, path ops natively intersect conics, quads, and cubics in any combination... | caryclark | 2015-04-20 |