index
:
cairo
1.0
1.10
1.12
1.14
1.16
1.2
1.4
1.6
1.8
carlosgc/polygon-intersect-crash
master
wip/otte/xlib-overflow
cairo's central repository (mirrored from https://gitlab.freedesktop.org/cairo/cairo)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-path-fill.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-30
fill: Fix unantialiased rectilinear-fill-to-boxes
Chris Wilson
1
-5
/
+11
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-21
/
+48
2011-08-13
stroke: Rely on the tessellator to remove self-intersections
Chris Wilson
1
-245
/
+0
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-5
/
+107
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-10
/
+6
2010-12-10
fill: Simplify path to polygon conversion
Andrea Canciani
1
-50
/
+41
2010-12-10
path: Always interpret in forward direction
Andrea Canciani
1
-1
/
+0
2010-10-29
path: Do not access flags directly
Andrea Canciani
1
-4
/
+4
2010-05-10
region: _cairo_region_create_in_error()
Chris Wilson
1
-5
/
+2
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
fill: Convert rectilinear paths to boxes.
Chris Wilson
1
-1
/
+75
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-10-18
[path] Fix compiler warnings
Benjamin Otte
1
-4
/
+3
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
[next]