summaryrefslogtreecommitdiff
path: root/src/cairo-pen.c
AgeCommit message (Expand)AuthorFilesLines
2006-11-22Switch from old tessellator to new tessellatorCarl Worth1-1/+1
2006-10-18Fix infinite-join test case (bug #8379)Carl Worth1-0/+5
2006-09-21Add assert statement so the infinite-join test simply exits rather than loopi...Carl Worth1-0/+2
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-3/+3
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-1/+1
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-5/+5
2005-10-31Originally 2005-10-28 Keith Packard <keithp@keithp.com>:Carl Worth1-18/+9
2005-08-22use new function. strip comment of derivation for major axis length.Bertram Felgenhauer1-144/+10
2005-08-22use correctly transposed version of the matrix and fix up the comments above ...Bertram Felgenhauer1-12/+14
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-2/+2
2005-03-23Begin the process of breaking up cairoint.h, moving structure definitions of ...Carl Worth1-0/+2
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-10-12Fix a few typos in pen vertex math description.Carl Worth1-3/+3
2004-10-12Adapt function from Walter Brisken to compute pen ellipse major axis length a...Keith Packard1-22/+251
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
2003-12-08Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...Carl Worth1-1/+1
2003-11-17Remove infinite looping when stroking with a line width at or close to 0.0. T...Carl Worth1-0/+5
2003-11-06Add comment pondering memory management semantics of cairo_current_target_sur...Carl Worth1-0/+2
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-85/+30
2003-10-04Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...Carl Worth1-25/+25
2003-09-27Fixed some internal enums that had been mistakenly converted to lowercase at ...Carl Worth1-5/+5
2003-09-05Preliminary support for running Cairo with X servers without the Render exten...Carl Worth1-2/+2
2003-09-05comment face computations, check for reflecting transformation to select corr...Keith Packard1-14/+29
2003-08-26Added missing underscores to several internal functions.Carl Worth1-1/+1
2003-07-30Made all changes necessary to abandon the Xc library, (sucking the functional...Carl Worth1-73/+61
2003-07-23Introduced cairo_fixed_*_t types. Converted several functions from floating t...Carl Worth1-6/+2
2003-07-18Fixed some inconsistent tag/typedef names I missed the first time.Carl Worth1-10/+10
2003-07-18Renamed everything from Xr* to cairo_*Carl Worth1-0/+398