[Commit] cairo ChangeLog,1.71,1.72 TODO,1.8,1.9

Jamey Sharp commit at keithp.com
Tue Sep 30 19:56:24 PDT 2003


Committed by: jamey

Update of /local/src/CVS/cairo
In directory home.keithp.com:/tmp/cvs-serv19511

Modified Files:
	ChangeLog TODO 
Log Message:
Virtualized the font and surface backend implementations.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/cairo/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- ChangeLog	30 Sep 2003 21:15:28 -0000	1.71
+++ ChangeLog	1 Oct 2003 01:56:22 -0000	1.72
@@ -1,3 +1,10 @@
+2003-09-30  Jamey Sharp  <jamey at minilop.net>
+
+	* src/Makefile.am, src/cairo.c, src/cairo.h, src/cairo_font.c,
+	src/cairo_gstate.c, src/cairo_surface.c, src/cairoint.h:
+	Virtualized font and surface backends. All Xlib/Xft calls are in
+	cairo_xlib_surface.c/cairo-xlib.h now. Resolves a TODO item.
+
 2003-09-30  Carl Worth  <cworth at east.isi.edu>
 
 	* src/cairo.c (cairo_copy): Don't copy a gstate if src->status != 0.

Index: TODO
===================================================================
RCS file: /local/src/CVS/cairo/TODO,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- TODO	29 Sep 2003 18:55:56 -0000	1.8
+++ TODO	1 Oct 2003 01:56:22 -0000	1.9
@@ -4,9 +4,6 @@
 
 * Re-implement pattern support with a more PostScript-like API.
 
-* Virtualize the backend interface so that the various backends can be
-compiled conditionally.
-
 * Verification, profiling, optimization.
 
 A comparison with PostScript




More information about the Commit mailing list