| Commit message (Expand) | Author | Age |
* | Make SkPath cache the result of cheapComputeDirection. | bsalomon@google.com | 2012-11-13 |
* | Disable SK_DEBUG_PATH_REF in debug builds. | bsalomon@google.com | 2012-10-04 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-04 |
* | Adds extra debugging to SkPathRef that can optionally be turned on in a relea... | bsalomon@google.com | 2012-10-03 |
* | Revert r5557 (which itself was a revert of r5433). Relands SkPathRef. Will fo... | bsalomon@google.com | 2012-10-03 |
* | Temporarily revert r5433 due to http://www.crbug.com/148637 until after M23 b... | bsalomon@google.com | 2012-09-14 |
* | SkPathRef: one allocation for pts+verbs, path GenID, copy-on-write | bsalomon@google.com | 2012-09-07 |
* | Add SK_API to path == decl. | bsalomon@google.com | 2012-09-07 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Set LF property on a bunch of files. | bsalomon@google.com | 2012-08-20 |
* | Added Serialization of SkPath's bound | robertphillips@google.com | 2012-08-17 |
* | Add inst counting to bench and count SkPaths | bsalomon@google.com | 2012-08-14 |
* | Adds a bunch of benchmarks around creating, transforming, testing path equality, | bsalomon@google.com | 2012-08-13 |
* | Windows compiler complaint cleanup | robertphillips@google.com | 2012-07-26 |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | add SkPath::contains(x, y) | mike@reedtribe.org | 2012-07-11 |
* | Rename the existing flatten(void*) methods. | djsollen@google.com | 2012-06-08 |
* | Add SkPath::getVerbs/countVerbs | bsalomon@google.com | 2012-06-07 |
* | Make SkPath::RawIter require a non-NULL pts pointer. | bsalomon@google.com | 2012-06-07 |
* | addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing) | reed@google.com | 2012-05-29 |
* | Iter::next takes a bool (defaults to true for now) if we want to consume dege... | reed@google.com | 2012-05-16 |
* | remove null-check in SKPath::Iter::next() -- not needed, and slows us down a ... | reed@google.com | 2012-05-15 |
* | add SkPath::isLine(), similar to isRect() | reed@google.com | 2012-05-10 |
* | Track oval in SkPath | bsalomon@google.com | 2012-04-18 |
* | Revert r3705 for fixed pt failures. | bsalomon@google.com | 2012-04-17 |
* | track oval in SkPath | bsalomon@google.com | 2012-04-17 |
* | Fix SkPathStroker::lineTo() for line with length SK_ScalarNearlyZero | epoger@google.com | 2012-04-11 |
* | Upstream changes from Android repository. | djsollen@google.com | 2012-03-21 |
* | Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter. | schenney@chromium.org | 2012-01-18 |
* | automatically inject a moveTo if we see a close followed by a line/quad/cubic | reed@google.com | 2012-01-12 |
* | add SkPath::cheapComputeDirection() plus unittests | reed@google.com | 2012-01-10 |
* | add SkPath::reverseAddPath() | reed@google.com | 2012-01-10 |
* | Add the ability to iterate through a path without modification. This change is | schenney@chromium.org | 2012-01-04 |
* | Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate... | schenney@chromium.org | 2011-12-29 |
* | Protecting changes to the SkPath iteration with an ifdef for Chromium. | schenney@chromium.org | 2011-12-21 |
* | Modifying SkPath to store all verbs provided by the user, and to give | schenney@chromium.org | 2011-12-20 |
* | Update files to use SK_BUILD_FOR_ANDROID. | djsollen@google.com | 2011-11-08 |
* | change getLastPt to return a bool | reed@google.com | 2011-10-11 |
* | add segment types query to SkPath (i.e. does it have any quads) | reed@google.com | 2011-09-21 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Fix path iter returned pt on close, test path close pt in unit test. | bsalomon@google.com | 2011-07-13 |
* | remove unused and untested SkPath::subdivide() | reed@google.com | 2011-06-28 |
* | Change getConvexity() to now compute it if the value is set to kUnkown. | reed@google.com | 2011-05-16 |
* | add Convexity enum to SkPath | reed@google.com | 2011-05-15 |
* | devolve flattening parameters to their base classes | reed@google.com | 2011-04-25 |
* | Upstream android changes. | djsollen@google.com | 2011-04-15 |
* | Add code needed to build skia as a windows dll within the chromium project. | ctguil@chromium.org | 2011-03-15 |
* | add countPoints() and getPoint() | reed@android.com | 2010-02-09 |
* | fix winding bug in lineclipper | reed@android.com | 2009-11-23 |
* | Fix MSVC builds by avoiding a uint to bool warning. | deanm@chromium.org | 2009-06-18 |