summaryrefslogtreecommitdiff
path: root/src/cairo-arc.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-09arc: Clamp to 65536 full circlesAndrea Canciani1-2/+9
2010-10-29Fix degenerate arcsAndrea Canciani1-0/+4
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2009-08-29[build] Add options for warning about bad castsChris Wilson1-1/+1
2008-05-28Remove some bogus XXX marksBehdad Esfahbod1-1/+0
2008-05-06[cairo-arc] Protect against division-by-zero.Chris Wilson1-1/+1
2008-04-11[cairo-arc] Check that the context is not error before proceeding.Chris Wilson1-0/+3
2007-04-10Rename ARRAY_LEN to ARRAY_LENGTHCarl Worth1-1/+1
2007-04-03[src] Make sure all source files #include "cairoint.h" as their first includeBehdad Esfahbod1-0/+2
2007-03-20Define and use ARRAY_LENBehdad Esfahbod1-1/+1
2006-08-07Fix typos in internal documentation.Declan Naughton1-2/+2
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-2/+2
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2005-08-22correct the calculation of the error bound.Bertram Felgenhauer1-14/+6
2005-08-05Remove include of math.h since cairoint.h does it more carefully, (for annoyi...Carl Worth1-2/+0
2005-07-11Note that the cairo_content_t work is done.Carl Worth1-0/+2
2005-05-10Don't use return when calling a void function (thanks to Damien Carbery <dami...Carl Worth1-4/+4
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-0/+296