1. d49a86a allow move/zero-line/close to draw caps by caryclark · 8 years ago
  2. dcd1fcc check for zero conic weights in interp by caryclark · 8 years ago
  3. a110538 fix asan error deref-ing null ptr by caryclark · 8 years ago
  4. 8e7b19d add interp path by caryclark · 8 years ago
  5. 6900641 add last move to serialized path by caryclark · 8 years ago
  6. f1d4151 Add unit test to feed valid SVG sequences to make sure that by caryclark · 8 years ago
  7. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  8. a273c0f remove legacy defines by caryclark · 9 years ago
  9. fc75253 fix arcto exception handling by caryclark · 9 years ago
  10. 55d4905 Add svg path arcto by caryclark · 9 years ago
  11. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  12. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  13. 88651ae replace arcto quads with a conic by caryclark · 9 years ago
  14. b1475b0 Add SkPath::isLastContourClosed() by fs · 9 years ago
  15. f8aec58 Fix fuzzer-found deserialization bugs by ajuma · 9 years ago
  16. 1e1e509 add comment by caryclark · 9 years ago
  17. e114dd6 fix valgrind by caryclark · 9 years ago
  18. 9cb5d75 fix bugs in path contains by caryclark · 9 years ago
  19. c91065d Use the unswapped end point y for early out case in winding_line by fs · 9 years ago
  20. 9aacd90 If a point is on a path edge, it's in the path, at least for all cases where the path edge is not canceled with another edge through coincidence. by caryclark · 9 years ago
  21. 8bf5d17 Another memcpy -> sk_careful_memcpy by mtklein · 9 years ago
  22. aa0df4e Add an SkPath conic conversion utility. by fmalita · 9 years ago
  23. da707bf add SkPath::isRRect by caryclark · 9 years ago
  24. c08d53e Parametric SkPath oval/rect/rrect starting point by fmalita · 9 years ago
  25. 77a53de Base SkAutoTUnref on skstd::unique_ptr. by bungeman · 9 years ago
  26. 9f4dbca Make SkPath fFirstDirection atomic to fix tsan. by herb · 9 years ago
  27. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  28. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  29. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  30. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  31. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  32. 8f08602 fix deserialization after FirstDirection change to paths by reed · 9 years ago
  33. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  34. 6e43465 simplify RawIter - don't return a pt in kClose by reed · 9 years ago
  35. b561581 simplify RawIter by reed · 9 years ago
  36. 30297c5 Fix build warning: 'this' pointer cannot be null in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  37. 181d7ba Fix build warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; comparison may be assumed to always evaluate to true [-Wtautological-undefined-compare] by dongseong.hwang · 9 years ago
  38. aec2510 minor fixes to cubics code and overall alignment of how bounds and tops are computed for all curve types by caryclark · 9 years ago
  39. 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 9 years ago
  40. 95bc5f3 change isNestedRect to isNestedFillRect by caryclark · 9 years ago
  41. 4a8562b remove SK_SUPPORT_LEGACY_ARCTO_QUADS code by reed · 9 years ago
  42. 33a4582 Remove SK_SUPPORT_LEGACY_ADDOVAL by fmalita · 9 years ago
  43. b421650 add double precision convex test by caryclark · 9 years ago
  44. 5ccef57 treat backwards quads as not convex by caryclark · 9 years ago
  45. 63c684a fuzzer fixes by caryclark · 9 years ago
  46. b8de1f4 Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to last Move op by robertphillips · 9 years ago
  47. 9e779d4 add gm for path-arcs, and catch degenerate arc in conic-case by reed · 9 years ago
  48. 2682700 Remove SK_SUPPORT_LEGACY_ADDRRECT by fmalita · 9 years ago
  49. 523cda3 Remove android specific srcPath from SkPath by djsollen · 9 years ago
  50. d5d27d9 use conics for arcTo by reed · 9 years ago
  51. c778904 share code between arcTo and addArc, update dox by reed · 10 years ago
  52. f90ea01 reorg some path routines, preparing to switch arcs to conics by reed · 10 years ago
  53. 9810cd2 use conics for ovals and roundrects by reed · 10 years ago
  54. e3b61eb Revert of use conics for ovals and roundrects (patchset #1 id:1 of https://codereview.chromium.org/817283005/) by reed · 10 years ago
  55. 2bf1c4d use conics for ovals and roundrects by reed · 10 years ago
  56. 2b6ab61 Remove SkPath::asRect by robertphillips · 10 years ago
  57. 91b0a35 Cleanup isRect variants by robertphillips · 10 years ago
  58. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  59. fe7c427 Fix bound returned by SkPath::isRect when the path contains a trailing moveTo by robertphillips · 10 years ago
  60. 1b28a3a use conics for addRRect by reed · 10 years ago
  61. 220f926 use conics by reed · 10 years ago
  62. 5bcbe91 Fix rrects that are large enough that we lose/gain a bit when we add the radius to a bounds coordinate. by reed · 10 years ago
  63. e05fed0 add dumpHex option to rect and rrect, to match path by reed · 10 years ago
  64. a8b326c change SkPoint::setLength to set itself to (0,0) if it starting length is degenerate. by reed · 10 years ago
  65. d3d1a98 add convexity logic and tests for scalar max, Inf, and NaN by caryclark · 10 years ago
  66. f52a063 Fix yet another convexicator issue by robertphillips · 10 years ago
  67. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  68. 08fa28c add float equivalent in dumpHex output as comment by caryclark · 10 years ago
  69. c506e30 Fix convexicator bug by robertphillips · 10 years ago
  70. e956259 add dumpHex() option to SkPath by caryclark · 10 years ago
  71. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  72. b17c129 Add dirty_after_edit to SkPath::moveTo. Add commented out test case that triggers assert. by bsalomon · 10 years ago
  73. efea5a7 Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code. by Florin Malita · 10 years ago
  74. 66a5d8b add path dump test by caryclark · 10 years ago
  75. b6b0252 Add dump() to SkClipStack to help with debugging. by bsalomon · 10 years ago
  76. 8be07bb In convexity checker don't advance last vector when x-product isn't significant. by commit-bot@chromium.org · 10 years ago
  77. 5e1a7f2 Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://codereview.chromium.org/146913002/) due to image quality regression in Chromium. See crbug.com/343123 (Regression - UI issue observed for any "Notification infobars" in Chrome browser) by commit-bot@chromium.org · 10 years ago
  78. 14747e5 Adding new 'extend' mode to SkPath::addPath by commit-bot@chromium.org · 10 years ago
  79. 7e90e8d fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::asRect by commit-bot@chromium.org · 10 years ago
  80. f66cf72 Move fLastMoveToIndex from SkPath to SkPathRef by robertphillips@google.com · 10 years ago
  81. c2abd54 add alternative to isRect named asRect by commit-bot@chromium.org · 11 years ago
  82. fed2ab6 No deduping dictionaries for matrices and regions. by commit-bot@chromium.org · 11 years ago
  83. f5e67c1 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  84. 05ec223 change isRect to return true for 3-sided rectangular paths by commit-bot@chromium.org · 11 years ago
  85. 6b8dbb6 Move segment mask from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  86. ab1c138 Fix compilation with SK_ENABLE_INST_COUNT=1 by commit-bot@chromium.org · 11 years ago
  87. 11e0555 Code cleanup following recapture of skps by robertphillips@google.com · 11 years ago
  88. 466310d Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  89. ca316f5 Revert of r12450 (Move fIsOval from SkPath to SkPathRef) by robertphillips@google.com · 11 years ago
  90. 31f0ffc Move fIsOval from SkPath to SkPathRef by robertphillips@google.com · 11 years ago
  91. e61a86c Guard against most unintentionally ephemeral SkAutoFoo instantiations. by commit-bot@chromium.org · 11 years ago
  92. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  93. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  94. 2e1b99e optimize floating pt, save a few instructions by caryclark@google.com · 11 years ago
  95. 42feaaf use quads for mixed radius rrects by commit-bot@chromium.org · 11 years ago
  96. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  97. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  98. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  99. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  100. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago