index
:
~jrmuizel/cairo
master
stroke-to-path2
Unnamed repository; edit this file to name it for gitweb.
jrmuizel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-4
/
+4
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-19
/
+19
2006-05-04
Implement the device_offset functionality at surface, not gstate layer
Carl Worth
1
-1
/
+48
2005-08-27
Make the check for rectangular trapezoids simpler and more accurate. (#4220, ...
Owen Taylor
1
-11
/
+5
2005-08-04
New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...
Kristian Høgsberg
1
-0
/
+29
2005-06-01
Fix bug in converting box to rectangle that left clip_rect.height uninitializ...
Carl Worth
1
-1
/
+1
2005-04-27
src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...
Owen Taylor
1
-0
/
+37
2005-04-13
Fix a comment from last commit
Owen Taylor
1
-1
/
+1
2005-04-13
Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...
Owen Taylor
1
-0
/
+7
2005-04-13
src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...
Owen Taylor
1
-0
/
+55
2005-03-07
Disable the "new" intersection code so that the incorrect fill problems (test...
Carl Worth
1
-2
/
+26
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2005-02-01
src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...
Owen Taylor
1
-9
/
+9
2004-12-23
Remove unused CAIRO_TRAPS_GROWTH_INC.
Carl Worth
1
-2
/
+0
2004-10-21
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
Carl Worth
1
-1
/
+1
2004-10-12
Compute extents of cairo_traps_t on the fly using approximate method which is...
Keith Packard
1
-49
/
+56
2004-05-28
Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]
Keith Packard
1
-27
/
+91
2004-04-20
Fixed missing limits.h includes
David Reveman
1
-2
/
+2
2004-04-06
Added new pattern API
David Reveman
1
-0
/
+37
2004-02-12
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...
Carl Worth
1
-1
/
+1
2004-01-22
Add '-no-undefined' to end of libcairo_la_LDFLAGS to enable building shared l...
Richard Worth
1
-1
/
+1
2003-11-06
Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.
Carl Worth
1
-1
/
+43
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-7
/
+7
2003-08-29
Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.
Carl Worth
1
-0
/
+21
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-58
/
+58
2003-07-31
Depend on slim.
Richard Henderson
1
-4
/
+4
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-53
/
+69
2003-07-25
Fix error correction on intersection test to avoid needless spinning.
Carl Worth
1
-3
/
+6
2003-07-24
Massive cleanup of polygon tessellation
Carl Worth
1
-135
/
+64
2003-07-23
Introduced cairo_fixed_*_t types. Converted several functions from floating t...
Carl Worth
1
-27
/
+37
2003-07-19
Better fix for the previous bug. More complete and more efficient.
Carl Worth
1
-11
/
+7
2003-07-19
Fixed polygon tesselattion for some cases of incorrect sorting when two inter...
Carl Worth
1
-3
/
+3
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+593