[cairo-commit] cairo AUTHORS,1.6,1.7 ChangeLog,1.219,1.220

Carl Worth commit at pdx.freedesktop.org
Sat Aug 14 07:21:58 PDT 2004


Committed by: cworth

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

Modified Files:
	AUTHORS ChangeLog 
Log Message:

        * src/cairo_image_surface.c
        (_cairo_image_surface_set_clip_region): Make a copy of the region
        since pixman is currently taking ownership of it (ugh). Thanks to
        Vladimir Vukicevic <vladimir at pobox.com> and Peter Dennis Bartok
        <peter at novonyx.com>.


Index: AUTHORS
===================================================================
RCS file: /cvs/cairo/cairo/AUTHORS,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** AUTHORS	9 Apr 2004 21:19:47 -0000	1.6
--- AUTHORS	14 Aug 2004 14:21:52 -0000	1.7
***************
*** 1,3 ****
--- 1,4 ----
  Olivier Andrieu <oliv__a at users.sourceforge.net> PNG backend
+ Peter Dennis Bartok <peter at novonyx.com> Bug fix for clipping
  Dave Beckett <dave.beckett at bristol.ac.uk> Track rename of libpixman, build fixes
  Andrew Chant <andrew.chant at utoronto.ca> Adding const where needed
***************
*** 14,17 ****
--- 15,19 ----
  Bill Spitzak <spitzak at d2.com> Build fix to find Xrender.h without xrender.pc
  Sasha Vasko <sasha at aftercode.net> Build fix to compile without xlib backend
+ Vladimir Vukicevic <vladimir at pobox.com> Bug fix for clipping
  Carl Worth <cworth at isi.edu> Original library, support for paths, images
  Richard D. Worth <richard at theworths.org> Build fixes for cygwin

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.219
retrieving revision 1.220
diff -C2 -d -r1.219 -r1.220
*** ChangeLog	14 Aug 2004 13:35:30 -0000	1.219
--- ChangeLog	14 Aug 2004 14:21:54 -0000	1.220
***************
*** 1,4 ****
--- 1,10 ----
  2004-08-14  Carl Worth  <cworth at isi.edu>
  
+ 	* src/cairo_image_surface.c
+ 	(_cairo_image_surface_set_clip_region): Make a copy of the region
+ 	since pixman is currently taking ownership of it (ugh). Thanks to
+ 	Vladimir Vukicevic <vladimir at pobox.com> and Peter Dennis Bartok
+ 	<peter at novonyx.com>.
+ 
  	* autogen.sh (LANG): Explicitly set LANG=C to fix the awk
  	string->number conversion for user with locales that don't match




More information about the cairo-commit mailing list