[cairo-commit] cairo ChangeLog,1.1227,1.1228
Carl Worth
commit at pdx.freedesktop.org
Thu Jan 19 17:48:25 PST 2006
- Previous message: [cairo-commit] cairo ChangeLog,1.1226,1.1227
- Next message: [cairo-commit]
cairo/src cairo-pdf-surface.c, 1.75, 1.76 cairo-pdf.h,
1.14, 1.15 cairo-ps-surface.c, 1.70, 1.71 cairo-ps.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv5604
Modified Files:
ChangeLog
Log Message:
2006-01-19 Carl Worth <cworth at cworth.org>
* src/cairo-pdf.h:
* src/cairo-pdf-surface.c:
(_cairo_pdf_surface_create_for_stream_internal),
(cairo_pdf_surface_create_for_stream), (cairo_pdf_surface_create):
* src/cairo-ps.h:
* src/cairo-ps-surface.c:
(_cairo_ps_surface_create_for_stream_internal),
(cairo_ps_surface_create), (cairo_ps_surface_create_for_stream):
Rip the cairo_content_t argument out of ps/pdf_surface_create as
per discussion on cairo mailing list. Instead these surface will
behave as if CONTENT_COLOR_ALPHA had been passed (that is,
compositing operators will behave as if destination alpha were
available).
This also has the benefit of preserving the API that has been in
place for PS/PDF surface since the (experimental) stuff in 1.0.0.
* test/cairo-test.c: (create_ps_surface), (create_pdf_surface):
* test/multi-page.c: (main): Track API change.
* test/cairo-test.c: (ps_surface_write_to_png),
(pdf_surface_write_to_png): Continue testing PS/PDF surfaces in
the CAIRO_CONTENT_COLOR mode but do it by rendering to an
intermediate similar surface rather than constructing the target
surface differently.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1227
retrieving revision 1.1228
diff -u -d -r1.1227 -r1.1228
--- ChangeLog 19 Jan 2006 20:44:00 -0000 1.1227
+++ ChangeLog 20 Jan 2006 01:48:22 -0000 1.1228
@@ -1,3 +1,32 @@
+2006-01-19 Carl Worth <cworth at cworth.org>
+
+ * src/cairo-pdf.h:
+ * src/cairo-pdf-surface.c:
+ (_cairo_pdf_surface_create_for_stream_internal),
+ (cairo_pdf_surface_create_for_stream), (cairo_pdf_surface_create):
+ * src/cairo-ps.h:
+ * src/cairo-ps-surface.c:
+ (_cairo_ps_surface_create_for_stream_internal),
+ (cairo_ps_surface_create), (cairo_ps_surface_create_for_stream):
+
+ Rip the cairo_content_t argument out of ps/pdf_surface_create as
+ per discussion on cairo mailing list. Instead these surface will
+ behave as if CONTENT_COLOR_ALPHA had been passed (that is,
+ compositing operators will behave as if destination alpha were
+ available).
+
+ This also has the benefit of preserving the API that has been in
+ place for PS/PDF surface since the (experimental) stuff in 1.0.0.
+
+ * test/cairo-test.c: (create_ps_surface), (create_pdf_surface):
+ * test/multi-page.c: (main): Track API change.
+
+ * test/cairo-test.c: (ps_surface_write_to_png),
+ (pdf_surface_write_to_png): Continue testing PS/PDF surfaces in
+ the CAIRO_CONTENT_COLOR mode but do it by rendering to an
+ intermediate similar surface rather than constructing the target
+ surface differently.
+
2005-01-19 Emmanuel Pacaud <emmanuel.pacaud at free.fr>
* test/svg2png.c: add missing header. Fix #5544.
- Previous message: [cairo-commit] cairo ChangeLog,1.1226,1.1227
- Next message: [cairo-commit]
cairo/src cairo-pdf-surface.c, 1.75, 1.76 cairo-pdf.h,
1.14, 1.15 cairo-ps-surface.c, 1.70, 1.71 cairo-ps.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list