[cairo-commit] cairo ChangeLog,1.120,1.121
Carl Worth
commit at pdx.freedesktop.org
Mon Dec 8 13:38:28 PST 2003
- Previous message: [cairo-commit] packaging/debian/libsvg-cairo/debian rules,NONE,1.1
- Next message: [cairo-commit] cairo/src cairo_path.c,1.10,1.11 cairo_path_fill.c,1.7,1.8 cairo_path_stroke.c,1.12,1.13 cairo_pen.c,1.13,1.14 cairo_polygon.c,1.5,1.6 cairoint.h,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv26623
Modified Files:
ChangeLog
Log Message:
* src/cairoint.h:
* src/cairo_path_stroke.c:
* src/cairo_path_fill.c:
* src/cairo_path.c: Clean up cairo_path_callbacks to have move_to,
line_to, curve_to, abd close_path instead of add_edge, add_spline,
and done_sub_path. Much, much nicer.
* src/cairo_polygon.c (_cairo_polygon_move_to): Provide
cairo_polygon_move_to and cairo_polygon_line_to instead of
cairo_polygon_add_point.
* src/cairo_pen.c (_cairo_pen_stroke_spline_half): Track change in
cairo_polygon interface.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -C2 -d -r1.120 -r1.121
*** ChangeLog 8 Dec 2003 20:31:22 -0000 1.120
--- ChangeLog 8 Dec 2003 21:38:26 -0000 1.121
***************
*** 1,4 ****
--- 1,20 ----
2003-12-08 Carl Worth <cworth at isi.edu>
+ * src/cairoint.h:
+ * src/cairo_path_stroke.c:
+ * src/cairo_path_fill.c:
+ * src/cairo_path.c: Clean up cairo_path_callbacks to have move_to,
+ line_to, curve_to, abd close_path instead of add_edge, add_spline,
+ and done_sub_path. Much, much nicer.
+
+ * src/cairo_polygon.c (_cairo_polygon_move_to): Provide
+ cairo_polygon_move_to and cairo_polygon_line_to instead of
+ cairo_polygon_add_point.
+
+ * src/cairo_pen.c (_cairo_pen_stroke_spline_half): Track change in
+ cairo_polygon interface.
+
+ 2003-12-08 Carl Worth <cworth at isi.edu>
+
* configure.in: Bump version to 0.1.16 since it actually has a
hope of building, (due to fix for broken cairo-xlib.h includes).
- Previous message: [cairo-commit] packaging/debian/libsvg-cairo/debian rules,NONE,1.1
- Next message: [cairo-commit] cairo/src cairo_path.c,1.10,1.11 cairo_path_fill.c,1.7,1.8 cairo_path_stroke.c,1.12,1.13 cairo_pen.c,1.13,1.14 cairo_polygon.c,1.5,1.6 cairoint.h,1.40,1.41
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list