Age | Commit message (Expand) | Author | Files | Lines |
2006-06-06 | Remove trailing whitespace from lines that look like comments. | Carl Worth | 1 | -3/+3 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -8/+8 |
2006-04-18 | Merge branch 'cairo' into new-sub-path | Carl Worth | 1 | -14/+41 |
2006-04-14 | Fix skipping zero length dash segments in dash_start. | Jeff Muizelaar | 1 | -1/+5 |
2006-04-13 | Move the test for zero length sub edges below the computation of faces. | Jeff Muizelaar | 1 | -7/+7 |
2006-04-13 | Move calculation of slope outside of _cairo_stroker_add_sub_edge. | Jeff Muizelaar | 1 | -7/+12 |
2006-04-13 | Check for zero length dashed lines. | Jeff Muizelaar | 1 | -1/+9 |
2006-04-10 | Reset dashing for new subpaths. | Jeff Muizelaar | 1 | -1/+11 |
2006-02-23 | cairo_new_sub_path: Making cairo_arc easier to use and more. | Carl Worth | 1 | -18/+6 |
2005-11-04 | Rework support in the surface backend for the five basic drawing operations (... | Carl Worth | 1 | -92/+50 |
2005-10-31 | Originally 2005-10-28 Keith Packard <keithp@keithp.com>: | Carl Worth | 1 | -62/+123 |
2005-09-27 | Note that bug #4409 (Dashes are missing initial caps) is now fixed. | Carl Worth | 1 | -16/+35 |
2005-09-16 | Prefer cairo_bool_t, TRUE, and FALSE over int, 1, and 0. | Carl Worth | 1 | -9/+9 |
2005-09-16 | Tested by: John Ellson Closes bug #4408 https://bugs.freedesktop.org/show_bug... | Carl Worth | 1 | -1/+75 |
2005-08-23 | Fix for bug #4205: | Carl Worth | 1 | -20/+35 |
2005-03-23 | Remove unneeded includes of cairo-path-fixed-private.h. | Carl Worth | 1 | -1/+0 |
2005-03-23 | Rename cairo_path_real_t to cairo_path_fixed_t and fix all _cairo_path functi... | Carl Worth | 1 | -17/+17 |
2005-03-23 | Begin the process of breaking up cairoint.h, moving structure definitions of ... | Carl Worth | 1 | -0/+3 |
2005-03-18 | * src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)... | Carl Worth | 1 | -1/+3 |
2005-02-22 | Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr... | Carl Worth | 1 | -1/+1 |
2004-10-21 | Convert all files to utf-8. Add copyright information to cairo_png_surface.c. | Carl Worth | 1 | -1/+1 |
2004-09-04 | Add the MPL as a new license option, in addition to the LGPL. | Carl Worth | 1 | -10/+27 |
2004-08-02 | Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr... | Carl Worth | 1 | -7/+5 |
2004-08-02 | Change from MIT license to LGPL. | Carl Worth | 1 | -20/+14 |
2004-02-12 | Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t... | Carl Worth | 1 | -60/+47 |
2004-01-24 | Fix to use tessellate_polygon instead of tessellate_rectangle as the matrix m... | Carl Worth | 1 | -6/+19 |
2003-12-08 | Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p... | Carl Worth | 1 | -97/+156 |
2003-11-21 | Use 0 and 1 not False and True, (to avoid false dependency on X headers). | Carl Worth | 1 | -1/+1 |
2003-10-23 | Fixed copyright attribution to refer to "University of Southern California | Carl Worth | 1 | -1/+1 |
2003-10-04 | Generate convex hull of pen before stroking. | Carl Worth | 1 | -2/+2 |
2003-10-04 | Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s... | Carl Worth | 1 | -27/+27 |
2003-09-27 | Fixed some internal enums that had been mistakenly converted to lowercase at ... | Carl Worth | 1 | -4/+4 |
2003-09-05 | Preliminary support for running Cairo with X servers without the Render exten... | Carl Worth | 1 | -16/+16 |
2003-09-05 | comment face computations, check for reflecting transformation to select corr... | Keith Packard | 1 | -25/+40 |
2003-09-04 | added comments describing miter join code and miter limit computation. Replac... | Keith Packard | 1 | -26/+74 |
2003-08-26 | Added missing underscores to several internal functions. | Carl Worth | 1 | -10/+10 |
2003-07-30 | Made all changes necessary to abandon the Xc library, (sucking the functional... | Carl Worth | 1 | -33/+35 |
2003-07-18 | Fixed some inconsistent tag/typedef names I missed the first time. | Carl Worth | 1 | -19/+19 |
2003-07-18 | Renamed everything from Xr* to cairo_* | Carl Worth | 1 | -0/+715 |