[cairo-commit] goocanvas ChangeLog,1.56,1.57

Damon Chaplin commit at pdx.freedesktop.org
Thu Oct 12 15:16:58 PDT 2006


Committed by: damon

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

Modified Files:
	ChangeLog 
Log Message:
2006-10-12  Damon Chaplin  <damon at gnome.org>

	* src/goocanvastextview.c (goo_canvas_text_view_create_layout) 
	(goo_canvas_text_view_get_item_view_at) 
	(goo_canvas_text_view_paint): patch from Martin Soto to fix a text
	positioning bug. The position was wrong when the text width was set
	and the alignment wasn't PANGO_ALIGN_LEFT. (Pango uses the set width
	to calculate the text origin, but we were using the logical width.)



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- ChangeLog	12 Oct 2006 13:16:55 -0000	1.56
+++ ChangeLog	12 Oct 2006 22:16:55 -0000	1.57
@@ -1,5 +1,14 @@
 2006-10-12  Damon Chaplin  <damon at gnome.org>
 
+	* src/goocanvastextview.c (goo_canvas_text_view_create_layout) 
+	(goo_canvas_text_view_get_item_view_at) 
+	(goo_canvas_text_view_paint): patch from Martin Soto to fix a text
+	positioning bug. The position was wrong when the text width was set
+	and the alignment wasn't PANGO_ALIGN_LEFT. (Pango uses the set width
+	to calculate the text origin, but we were using the logical width.)
+
+2006-10-12  Damon Chaplin  <damon at gnome.org>
+
 	* src/goocanvasutils.h: 
 	* src/goocanvasprivate.h: make get_type() declarations public as
 	they are useful for bindings.



More information about the cairo-commit mailing list