index
:
~emmanuel/cairo
master
svg-text
Emmanuel's cairo repository - SVG backend work
emmanuel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-polygon.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-12
spans: Refresh polygon limits after trimming the composite extents
Chris Wilson
1
-13
/
+31
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-13
/
+39
2011-08-15
stroke: Convert the outlines into contour and then into a polygon
Chris Wilson
1
-13
/
+35
2011-07-28
polygon: Fix generic case of edge clipping
Andrea Canciani
1
-76
/
+51
2011-07-28
polygon: Simplify code for edge clipping
Andrea Canciani
1
-47
/
+33
2011-07-27
polygon: Fix clipping of edges outside of their range
Chris Wilson
1
-4
/
+4
2011-07-27
polygon: Don't skip clipped horizontal edges
Chris Wilson
1
-3
/
+0
2011-07-19
clip: Rudimentary support for clip-polygon extraction
Chris Wilson
1
-0
/
+111
2010-12-10
polygon: Merge _cairo_polygon_init and _cairo_polygon_limit
Andrea Canciani
1
-11
/
+6
2010-12-10
fill: Simplify path to polygon conversion
Andrea Canciani
1
-88
/
+0
2010-06-11
polygon: Reorder conditionals based on likelihood.
Chris Wilson
1
-15
/
+15
2010-04-27
Update FSF address
Andrea Canciani
1
-1
/
+1
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2009-09-03
[polygon] Compute the limit of the limits slightly more efficiently
Chris Wilson
1
-12
/
+12
2009-09-03
[polygon] Fix discard with non-banded disjoint clip boxes
Chris Wilson
1
-5
/
+24
2009-08-29
[polygon] Return status from path ops
Chris Wilson
1
-6
/
+12
2009-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+2
2009-08-29
[clip] Use geometric clipping for unaligned clips
Chris Wilson
1
-147
/
+182
2009-08-29
[polygon] Amalgamate collinear edges
Chris Wilson
1
-7
/
+51
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-19
/
+250
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-0
/
+4
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+5
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-1
/
+1
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-12
/
+11
2008-09-18
[polygon] Reduce number of branches.
Chris Wilson
1
-50
/
+21
2008-06-13
Enlarge the embedded arrays to eliminate frequent allocations.
Chris Wilson
1
-14
/
+5
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-4
/
+2
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+2
2007-10-04
[cairo-polygon] Add a _cairo_error().
Chris Wilson
1
-0
/
+1
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-1
/
+1
2007-04-10
Add a status field to cairo_polygon_t
Carl Worth
1
-27
/
+33
2007-04-10
Rename ARRAY_LEN to ARRAY_LENGTH
Carl Worth
1
-1
/
+1
2007-04-09
cairo-polygon - trivial propagation of error status
Chris Wilson
1
-5
/
+3
2007-04-03
[src] Make sure all source files #include "cairoint.h" as their first include
Behdad Esfahbod
1
-1
/
+0
2007-03-20
Define and use ARRAY_LEN
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[polygon,spline,traps] Avoid free(NULL)
Behdad Esfahbod
1
-1
/
+1
2007-03-13
[cairo-polygon] Add a cache of eight edges to cairo_polygon_t
Behdad Esfahbod
1
-7
/
+23
2007-03-13
[cairo_polygon_t] Change has_current_point from int to cairo_bool_t
Behdad Esfahbod
1
-4
/
+4
2007-03-13
[cairo-polygon] Clean-up realloc algorithm for clarity
Behdad Esfahbod
1
-11
/
+7
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-1
/
+1
2005-02-22
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...
Carl Worth
1
-1
/
+1
2004-12-23
Remove unused CAIRO_TRAPS_GROWTH_INC.
Carl Worth
1
-3
/
+2
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
2003-12-08
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...
Carl Worth
1
-33
/
+23
2003-11-21
Use 0 and 1 not False and True, (to avoid false dependency on X headers).
Carl Worth
1
-2
/
+2
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
-18
/
+18
[next]