[cairo-commit] cairo ChangeLog,1.87,1.88
Carl Worth
commit at pdx.freedesktop.org
Tue Oct 28 12:18:31 PST 2003
- Previous message: [cairo-commit] cairo/src cairo.h,1.21,1.22 cairo_gstate.c,1.22,1.23 cairo_surface.c,1.16,1.17 cairoint.h,1.32,1.33
- Next message: [cairo-commit] cairo/src cairo_gstate.c,1.23,1.24 cairo_surface.c,1.17,1.18 cairo_xlib_surface.c,1.6,1.7 cairoint.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv31592
Modified Files:
ChangeLog
Log Message:
Rename gstate->ppm to gstate->pixels_per_inch.
Add new pixels_per_inch to the surface backend.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** ChangeLog 28 Oct 2003 20:15:03 -0000 1.87
--- ChangeLog 28 Oct 2003 20:18:29 -0000 1.88
***************
*** 1,4 ****
--- 1,16 ----
2003-10-28 Carl Worth <cworth at isi.edu>
+ * src/cairo_xlib_surface.c (_cairo_xlib_surface_pixels_per_inch):
+ Implement new backend function.
+
+ * src/cairo_surface.c (_cairo_surface_pixels_per_inch): Add new
+ function to query surface pixels_per_inch.
+
+ * src/cairo_gstate.c (_cairo_gstate_init): Rename gstate->ppm to
+ gstate->pixels_per_inch. Swithc from default 3780 pixels per meter
+ to 96.0 pixels per inch which is slightly different.
+
+ 2003-10-28 Carl Worth <cworth at isi.edu>
+
* src/cairo_gstate.c (_cairo_gstate_ensure_source):
(_cairo_gstate_clip_and_composite_trapezoids):
- Previous message: [cairo-commit] cairo/src cairo.h,1.21,1.22 cairo_gstate.c,1.22,1.23 cairo_surface.c,1.16,1.17 cairoint.h,1.32,1.33
- Next message: [cairo-commit] cairo/src cairo_gstate.c,1.23,1.24 cairo_surface.c,1.17,1.18 cairo_xlib_surface.c,1.6,1.7 cairoint.h,1.33,1.34
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list