[cairo-commit] cairo ChangeLog,1.596,1.597
Carl Worth
commit at pdx.freedesktop.org
Tue May 17 05:58:04 PDT 2005
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.29, 1.30 Makefile.am, 1.50,
1.51 pdf-surface.c, 1.7, 1.8 ps-surface.c, NONE, 1.1
- Next message: [cairo-commit]
cairo/test pdf-surface.c, 1.8, 1.9 ps-surface.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv20990
Modified Files:
ChangeLog
Log Message:
* src/cairoint.h:
* src/cairo-output-stream.c: Remove destroy_closure from
cairo_output_stream_t interface.
* src/cairo-pdf.h:
* src/cairo-pdf-surface.c: Remove destroy_closure argument from
cairo_pdf_surface_create_for_stream. Rename width,height to
width_in_points, height_in_points for better clarity.
* src/cairo-ps.h:
* src/cairo-ps-surface.c: Brush a bunch of dust off of the PS
backend and bring it up to date with the latest API conventions
from the PDF backend. These include: accepting a filename rather
than a FILE in the primary constructor, providing a stream-based
interface for more flexibility, and accepting a surface size in
device-space units (points) rather than inches.
* test/pdf-surface.c: (main): Make it a little more clear that the
width and height being passed around are in units of points.
* test/ps-surface.c: (main): Update to the latest cairo-ps.h
changes as described above. Notice how much more sane things
become now that the surface size is described in device-space
units.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.596
retrieving revision 1.597
diff -u -d -r1.596 -r1.597
--- ChangeLog 17 May 2005 08:05:35 -0000 1.596
+++ ChangeLog 17 May 2005 12:58:01 -0000 1.597
@@ -1,5 +1,32 @@
2005-05-17 Carl Worth <cworth at cworth.org>
+ * src/cairoint.h:
+ * src/cairo-output-stream.c: Remove destroy_closure from
+ cairo_output_stream_t interface.
+
+ * src/cairo-pdf.h:
+ * src/cairo-pdf-surface.c: Remove destroy_closure argument from
+ cairo_pdf_surface_create_for_stream. Rename width,height to
+ width_in_points, height_in_points for better clarity.
+
+ * src/cairo-ps.h:
+ * src/cairo-ps-surface.c: Brush a bunch of dust off of the PS
+ backend and bring it up to date with the latest API conventions
+ from the PDF backend. These include: accepting a filename rather
+ than a FILE in the primary constructor, providing a stream-based
+ interface for more flexibility, and accepting a surface size in
+ device-space units (points) rather than inches.
+
+ * test/pdf-surface.c: (main): Make it a little more clear that the
+ width and height being passed around are in units of points.
+
+ * test/ps-surface.c: (main): Update to the latest cairo-ps.h
+ changes as described above. Notice how much more sane things
+ become now that the surface size is described in device-space
+ units.
+
+2005-05-17 Carl Worth <cworth at cworth.org>
+
* test/.cvsignore:
* test/Makefile.am:
* test/ps-surface.c: (draw), (main): Add simple test for ps
- Previous message: [cairo-commit] cairo/test .cvsignore, 1.29, 1.30 Makefile.am, 1.50,
1.51 pdf-surface.c, 1.7, 1.8 ps-surface.c, NONE, 1.1
- Next message: [cairo-commit]
cairo/test pdf-surface.c, 1.8, 1.9 ps-surface.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list