index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo_path_stroke.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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
2004-02-12
Add typedefs for new callbacks to be used by cairo_current_path: cairo_move_t...
Carl Worth
1
-60
/
+47
2004-01-24
Fix to use tessellate_polygon instead of tessellate_rectangle as the matrix m...
Carl Worth
1
-6
/
+19
2003-12-08
Clean up cairo_path_callbacks to have move_to, line_to, curve_to, abd close_p...
Carl Worth
1
-97
/
+156
2003-11-21
Use 0 and 1 not False and True, (to avoid false dependency on X headers).
Carl Worth
1
-1
/
+1
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
-2
/
+2
2003-10-04
Remove abbreviation of "point" as "pt". Fix cairo_destrot, cairo_set_target_s...
Carl Worth
1
-27
/
+27
2003-09-27
Fixed some internal enums that had been mistakenly converted to lowercase at ...
Carl Worth
1
-4
/
+4
2003-09-05
Preliminary support for running Cairo with X servers without the Render exten...
Carl Worth
1
-16
/
+16
2003-09-05
comment face computations, check for reflecting transformation to select corr...
Keith Packard
1
-25
/
+40
2003-09-04
added comments describing miter join code and miter limit computation. Replac...
Keith Packard
1
-26
/
+74
2003-08-26
Added missing underscores to several internal functions.
Carl Worth
1
-10
/
+10
2003-07-30
Made all changes necessary to abandon the Xc library, (sucking the functional...
Carl Worth
1
-33
/
+35
2003-07-18
Fixed some inconsistent tag/typedef names I missed the first time.
Carl Worth
1
-19
/
+19
2003-07-18
Renamed everything from Xr* to cairo_*
Carl Worth
1
-0
/
+715