1. ba150cc always compute a cubic tangent by caryclark · 8 years ago
  2. 4693a17 cubic stroke fix by caryclark · 8 years ago
  3. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  4. 1b6934f skip stroke outset of all teeny lines by caryclark · 8 years ago
  5. d49a86a allow move/zero-line/close to draw caps by caryclark · 9 years ago
  6. 57eecc1 Zero length lines may have caps, but do not need joins. by caryclark · 9 years ago
  7. b775e91 add more conservative check for wayward divide by caryclark · 9 years ago
  8. 950305e fix for teeny strokes by caryclark · 9 years ago
  9. 6651a32 Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of https://codereview.chromium.org/1334543002/ ) by caryclark · 9 years ago
  10. 5ca4fa3 Revert of more zero-length changes for svg compatibility (patchset #6 id:100001 of https://codereview.chromium.org/1330623003/ ) by caryclark · 9 years ago
  11. 62fb1ba more zero-length changes for svg compatibility by caryclark · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 5cb00a9 zero-length cap fix by caryclark · 9 years ago
  14. 21b998b Revert of experiment with zero-length round capped line segments (patchset #4 id:60001 of https://codereview.chromium.org/1309753002/ ) by caryclark · 9 years ago
  15. dd3c165 experiment with zero-length round capped line segments by caryclark · 9 years ago
  16. 99fe822 Use static_assert instead of SK_COMPILE_ASSERT. by bungeman · 9 years ago
  17. e8c5666 Very tiny paths are subsumed by the Convexicator by caryclark · 9 years ago
  18. 026beb5 SkPath::Direction serves two masters: by reed · 9 years ago
  19. c00e1dd another double square by caryclark · 9 years ago
  20. 1bfcaa4 don't square error term twice by caryclark · 9 years ago
  21. ecaf9c9 use inline version of eval quad if tangent is not needed by caryclark · 9 years ago
  22. a76b7a3b remove SK_LEGACY_STROKE_CURVES by caryclark · 9 years ago
  23. d223eb3 fix win 8 bot by caryclark · 9 years ago
  24. 612f70d handle large conic strokes better by caryclark · 9 years ago
  25. 80ea19c Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://codereview.chromium.org/1138263002/) by reed · 9 years ago
  26. 2629697 Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://codereview.chromium.org/1135053002/) by reed · 9 years ago
  27. 67d71c8 stop calling SkScalarDiv by reed · 9 years ago
  28. 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
  29. 63c684a fuzzer fixes by caryclark · 10 years ago
  30. 1297ecf flip stroke to chrome compatible define by caryclark · 10 years ago
  31. 6df8e34 break out of cubic stroker loop on degenerate case by caryclark · 10 years ago
  32. 04e4d08 This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well. by caryclark · 10 years ago
  33. 05d9044 optional res-scale parameter to getFillPath by reed · 10 years ago
  34. 4f662e6 Update stroke path to use rect returned from isRect (to fix trailing moveTo bug) by robertphillips · 10 years ago
  35. b3eb687 Set temporary paths volatile so we don't cache them. by jvanverth · 10 years ago
  36. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  37. fac4e0e Fallback to moveTo when unable to find the first tangent in cubicTo by piotaixr · 10 years ago
  38. 6803c21 Revert of fix the error that path is inversed for stroke and strokeAndFill styles (https://codereview.chromium.org/183683010/) by commit-bot@chromium.org · 10 years ago
  39. 1f99d93 fix the error that path is inversed for stroke and strokeAndFill styles. by commit-bot@chromium.org · 10 years ago
  40. c9917c0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  41. 439df28 fine-tune tolerance for pinchy quads in stroker by reed@google.com · 11 years ago
  42. 8fd1603 Revert r9724 (add rect-output parameter to isRect) to allow the DEPS roll by robertphillips@google.com · 11 years ago
  43. da2b21f add rect-output parameter to isRect, allowing us to return the correct bounds even if a rectagular path has a trailing moveTo by reed@google.com · 11 years ago
  44. 7de1e3f test thick stroking of conics by reed@google.com · 11 years ago
  45. 7a90daf fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respected by reed@google.com · 11 years ago
  46. 5687a3e fix handling of stroked cubics when we exhaust our recursion limit. by reed@google.com · 12 years ago
  47. bdd82f4 remove dead/#if 0/if (0) code blocks. no change to compiled output. by reed@google.com · 12 years ago
  48. 13b77e8 remove obsolete build flags: by reed@google.com · 12 years ago
  49. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  50. 5408a30 #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads. by reed@google.com · 12 years ago
  51. 2157983 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  52. 14dd81d disable (using build-flag) change in 6937 until I can figure out how to rebaseline the self-test by mike@reedtribe.org · 12 years ago
  53. dec8125 fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX to by mike@reedtribe.org · 12 years ago
  54. 5f0add3 remove legacy build-guards, now that webkit has rebaselined these. by reed@google.com · 12 years ago
  55. c19468e add default: to fix warning by reed@google.com · 12 years ago
  56. b2e138c fix typo: must use modified join in case the miterlimit forces us to use bevel by reed@google.com · 12 years ago
  57. 04fdaa1 use direction from isRect in strokeRect, and only stroke if it is closed by reed@google.com · 12 years ago
  58. 158c595 add SK_IGNORE_NEW_STROKERECT guard by reed@google.com · 12 years ago
  59. b9971cb fix regression from 6510 -- respect kStrokeAndFill setting for stroked rects by reed@google.com · 12 years ago
  60. 603dbed add specialty strokeRect() to SkStroke, which can return much cleaner results by reed@google.com · 12 years ago
  61. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  62. 8d850be don't add circles on chopped cubics by reed@google.com · 12 years ago
  63. fd4be26 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  64. d3521f1 revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory somewhere? by reed@google.com · 12 years ago
  65. 9797272 Change patheffect to take a (new) StrokeRec object, which encapsulates the fill by reed@google.com · 12 years ago
  66. 4a3b714 Iter::next takes a bool (defaults to true for now) if we want to consume degenerates. by reed@google.com · 12 years ago
  67. 2e0d727 pre allocate space for the result (guesstimation) so we don't spend extra time by reed@google.com · 12 years ago
  68. 58b8d4a recreate http://codereview.appspot.com/6131051/ in svn instead of git by epoger@google.com · 12 years ago
  69. aefdd06 move SKPaint's defaults (that might be configurable) into a header by reed@google.com · 13 years ago
  70. 1ae2090 stroking wants CW, so we reverse if the orig was CCW by reed@google.com · 13 years ago
  71. d1ab932 restore (debugged) cheapComputeDirection by reed@google.com · 13 years ago
  72. f6962e4 disable cheap check while its being debugged by reed@google.com · 13 years ago
  73. 69a9943 add SkPath::cheapComputeDirection() plus unittests by reed@google.com · 13 years ago
  74. 63d7374 add SkPath::reverseAddPath() by reed@google.com · 13 years ago
  75. bb47232 preserve inverseness when stroking by reed@google.com · 13 years ago
  76. 4da06ab Modifying SkPath to store all verbs provided by the user, and to give by schenney@chromium.org · 13 years ago
  77. effe847 can't assume (ever :( ) that a 2-ptr src will convex by reed@google.com · 13 years ago
  78. 4d03c11 don't assume a 2-point path is convex, unless its also not closed by reed@google.com · 13 years ago
  79. 55b5f4b add SkPoint::CanNormalize to unify decisions about when a vector is degenerate by reed@google.com · 13 years ago
  80. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  81. f2b98d6 merge with changes for GPU backend by reed@android.com · 14 years ago
  82. a0f5d15 move xfermode modes from porterduff into xfermode itself by reed@android.com · 15 years ago
  83. 0ea42c1 fallback to drawing a line if the cubic is still too curvy, even if we've by reed@android.com · 15 years ago
  84. d252db0 API change: SkPath computeBounds -> getBounds by reed@android.com · 15 years ago
  85. 8a1c16f grab from latest android by reed@android.com · 16 years ago