[cairo-commit] cairo ChangeLog,1.255,1.256

Graydon Hoare commit at pdx.freedesktop.org
Fri Nov 5 10:57:52 PST 2004


Committed by: graydon

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

Modified Files:
	ChangeLog 
Log Message:
2004-11-05  Graydon Hoare  <graydon at redhat.com>

        * src/cairo_ft_font.c: Change the signs of a variety of 
        metrics, which were backwards.
        * src/cairo_gstate.c (_cairo_gstate_clip): Return early if we 
        found a rectangular clip at all, not just in error case.
        * src/cairo_xlib_surface.c 
        (_xlib_glyphset_cache_create_entry): Give render glyphset entry the
        negative bbox offsets it wants, not the bearings.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.255
retrieving revision 1.256
diff -u -d -r1.255 -r1.256
--- ChangeLog	4 Nov 2004 22:23:50 -0000	1.255
+++ ChangeLog	5 Nov 2004 18:57:50 -0000	1.256
@@ -1,3 +1,13 @@
+2004-11-05  Graydon Hoare  <graydon at redhat.com>
+
+	* src/cairo_ft_font.c: Change the signs of a variety of 
+	metrics, which were backwards.
+	* src/cairo_gstate.c (_cairo_gstate_clip): Return early if we 
+	found a rectangular clip at all, not just in error case.
+	* src/cairo_xlib_surface.c 
+	(_xlib_glyphset_cache_create_entry): Give render glyphset entry the
+	negative bbox offsets it wants, not the bearings.
+
 2004-11-04  Carl Worth  <cworth at cworth.org>
 
 	* test/text_cache_crash.c: Add new test demonstrating assertion




More information about the cairo-commit mailing list