summaryrefslogtreecommitdiff
path: root/src/cairo_path_stroke.c
AgeCommit message (Expand)AuthorFilesLines
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-60/+47
2004-01-24Fix to use tessellate_polygon instead of tessellate_rectangle as the matrix m...Carl Worth1-6/+19
2003-12-08Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth1-97/+156
2003-11-21Use 0 and 1 not False and True, (to avoid false dependency on X headers).Carl Worth1-1/+1
2003-10-23Fixed copyright attribution to refer to "University of Southern CaliforniaCarl Worth1-1/+1
2003-10-04Generate convex hull of pen before stroking.Carl Worth1-2/+2
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-27/+27
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-4/+4
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-16/+16
2003-09-05comment face computations, check for reflecting transformation to select corr...Keith Packard1-25/+40
2003-09-04added comments describing miter join code and miter limit computation. Replac...Keith Packard1-26/+74
2003-08-26Added missing underscores to several internal functions.Carl Worth1-10/+10
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-33/+35
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-19/+19
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+715