[cairo-commit] cairo ChangeLog,1.1030,1.1031

Owen Taylor commit at pdx.freedesktop.org
Wed Aug 31 19:11:25 PDT 2005


Committed by: otaylor

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

Modified Files:
	ChangeLog 
Log Message:
2005-08-31  Carl Worth  <cworth at cworth.org>

	* test/cairo-test.c: (create_xlib_surface): Add call to
	XSynchronize, (the expected clip-all failure isn't occuring
	without it for some reason).
	
	* test/clip-all.c: (main): Note reason for expected failure.

2005-08-31  Owen Taylor  <otaylor at redhat.com>

	* src/cairoint.h (_cairo_scaled_font_backend)
	src/cairo-scaled-font.c: Add an optional text_to_glyphs() virtual
	function that the backend can implement instead of
	ucs4_to_index().

	* test/cairo-test.c: Protect inclusion of fontconfig.h
	with HAVE_FCFINI.

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1030
retrieving revision 1.1031
diff -u -d -r1.1030 -r1.1031
--- ChangeLog	31 Aug 2005 23:17:28 -0000	1.1030
+++ ChangeLog	1 Sep 2005 02:11:22 -0000	1.1031
@@ -8,6 +8,25 @@
 
 2005-08-31  Owen Taylor  <otaylor at redhat.com>
 
+	* src/cairoint.h (_cairo_scaled_font_backend)
+	src/cairo-scaled-font.c: Add an optional text_to_glyphs() virtual
+	function that the backend can implement instead of
+	ucs4_to_index().
+
+	* test/cairo-test.c: Protect inclusion of fontconfig.h
+	with HAVE_FCFINI.
+
+	* test/nil-surface.c: Remove stray cairo-ft.h include.
+
+	* test/nil-surface.c: Include stddef.h for NULL.
+
+	* test/create-from-png-stream.c (draw): Open the file "rb".
+
+	* src/cairo-win32-font.c (_win32_scaled_font_create): Add
+	a CAIRO_ANTIALIAS_DEFAULT:
+
+2005-08-31  Owen Taylor  <otaylor at redhat.com>
+
 	* src/cairo-xlib-surface.c (_get_image_surface) 
 	(_draw_image_surface): Handle displays which don't match
 	the local endianness by byteswapping on GetImage/PutImage.



More information about the cairo-commit mailing list