summaryrefslogtreecommitdiff
path: root/src/cairo-wideint.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-29doc: Manually fix remaining warnings about symmetryAndrea Canciani1-1/+2
2011-09-12Introduce a new compositor architectureChris Wilson1-0/+16
2011-09-02time: Add cairo_time_t typeAndrea Canciani1-0/+16
2010-04-29Remove excessive semicolonsBenjamin Otte1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2009-09-15Use __uint128_t and __int128_t if availableSebastian Dröge1-49/+42
2009-08-29Eliminate self-intersecting strokes.Chris Wilson1-34/+0
2008-10-06[tessellator] Replace open-coding _cairo_int64_cmp().Chris Wilson1-0/+48
2007-01-20cairo-wideint: Fix to eliminate comparison of signed and unsigned valuesCarl Worth1-1/+3
2007-01-07Spell check the docsBehdad Esfahbod1-1/+1
2006-12-05bugfix: fix cairo-wideint.c uint64_t usage and const return qualifiersMathieu Lacage1-7/+7
2006-11-22A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.Joonas Pihlaja1-0/+152
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-1/+1
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-8/+8
2006-02-27Remove unused RCS $Id:$ tags.Carl Worth1-2/+1
2005-07-30Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard1-415/+46
2005-06-03Add CODING_STYLE document to standardize on some style issues.Carl Worth1-1/+5
2005-01-19Remove useless const qualifier from functions returning simple values, (quiet...Carl Worth1-41/+41
2005-01-11Scale factors shouldn't include mirroring.Keith Packard1-1/+27
2005-01-11Fix math library detection to use autotools helperKeith Packard1-17/+29
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-0/+986