[cairo-commit] cairo ChangeLog,1.127,1.128
Carl Worth
commit at pdx.freedesktop.org
Thu Dec 11 13:04:41 PST 2003
- Previous message: [cairo-commit] cairo/src Makefile.am,1.15,1.16 cairo.h,1.33,1.34 cairo_image_surface.c,1.5,1.6 cairo_ps_surface.c,1.5,1.6 cairoint.h,1.42,1.43
- Next message: [cairo-commit] cairo/src cairo_image_surface.c,1.6,1.7 cairoint.h,1.43,1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv8824
Modified Files:
ChangeLog
Log Message:
* src/cairoint.h: Rename surface->ic_image to
surface->pixman_image.
* src/cairo_image_surface.c
(_cairo_image_surface_create_for_pixman_image):
(_cairo_image_surface_create_with_masks):
(_create_pixman_format):
(cairo_image_surface_create):
(cairo_image_surface_create_for_data):
(_cairo_image_abstract_surface_destroy):
(_cairo_image_surface_set_matrix):
(_cairo_image_surface_set_filter):
(_cairo_image_surface_set_repeat):
(_pixman_operator):
(_cairo_image_surface_fill_rectangles):
(_cairo_image_surface_composite_trapezoids): Rename functions and
indentifiers with ic_ in the name that were missed by the recent
renaming. Fix indentation problems left by the recent renaming.
* Shift everything over from libic/libpixregion/slim to
libpixman. Many thanks to Dave Beckett
<dave.beckett at bristol.ac.uk> for all of the heavy lifting with
this renaming effort.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -C2 -d -r1.127 -r1.128
*** ChangeLog 11 Dec 2003 20:43:58 -0000 1.127
--- ChangeLog 11 Dec 2003 21:04:39 -0000 1.128
***************
*** 1,4 ****
--- 1,28 ----
2003-12-11 Carl Worth <cworth at isi.edu>
+ * src/cairoint.h: Rename surface->ic_image to
+ surface->pixman_image.
+
+ * src/cairo_image_surface.c
+ (_cairo_image_surface_create_for_pixman_image):
+ (_cairo_image_surface_create_with_masks):
+ (_create_pixman_format):
+ (cairo_image_surface_create):
+ (cairo_image_surface_create_for_data):
+ (_cairo_image_abstract_surface_destroy):
+ (_cairo_image_surface_set_matrix):
+ (_cairo_image_surface_set_filter):
+ (_cairo_image_surface_set_repeat):
+ (_pixman_operator):
+ (_cairo_image_surface_fill_rectangles):
+ (_cairo_image_surface_composite_trapezoids): Rename functions and
+ indentifiers with ic_ in the name that were missed by the recent
+ renaming. Fix indentation problems left by the recent renaming.
+
+ * Shift everything over from libic/libpixregion/slim to
+ libpixman. Many thanks to Dave Beckett
+ <dave.beckett at bristol.ac.uk> for all of the heavy lifting with
+ this renaming effort.
+
* src/cairoint.h (slim_hidden_proto1): Directly fold in slim stuff
rather than depending on it from an external package.
- Previous message: [cairo-commit] cairo/src Makefile.am,1.15,1.16 cairo.h,1.33,1.34 cairo_image_surface.c,1.5,1.6 cairo_ps_surface.c,1.5,1.6 cairoint.h,1.42,1.43
- Next message: [cairo-commit] cairo/src cairo_image_surface.c,1.6,1.7 cairoint.h,1.43,1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list