[cairo-commit] cairo ChangeLog,1.1069,1.1070 ROADMAP,1.45,1.46

Tim Rowley commit at pdx.freedesktop.org
Tue Sep 27 13:22:48 PDT 2005


Committed by: tor

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:
	* ROADMAP: Note that Bug #4602 (use of 0x0 images
	causes win32 backend failure) is now fixed.
	
	* src/cairo-win32-surface.c (_create_dc_and_bitmap):
	Avoid creating size-0 bitmap, which fails.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1069
retrieving revision 1.1070
diff -u -d -r1.1069 -r1.1070
--- ChangeLog	27 Sep 2005 19:44:32 -0000	1.1069
+++ ChangeLog	27 Sep 2005 20:22:46 -0000	1.1070
@@ -1,3 +1,11 @@
+2005-09-27  T Rowley  <tim.rowley at gmail.com>
+
+	* ROADMAP: Note that Bug #4602 (use of 0x0 images
+	causes win32 backend failure) is now fixed.
+	
+	* src/cairo-win32-surface.c (_create_dc_and_bitmap):
+	Avoid creating size-0 bitmap, which fails.
+
 2005-09-27  Carl Worth  <cworth at cworth.org>
 
 	* ROADMAP: Note that bug #4409 (Dashes are missing initial caps)

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- ROADMAP	27 Sep 2005 19:44:32 -0000	1.45
+++ ROADMAP	27 Sep 2005 20:22:46 -0000	1.46
@@ -9,7 +9,7 @@
 ✓4414  SIGILL caused by libcairo when running gnome-terminal
 ✓PASS  clip-all test
  4599  Missing wedges on some paths
- 4602  cairo use of 0x0 images causes backend failure
+✓4602  cairo use of 0x0 images causes backend failure
 
 cairo 1.2.0 desired features (Scheduled for 2005-11-01)
 =======================================================



More information about the cairo-commit mailing list