index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-pen.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
-1
/
+1
2003-11-17
Remove infinite looping when stroking with a line width at or close to 0.0. T...
Carl Worth
1
-0
/
+5
2003-11-06
Add comment pondering memory management semantics of cairo_current_target_sur...
Carl Worth
1
-0
/
+2
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
-85
/
+30
2003-10-04
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
1
-25
/
+25
[next]