summaryrefslogtreecommitdiff
path: root/src/cairo-traps.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-27Make the check for rectangular trapezoids simpler and more accurate. (#4220, ...Owen Taylor1-11/+5
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-0/+29
2005-06-01Fix bug in converting box to rectangle that left clip_rect.height uninitializ...Carl Worth1-1/+1
2005-04-27src/cairo-traps.c src/cairoint.h (_cairo_traps_init_box): New function to cre...Owen Taylor1-0/+37
2005-04-13Fix a comment from last commitOwen Taylor1-1/+1
2005-04-13Work around a pair of libpixman bugs (denegerate trapezoids from tesellator, ...Owen Taylor1-0/+7
2005-04-13src/cairoint.h src/cairo-traps.c: Add _cairo_traps_extract_region for convert...Owen Taylor1-0/+55
2005-03-07Disable the "new" intersection code so that the incorrect fill problems (test...Carl Worth1-2/+26
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-02-01src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add _cairo_utf8_to_utf16(...Owen Taylor1-9/+9
2004-12-23Remove unused CAIRO_TRAPS_GROWTH_INC.Carl Worth1-2/+0
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-12Compute extents of cairo_traps_t on the fly using approximate method which is...Keith Packard1-49/+56
2004-05-28Add WARN_CFLAGS, autodetection for 64/128 bit ints and cairo_wideint.[ch]Keith Packard1-27/+91
2004-04-20Fixed missing limits.h includesDavid Reveman1-2/+2
2004-04-06Added new pattern APIDavid Reveman1-0/+37
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-1/+1
2004-01-22Add '-no-undefined' to end of libcairo_la_LDFLAGS to enable building shared l...Richard Worth1-1/+1
2003-11-06Bumped version to 0.1.12 for new cairo_in_stroke and cairo_in_fill functions.Carl Worth1-1/+43
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-7/+7
2003-08-29Fixed to use fabs not abs. Added pointer to Hobby's intersection paper.Carl Worth1-0/+21
2003-08-26Added missing underscores to several internal functions.Carl Worth1-58/+58
2003-07-31Depend on slim.Richard Henderson1-4/+4
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-53/+69
2003-07-25Fix error correction on intersection test to avoid needless spinning.Carl Worth1-3/+6
2003-07-24Massive cleanup of polygon tessellationCarl Worth1-135/+64
2003-07-23Introduced cairo_fixed_*_t types. Converted several functions from floating t...Carl Worth1-27/+37
2003-07-19Better fix for the previous bug. More complete and more efficient.Carl Worth1-11/+7
2003-07-19Fixed polygon tesselattion for some cases of incorrect sorting when two inter...Carl Worth1-3/+3
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+593