Age | Commit message (Expand) | Author | Files | Lines |
2009-08-29 | [path] Return the canonical box. | Chris Wilson | 1 | -32/+0 |
2009-08-29 | [clip] Use the rectangular tessellator to extract boxes | Chris Wilson | 1 | -7/+22 |
2009-08-29 | [tessellate] Rectangular special case | Chris Wilson | 1 | -26/+14 |
2009-08-29 | [fill] Use trivial rectilinear_to_traps | Chris Wilson | 1 | -0/+74 |
2009-08-29 | [polygon] Return status from path ops | Chris Wilson | 1 | -22/+4 |
2009-08-29 | [clip] Use geometric clipping for unaligned clips | Chris Wilson | 1 | -5/+3 |
2009-08-29 | [fill] Early check for empty path/polygon | Chris Wilson | 1 | -1/+4 |
2009-08-29 | [clip] Eliminate redundant clips | Chris Wilson | 1 | -0/+3 |
2009-08-29 | [clip] Use the rectilinear tessellator | Chris Wilson | 1 | -15/+64 |
2009-08-29 | [tessellator] Special case rectilinear tessellation | Chris Wilson | 1 | -91/+9 |
2009-08-29 | [fallback] Avoid going through traps for trivial regions. | Chris Wilson | 1 | -0/+129 |
2009-08-29 | Eliminate self-intersecting strokes. | Chris Wilson | 1 | -53/+56 |
2009-07-23 | Remove clip handling from generic surface layer. | Chris Wilson | 1 | -3/+8 |
2008-12-12 | [path] Mark points as const during _cairo_path_fixed_interpret() | Chris Wilson | 1 | -26/+7 |
2008-12-12 | [spline] Propagate errors during add point. | Chris Wilson | 1 | -8/+3 |
2008-11-29 | Mark if(status) as being unlikely. | Chris Wilson | 1 | -3/+3 |
2008-11-29 | [fill] Allow rectangles to be implicitly closed. | Chris Wilson | 1 | -1/+1 |
2008-11-25 | [fill] Emit rectangles for GdkRegion | Chris Wilson | 1 | -17/+68 |
2008-11-16 | [spline] Eliminate intermediate allocations during spline decomposition. | Chris Wilson | 1 | -15/+8 |
2008-09-23 | [fill] Check for the most common rectilinear case first. | Chris Wilson | 1 | -7/+11 |
2008-09-19 | [fill] Construct trap using rectangle directly. | Chris Wilson | 1 | -2/+14 |
2008-02-25 | [quartz] Optimize path handling where possible | Vladimir Vukicevic | 1 | -64/+2 |
2008-01-28 | [doc] Make sure all macro names in docs are prefixed by % | Behdad Esfahbod | 1 | -1/+1 |
2007-11-05 | [cairo-path-fixed] Exponentially enlarge cairo_path_buf_t. | Chris Wilson | 1 | -1/+1 |
2007-04-10 | Add a status field to cairo_polygon_t | Carl Worth | 1 | -25/+11 |
2007-04-09 | cairo-path-fill - trivial missing unused result | Chris Wilson | 1 | -1/+1 |
2007-03-13 | [cairo-path-fixed] Merge op and arg bufs | Behdad Esfahbod | 1 | -26/+25 |
2007-03-05 | Optimize filling of a path that is a single device-axis-aligned rectangle. | Carl Worth | 1 | -0/+93 |
2006-11-22 | Switch from old tessellator to new tessellator | Carl Worth | 1 | -3/+3 |
2006-06-06 | Remove initial, final, and duplicate blank lines. | Carl Worth | 1 | -1/+0 |
2006-06-06 | Remove extraneous whitespace from "blank" lines. | Carl Worth | 1 | -1/+1 |
2005-08-04 | New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func... | Kristian Høgsberg | 1 | -11/+9 |
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 | -10/+10 |
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 | -38/+20 |
2003-12-08 | Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p... | Carl Worth | 1 | -24/+77 |
2003-10-23 | Fixed copyright attribution to refer to "University of Southern California | Carl Worth | 1 | -1/+1 |
2003-10-04 | Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s... | Carl Worth | 1 | -2/+2 |
2003-09-27 | Fixed some internal enums that had been mistakenly converted to lowercase at ... | Carl Worth | 1 | -2/+2 |
2003-08-26 | Added missing underscores to several internal functions. | Carl Worth | 1 | -3/+3 |
2003-07-30 | Made all changes necessary to abandon the Xc library, (sucking the functional... | Carl Worth | 1 | -4/+8 |
2003-07-18 | Fixed some inconsistent tag/typedef names I missed the first time. | Carl Worth | 1 | -13/+13 |
2003-07-18 | Renamed everything from Xr* to cairo_* | Carl Worth | 1 | -0/+158 |