summaryrefslogtreecommitdiff
path: root/src/cairo-path-fill.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-22Switch from old tessellator to new tessellatorCarl Worth1-3/+3
2006-06-06Remove initial, final, and duplicate blank lines.Carl Worth1-1/+0
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-1/+1
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-11/+9
2005-03-23Remove unneeded includes of cairo-path-fixed-private.h.Carl Worth1-1/+0
2005-03-23Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi...Carl Worth1-10/+10
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+3
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-1/+3
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-02-12Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...Carl Worth1-38/+20
2003-12-08Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth1-24/+77
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-2/+2
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-2/+2
2003-08-26Added missing underscores to several internal functions.Carl Worth1-3/+3
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-4/+8
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-13/+13
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+158