[cairo-commit] goocanvas ChangeLog,1.86,1.87

Damon Chaplin commit at pdx.freedesktop.org
Sun Feb 25 09:57:44 PST 2007


Committed by: damon

Update of /cvs/cairo/goocanvas
In directory kemper:/tmp/cvs-serv4789

Modified Files:
	ChangeLog 
Log Message:
2007-02-25  Damon Chaplin  <damon at gnome.org>

	* src/goocanvasitemsimple.c: 
	* src/goocanvas.c (goo_canvas_create_cairo): use CAIRO_ANTIALIAS_GRAY
	as the default antialiasing mode, as that is what is recommended when
	using unhinted text. (subpixel antialiasing looks really bad.)



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- ChangeLog	25 Feb 2007 17:37:56 -0000	1.86
+++ ChangeLog	25 Feb 2007 17:57:38 -0000	1.87
@@ -1,5 +1,12 @@
 2007-02-25  Damon Chaplin  <damon at gnome.org>
 
+	* src/goocanvasitemsimple.c: 
+	* src/goocanvas.c (goo_canvas_create_cairo): use CAIRO_ANTIALIAS_GRAY
+	as the default antialiasing mode, as that is what is recommended when
+	using unhinted text. (subpixel antialiasing looks really bad.)
+
+2007-02-25  Damon Chaplin  <damon at gnome.org>
+
 	* src/*.c: checked over all finalize methods and moved code to dispose
 	methods where appropriate. (Dispose methods should be used to unref
 	any other objects.) This was done to help the Ruby bindings.



More information about the cairo-commit mailing list