[cairo-commit] cairo ChangeLog,1.516,1.517

Carl Worth commit at pdx.freedesktop.org
Tue Apr 19 16:29:07 PDT 2005


Committed by: cworth

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv32558

Modified Files:
	ChangeLog 
Log Message:

        * src/cairo.c: (cairo_paint):
        * src/cairo.h: Add new cairo_paint function.

        * src/cairoint.h: Add new get_extents function to the surface
        backend interface.

        * src/cairo-gstate.c: (_cairo_gstate_get_clip_extents): Add
        function to query current clip_extents.

        * src/cairo-glitz-surface.c: (_cairo_glitz_surface_get_extents):
        * src/cairo-image-surface.c: (_cairo_image_surface_get_extents),
        (_cairo_image_abstract_surface_get_extents):
        * src/cairo-pdf-surface.c: (_cairo_pdf_surface_get_extents):
        * src/cairo-ps-surface.c: (_cairo_ps_surface_get_extents):
        * src/cairo-quartz-surface.c: (_cairo_quartz_surface_get_extents):
        * src/cairo-win32-surface.c: (_cairo_win32_get_extents):
        * src/cairo-xcb-surface.c: (_cairo_xcb_surface_get_extents):
        * src/cairo-xlib-surface.c: (_cairo_xlib_surface_get_extents):
        Implement the new get_extents function for each backend.

        * src/cairo-surface.c: (_cairo_surface_init),
        (_cairo_surface_set_clip_region),
        (_cairo_surface_get_clip_extents): Save the clip extents from
        set_clip_region and implement _cairo_surface_get_clip_extents.

        * src/cairo-xlib-surface.c: (_cairo_xlib_surface_get_size),
        (_get_image_surface): Abstract away the evil XGetGeometry
        roundtrip in _cairo_xlib_surface_get_size.

        * test/gradient-alpha.c: (draw):
        * test/linear-gradient.c: (draw): Rewrite a couple of tests to
        call cairo_paint.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.516
retrieving revision 1.517
diff -u -d -r1.516 -r1.517
--- ChangeLog	19 Apr 2005 13:38:07 -0000	1.516
+++ ChangeLog	19 Apr 2005 23:29:04 -0000	1.517
@@ -1,5 +1,40 @@
 2005-04-19  Carl Worth  <cworth at cworth.org>
 
+	* src/cairo.c: (cairo_paint):
+	* src/cairo.h: Add new cairo_paint function.
+
+	* src/cairoint.h: Add new get_extents function to the surface
+	backend interface.
+
+	* src/cairo-gstate.c: (_cairo_gstate_get_clip_extents): Add
+	function to query current clip_extents.
+
+	* src/cairo-glitz-surface.c: (_cairo_glitz_surface_get_extents):
+	* src/cairo-image-surface.c: (_cairo_image_surface_get_extents),
+	(_cairo_image_abstract_surface_get_extents):
+	* src/cairo-pdf-surface.c: (_cairo_pdf_surface_get_extents):
+	* src/cairo-ps-surface.c: (_cairo_ps_surface_get_extents):
+	* src/cairo-quartz-surface.c: (_cairo_quartz_surface_get_extents):
+	* src/cairo-win32-surface.c: (_cairo_win32_get_extents):
+	* src/cairo-xcb-surface.c: (_cairo_xcb_surface_get_extents):
+	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_get_extents):
+	Implement the new get_extents function for each backend.
+	
+	* src/cairo-surface.c: (_cairo_surface_init),
+	(_cairo_surface_set_clip_region),
+	(_cairo_surface_get_clip_extents): Save the clip extents from
+	set_clip_region and implement _cairo_surface_get_clip_extents.
+
+	* src/cairo-xlib-surface.c: (_cairo_xlib_surface_get_size),
+	(_get_image_surface): Abstract away the evil XGetGeometry
+	roundtrip in _cairo_xlib_surface_get_size.
+	
+	* test/gradient-alpha.c: (draw):
+	* test/linear-gradient.c: (draw): Rewrite a couple of tests to
+	call cairo_paint.
+
+2005-04-19  Carl Worth  <cworth at cworth.org>
+
 	* TODO: Update API Shakeup chart to indicate that cairo_paint and
 	cairo_fill_preserve patches have been sent.
 




More information about the cairo-commit mailing list