summaryrefslogtreecommitdiff
path: root/src/cairo-arc.c
Commit message (Expand)AuthorAgeFilesLines
* _arc_max_angle_for_tolerance_normalized: fix infinite loopHeiko Lewin2021-08-011-1/+3
* arc: Insert the initial point on the arcChris Wilson2014-09-241-0/+4
* arc: Use user endpoint for final stepChris Wilson2012-05-141-12/+17
* doc: Make doc ids more consistent my always putting ':' after themAndrea Canciani2012-03-291-1/+1
* Fix math in commentsBehdad Esfahbod2012-03-251-1/+1
* TypoBehdad Esfahbod2012-03-251-1/+1
* arc: Clamp to 65536 full circlesAndrea Canciani2010-12-091-2/+9
* Fix degenerate arcsAndrea Canciani2010-10-291-0/+4
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* [build] Add options for warning about bad castsChris Wilson2009-08-291-1/+1
* Remove some bogus XXX marksBehdad Esfahbod2008-05-281-1/+0
* [cairo-arc] Protect against division-by-zero.Chris Wilson2008-05-061-1/+1
* [cairo-arc] Check that the context is not error before proceeding.Chris Wilson2008-04-111-0/+3
* Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth2007-04-101-1/+1
* [src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod2007-04-031-0/+2
* Define and use ARRAY_LENBehdad Esfahbod2007-03-201-1/+1
* Fix typos in internal documentation.Declan Naughton2006-08-071-2/+2
* Remove trailing whitespace from lines that look like comments.Carl Worth2006-06-061-2/+2
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-1/+1
* correct the calculation of the error bound.Bertram Felgenhauer2005-08-221-14/+6
* Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth2005-08-051-2/+0
* Note that the cairo_content_t work is done.Carl Worth2005-07-111-0/+2
* Don't use return when calling a void function (thanks to Damien Carbery <dami...Carl Worth2005-05-101-4/+4
* Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth2005-04-261-0/+296