[cairo-commit] cairo ChangeLog,1.1106,1.1107
Carl Worth
commit at pdx.freedesktop.org
Thu Oct 13 16:55:17 PDT 2005
- Previous message: [cairo-commit] cairo/src cairo-gstate.c,1.171,1.172
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.172,
1.173 cairo-meta-surface-private.h, 1.4,
1.5 cairo-meta-surface.c, 1.9, 1.10 cairo-pdf-surface.c, 1.63,
1.64 cairo-ps-surface.c, 1.52, 1.53 cairo-surface.c, 1.101,
1.102 cairoint.h, 1.214, 1.215
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv24606
Modified Files:
ChangeLog
Log Message:
2005-10-13 Carl Worth <cworth at cworth.org>
Reviewed by: keithp
* src/cairo-surface.c: (_fallback_fill_path),
(_cairo_surface_fill_path):
* src/cairo-gstate.c: (_cairo_gstate_fill): Push fill_path
fallbacks down from gstate into the surface where all the other
fallbacks are.
* src/cairo-meta-surface-private.h:
* src/cairo-meta-surface.c: (_cairo_surface_is_meta):
Add _cairo_surface_is_meta.
* src/cairo-meta-surface.c: (_cairo_meta_surface_fill_path),
(_cairo_meta_surface_replay): Add antialias to the fill_path
meta-surface command.
* src/cairoint.h:
* src/cairo-pdf-surface.c: (_cairo_pdf_surface_fill_path):
* src/cairo-ps-surface.c: (_cairo_ps_surface_fill_path),
(_ps_output_fill_path): Add an antialias parameter to the backend
fill_path function.
* test/fill-and-stroke.c: Fix test description.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1106
retrieving revision 1.1107
diff -u -d -r1.1106 -r1.1107
--- ChangeLog 13 Oct 2005 14:33:07 -0000 1.1106
+++ ChangeLog 13 Oct 2005 23:55:14 -0000 1.1107
@@ -1,5 +1,31 @@
2005-10-13 Carl Worth <cworth at cworth.org>
+ Reviewed by: keithp
+
+ * src/cairo-surface.c: (_fallback_fill_path),
+ (_cairo_surface_fill_path):
+ * src/cairo-gstate.c: (_cairo_gstate_fill): Push fill_path
+ fallbacks down from gstate into the surface where all the other
+ fallbacks are.
+
+ * src/cairo-meta-surface-private.h:
+ * src/cairo-meta-surface.c: (_cairo_surface_is_meta):
+ Add _cairo_surface_is_meta.
+
+ * src/cairo-meta-surface.c: (_cairo_meta_surface_fill_path),
+ (_cairo_meta_surface_replay): Add antialias to the fill_path
+ meta-surface command.
+
+ * src/cairoint.h:
+ * src/cairo-pdf-surface.c: (_cairo_pdf_surface_fill_path):
+ * src/cairo-ps-surface.c: (_cairo_ps_surface_fill_path),
+ (_ps_output_fill_path): Add an antialias parameter to the backend
+ fill_path function.
+
+ * test/fill-and-stroke.c: Fix test description.
+
+2005-10-13 Carl Worth <cworth at cworth.org>
+
* src/cairo-gstate.c:
(_cairo_gstate_clip_and_composite_trapezoids): Fix indentation.
- Previous message: [cairo-commit] cairo/src cairo-gstate.c,1.171,1.172
- Next message: [cairo-commit] cairo/src cairo-gstate.c, 1.172,
1.173 cairo-meta-surface-private.h, 1.4,
1.5 cairo-meta-surface.c, 1.9, 1.10 cairo-pdf-surface.c, 1.63,
1.64 cairo-ps-surface.c, 1.52, 1.53 cairo-surface.c, 1.101,
1.102 cairoint.h, 1.214, 1.215
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list