summaryrefslogtreecommitdiff
path: root/src/cairo-wideint.c
Commit message (Expand)AuthorAgeFilesLines
* cairo-wideint: Fix typo in two cairo_uint128 functionsBryce Harrington2014-07-241-4/+4
* doc: Manually fix remaining warnings about symmetryAndrea Canciani2012-03-291-1/+2
* Introduce a new compositor architectureChris Wilson2011-09-121-0/+16
* time: Add cairo_time_t typeAndrea Canciani2011-09-021-0/+16
* Remove excessive semicolonsBenjamin Otte2010-04-291-1/+1
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* Use __uint128_t and __int128_t if availableSebastian Dröge2009-09-151-49/+42
* Eliminate self-intersecting strokes.Chris Wilson2009-08-291-34/+0
* [tessellator] Replace open-coding _cairo_int64_cmp().Chris Wilson2008-10-061-0/+48
* cairo-wideint: Fix to eliminate comparison of signed and unsigned valuesCarl Worth2007-01-201-1/+3
* Spell check the docsBehdad Esfahbod2007-01-071-1/+1
* bugfix: fix cairo-wideint.c uint64_t usage and const return qualifiersMathieu Lacage2006-12-051-7/+7
* A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.Joonas Pihlaja2006-11-221-0/+152
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-1/+1
* Remove extraneous whitespace from "blank" lines.Carl Worth2006-06-061-8/+8
* Remove unused RCS $Id:$ tags.Carl Worth2006-02-271-2/+1
* Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...Keith Packard2005-07-301-415/+46
* Add CODING_STYLE document to standardize on some style issues.Carl Worth2005-06-031-1/+5
* Remove useless const qualifier from functions returning simple values, (quiet...Carl Worth2005-01-191-41/+41
* Scale factors shouldn't include mirroring.Keith Packard2005-01-111-1/+27
* Fix math library detection to use autotools helperKeith Packard2005-01-111-17/+29
* Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard2004-05-281-0/+986