index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pen.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-01
pen: Tighten checking for bevel (start==stop) joins
Chris Wilson
1
-2
/
+2
2012-10-31
pen: First check whether the in/out edges lie within the single pen vertex
Chris Wilson
1
-28
/
+32
2012-10-19
pen: Relax invisibility criteria from half-tolerance to quarter-tolerance
Chris Wilson
1
-1
/
+1
2012-08-26
pen: Use bisection to speed up vertex finding
Chris Wilson
1
-0
/
+81
2012-08-26
compositor: Skip invisible strokes
Chris Wilson
1
-21
/
+13
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-08-29
[slope] Inline _cairo_slope_init()
Chris Wilson
1
-0
/
+2
2009-08-29
Eliminate self-intersecting strokes.
Chris Wilson
1
-191
/
+0
2009-06-04
valgrindify init/fini routines
Chris Wilson
1
-2
/
+6
2009-04-23
[memfault] Manually inject faults when using stack allocations
Chris Wilson
1
-0
/
+9
2009-01-29
[stroker] Rectilinear dashing.
Chris Wilson
1
-4
/
+7
2008-12-12
[path] Mark points as const during _cairo_path_fixed_interpret()
Chris Wilson
1
-2
/
+2
2008-12-12
[spline] Propagate errors during add point.
Chris Wilson
1
-11
/
+12
2008-11-29
Mark allocation failures as unlikely.
Chris Wilson
1
-4
/
+4
2008-11-29
Mark if(status) as being unlikely.
Chris Wilson
1
-3
/
+3
2008-11-16
[spline] Eliminate intermediate allocations during spline decomposition.
Chris Wilson
1
-88
/
+166
2008-08-08
[matrix] Prefer a return parameter for _compute_determinant().
Chris Wilson
1
-7
/
+1
2008-06-13
[cairo-pen] Embed a small array of vertices into cairo_pen_t.
Chris Wilson
1
-27
/
+44
2008-02-20
Eliminate a potential infinite loop in spline stroking
Carl Worth
1
-1
/
+12
2008-02-20
Remove _cairo_slope_[counter_]clockwise
Carl Worth
1
-14
/
+16
2008-01-28
[doc] Replace 'NOTE' by 'Note' and add it to test
Behdad Esfahbod
1
-2
/
+2
2007-10-30
Fix degenerate-pen test case by removing the triggering assertion
Carl Worth
1
-1
/
+15
2007-10-04
[cairo-error] Clean up all the warnings and missing _cairo_error() calls.
Chris Wilson
1
-12
/
+7
2007-10-04
[malloc] Check for integer overflow when realloc'ing.
Chris Wilson
1
-1
/
+2
2007-10-04
[cairo-pen] Add _cairo_error().
Chris Wilson
1
-3
/
+9
2007-08-16
[cairo-pen] Remove status from _cairo_pen_find_active_vertex_*()
Chris Wilson
1
-11
/
+5
2007-08-16
[cairo-pen] Remove hard-coded CAIRO_STATUS_SUCCESS from _stroke_spline_half()
Chris Wilson
1
-11
/
+4
2007-06-29
[fix] Avoid int overflow when allocating large buffers
Vladimir Vukicevic
1
-2
/
+2
2007-04-10
Add a status field to cairo_polygon_t
Carl Worth
1
-4
/
+5
2007-04-09
Make _cairo_pen_init_empty void
Carl Worth
1
-3
/
+1
2007-04-09
Return the correct status from _cairo_pen_stroke_spline().
Chris Wilson
1
-1
/
+1
2007-04-09
cairo-pen - trivial propagation of error status
Chris Wilson
1
-7
/
+17
2006-11-22
Switch from old tessellator to new tessellator
Carl Worth
1
-1
/
+1
2006-10-18
Fix infinite-join test case (bug #8379)
Carl Worth
1
-0
/
+5
2006-09-21
Add assert statement so the infinite-join test simply exits rather than loopi...
Carl Worth
1
-0
/
+2
2006-06-06
Remove all remaining trailing whitespace.
Carl Worth
1
-3
/
+3
2006-06-06
Remove trailing whitespace from lines that look like comments.
Carl Worth
1
-1
/
+1
2006-06-06
Remove extraneous whitespace from "blank" lines.
Carl Worth
1
-5
/
+5
2005-10-31
Originally 2005-10-28 Keith Packard <keithp@keithp.com>:
Carl Worth
1
-18
/
+9
2005-08-22
use new function. strip comment of derivation for major axis length.
Bertram Felgenhauer
1
-144
/
+10
2005-08-22
use correctly transposed version of the matrix and fix up the comments above ...
Bertram Felgenhauer
1
-12
/
+14
2005-04-07
Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...
Carl Worth
1
-2
/
+2
2005-03-23
Begin the process of breaking up cairoint.h, moving structure definitions of ...
Carl Worth
1
-0
/
+2
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-10-12
Fix a few typos in pen vertex math description.
Carl Worth
1
-3
/
+3
2004-10-12
Adapt function from Walter Brisken to compute pen ellipse major axis length a...
Keith Packard
1
-22
/
+251
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
[next]