[cairo-commit] cairo ChangeLog,1.543,1.544
Kristian Hogsberg
commit at pdx.freedesktop.org
Tue May 3 14:28:52 PDT 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.24, 1.25 Makefile.am, 1.43,
1.44 cairo-test.c, 1.24, 1.25 create-for-png.c, 1.3,
1.4 filter-nearest-offset-ref.png, NONE,
1.1 filter-nearest-offset.c, NONE, 1.1 move-to-show-surface.c,
1.6, 1.7 pixman-rotate.c, 1.7,
1.8 scale-source-surface-paint-ref.png, NONE,
1.1 scale-source-surface-paint.c, NONE,
1.1 source-surface-scale-paint-ref.png, NONE,
1.1 source-surface-scale-paint.c, NONE,
1.1 translate-show-surface.c, 1.2, 1.3
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.119, 1.120 cairo-path.c,
1.26, 1.27 cairo-pdf-surface.c, 1.30, 1.31 cairo-surface.c,
1.62, 1.63 cairoint.h, 1.132, 1.133
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: krh
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24435
Modified Files:
ChangeLog
Log Message:
2005-05-03 Kristian Høgsberg <krh at redhat.com>
Fills as paths patch originally by Owen Taylor.
* src/cairo-path.c: (_cairo_path_fixed_rel_move_to),
(_cairo_path_fixed_line_to), (_cairo_path_fixed_rel_line_to),
(_cairo_path_fixed_curve_to), (_cairo_path_fixed_rel_curve_to):
Make sure we have a current point for the relative path operators.
* src/cairoint.h:
* src/cairo-gstate.c: (_cairo_gstate_fill):
* src/cairo-surface.c: (_cairo_surface_fill_path): Add fill_path
backend method.
* src/cairo-pdf-surface.c: (_cairo_pdf_document_close_stream),
(emit_image_data), (emit_surface_pattern),
(_cairo_pdf_path_move_to), (_cairo_pdf_path_line_to),
(_cairo_pdf_path_curve_to), (_cairo_pdf_path_close_path),
(_cairo_pdf_surface_fill_path): Implement fill_path in the PDF
backend.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.543
retrieving revision 1.544
diff -u -d -r1.543 -r1.544
--- ChangeLog 3 May 2005 15:33:32 -0000 1.543
+++ ChangeLog 3 May 2005 21:28:50 -0000 1.544
@@ -1,3 +1,24 @@
+2005-05-03 Kristian Høgsberg <krh at redhat.com>
+
+ Fills as paths patch originally by Owen Taylor.
+
+ * src/cairo-path.c: (_cairo_path_fixed_rel_move_to),
+ (_cairo_path_fixed_line_to), (_cairo_path_fixed_rel_line_to),
+ (_cairo_path_fixed_curve_to), (_cairo_path_fixed_rel_curve_to):
+ Make sure we have a current point for the relative path operators.
+
+ * src/cairoint.h:
+ * src/cairo-gstate.c: (_cairo_gstate_fill):
+ * src/cairo-surface.c: (_cairo_surface_fill_path): Add fill_path
+ backend method.
+
+ * src/cairo-pdf-surface.c: (_cairo_pdf_document_close_stream),
+ (emit_image_data), (emit_surface_pattern),
+ (_cairo_pdf_path_move_to), (_cairo_pdf_path_line_to),
+ (_cairo_pdf_path_curve_to), (_cairo_pdf_path_close_path),
+ (_cairo_pdf_surface_fill_path): Implement fill_path in the PDF
+ backend.
+
2005-05-03 Carl Worth <cworth at cworth.org>
Originally 2005-04-20 Carl Worth <cworth at cworth.org>
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.24, 1.25 Makefile.am, 1.43,
1.44 cairo-test.c, 1.24, 1.25 create-for-png.c, 1.3,
1.4 filter-nearest-offset-ref.png, NONE,
1.1 filter-nearest-offset.c, NONE, 1.1 move-to-show-surface.c,
1.6, 1.7 pixman-rotate.c, 1.7,
1.8 scale-source-surface-paint-ref.png, NONE,
1.1 scale-source-surface-paint.c, NONE,
1.1 source-surface-scale-paint-ref.png, NONE,
1.1 source-surface-scale-paint.c, NONE,
1.1 translate-show-surface.c, 1.2, 1.3
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.119, 1.120 cairo-path.c,
1.26, 1.27 cairo-pdf-surface.c, 1.30, 1.31 cairo-surface.c,
1.62, 1.63 cairoint.h, 1.132, 1.133
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list