summaryrefslogtreecommitdiff
path: root/src/cairo-path-stroke-polygon.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wunused-function warningsKhaled Hosny2023-02-061-11/+0
* Round joins fix (spline_cusp_tolerance)Christian Rohlfs2022-12-281-18/+77
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-1/+1
* replace _BSD_SOURCE with _DEFAULT_SOURCEAdrian Johnson2017-09-161-1/+1
* Revert "stroker: Check for scaling overflow in computing half line widths"Uli Schlachter2017-05-131-1/+0
* stroker: Check for scaling overflow in computing half line widthsChris Wilson2017-05-041-0/+1
* Remove some useless declarations found by scan-build, the LLVM/clang static a...Sylvestre Ledru2014-05-061-10/+0
* stroke: Fix calling '_cairo_spline_intersect' for in-bounds checking of splinesChris Wilson2012-11-021-1/+1
* stroke: Convert a very small round-join into a miterChris Wilson2012-08-261-1/+1
* stroke: Precompute the line half-widthChris Wilson2012-08-261-44/+38
* stroke: Use new pen vertex range findersChris Wilson2012-08-261-66/+27
* stroke: Skip spline evaluation when stroking to a polygonChris Wilson2012-08-261-0/+37
* stroke: Skip inserting a round-join if within toleranceChris Wilson2012-06-241-5/+9
* stroke: Use round-joins near inflection points of splinesChris Wilson2012-06-241-3/+14
* stroke: Don't drop clockwise==0 linesChris Wilson2012-05-141-11/+3
* Remove some unused functionsUli Schlachter2012-05-051-44/+0
* Split cairo-contour-privates into struct+inlinesChris Wilson2012-04-191-0/+1
* Split cairo-box-privates into struct+inlinesChris Wilson2012-04-191-1/+1
* stroke: Do not initialise the pen if will not use itChris Wilson2012-03-101-11/+19
* stroke: Fix typosAndrea Canciani2011-11-021-2/+2
* Introduce a new compositor architectureChris Wilson2011-09-121-12/+59
* stroke: Convert the outlines into contour and then into a polygonChris Wilson2011-08-151-422/+783
* stroke: move normal stroker to new fileChris Wilson2011-08-151-0/+1002