index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-wideint.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-34
/
+0
2008-10-06
[tessellator] Replace open-coding _cairo_int64_cmp().
Chris Wilson
1
-0
/
+48
2007-01-20
cairo-wideint: Fix to eliminate comparison of signed and unsigned values
Carl Worth
1
-1
/
+3
2007-01-07
Spell check the docs
Behdad Esfahbod
1
-1
/
+1
2006-12-05
bugfix: fix cairo-wideint.c uint64_t usage and const return qualifiers
Mathieu Lacage
1
-7
/
+7
2006-11-22
A 96 by 64 bit divrem that produces a 32 bit quotient and 64 bit remainder.
Joonas Pihlaja
1
-0
/
+152
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-1
/
+1
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-8
/
+8
2006-02-27
Remove unused RCS $Id:$ tags.
Carl Worth
1
-2
/
+1
2005-07-30
Replace wide integer divide algorithms with trivial bit-at-a-time code. Origi...
Keith Packard
1
-415
/
+46
2005-06-03
Add CODING_STYLE document to standardize on some style issues.
Carl Worth
1
-1
/
+5
2005-01-19
Remove useless const qualifier from functions returning simple values, (quiet...
Carl Worth
1
-41
/
+41
2005-01-11
Scale factors shouldn't include mirroring.
Keith Packard
1
-1
/
+27
2005-01-11
Fix math library detection to use autotools helper
Keith Packard
1
-17
/
+29
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-0
/
+986