[cairo-commit] cairo BUGS,1.9,1.10 ChangeLog,1.175,1.176

Carl Worth commit at pdx.freedesktop.org
Fri Apr 16 08:33:22 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo
In directory pdx:/tmp/cvs-serv7575

Modified Files:
	BUGS ChangeLog 
Log Message:


        * src/cairo_image_surface.c (_create_pixman_format): Track pixman
        fixes to PIXMAN_FORMAT_NAME_*.

        * src/cairo_png_surface.c (cairo_png_surface_create): Explicitly
        add cases for all enum values to eliminate compiler warnings.

        * src/cairo.h: Remove proposal for surface_clip interface as
        cairo_clip should be able to cover this case now.

        * BUGS: Added bug concerning negative ref_counts.


Index: BUGS
===================================================================
RCS file: /cvs/cairo/cairo/BUGS,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** a/BUGS	2 Apr 2004 16:01:09 -0000	1.9
--- b/BUGS	16 Apr 2004 15:33:20 -0000	1.10
***************
*** 54,55 ****
--- 54,61 ----
  
  Caps are added only to the last subpath in a complex path.
+ 
+ --
+ 
+ ref_counts will go negative if destroy is called with ref_count ==
+ 0. We noticed this is cairo_surface.c but it likely happens in several
+ places.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -C2 -d -r1.175 -r1.176
*** a/ChangeLog	9 Apr 2004 21:30:38 -0000	1.175
--- b/ChangeLog	16 Apr 2004 15:33:20 -0000	1.176
***************
*** 1,2 ****
--- 1,15 ----
+ 2004-04-16  Carl Worth  <cworth at isi.edu>
+ 
+ 	* src/cairo_image_surface.c (_create_pixman_format): Track pixman
+ 	fixes to PIXMAN_FORMAT_NAME_*.
+ 
+ 	* src/cairo_png_surface.c (cairo_png_surface_create): Explicitly
+ 	add cases for all enum values to eliminate compiler warnings.
+ 
+ 	* src/cairo.h: Remove proposal for surface_clip interface as
+ 	cairo_clip should be able to cover this case now.
+ 
+ 	* BUGS: Added bug concerning negative ref_counts.
+ 
  2004-04-09  David Reveman  <c99drn at cs.umu.se>
  





More information about the cairo-commit mailing list