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-pen.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2003-09-27
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
1
-5
/
+5
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-2
/
+2
2003-09-05
comment face computations, check for reflecting transformation to select corr...
Keith Packard
1
-14
/
+29
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-1
/
+1
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-73
/
+61
2003-07-23
Introduced cairo_fixed_*_t types. Converted several functions from floating t...
Carl Worth
1
-6
/
+2
2003-07-18
Fixed some inconsistent tag/typedef names I missed the first time.
Carl Worth
1
-10
/
+10
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+398