[cairo-commit] cairo ChangeLog,1.1076,1.1077 ROADMAP,1.49,1.50

Bertram Felgenhauer commit at pdx.freedesktop.org
Thu Sep 29 17:26:22 PDT 2005


Committed by: inte

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

Modified Files:
	ChangeLog ROADMAP 
Log Message:
2005-09-30  Bertram Felgenhauer  <int-e at gmx.de>

	reviewed by: cworth
	
	* src/cairo-hull.c (_cairo_hull_create),
	(_cairo_hull_vertex_compare): Using a pointer comparison as the
	fallback total order was wrong - these pointers are not stable.
	So we introduce our own total order instead. 
	* ROADMAP: mark 4599 as fixed


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -d -r1.1076 -r1.1077
--- ChangeLog	29 Sep 2005 21:31:08 -0000	1.1076
+++ ChangeLog	30 Sep 2005 00:26:20 -0000	1.1077
@@ -1,3 +1,13 @@
+2005-09-30  Bertram Felgenhauer  <int-e at gmx.de>
+
+	reviewed by: cworth
+
+	* src/cairo-hull.c (_cairo_hull_create),
+	(_cairo_hull_vertex_compare): Using a pointer comparison as the
+	fallback total order was wrong - these pointers are not stable.
+	So we introduce our own total order instead. 
+	* ROADMAP: mark 4599 as fixed
+
 2005-09-29  Keith Packard  <keithp at keithp.com>
 
 	reviewed by: cworth

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ROADMAP	29 Sep 2005 13:49:47 -0000	1.49
+++ ROADMAP	30 Sep 2005 00:26:20 -0000	1.50
@@ -8,7 +8,7 @@
 ✓4409  Dashes are missing initial caps
 ✓4414  SIGILL caused by libcairo when running gnome-terminal
 ✓PASS  clip-all test
- 4599  Missing wedges on some paths
+✓4599  Missing wedges on some paths
 ✓4602  cairo use of 0x0 images causes backend failure
 ✓4612  Text not being drawn if first character entirely out of surface
  4630  Fonts too large when drawing to image surface while printing



More information about the cairo-commit mailing list