[cairo-commit] cairo ChangeLog,1.120,1.121

Carl Worth commit at pdx.freedesktop.org
Mon Dec 8 13:38:28 PST 2003


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).





More information about the cairo-commit mailing list