[cairo-commit] goocanvas ChangeLog,1.36,1.37 configure.in,1.5,1.6

Damon Chaplin commit at pdx.freedesktop.org
Wed Jul 19 06:38:15 PDT 2006


Committed by: damon

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

Modified Files:
	ChangeLog configure.in 
Log Message:
2006-07-19  Damon Chaplin  <damon at gnome.org>

	* configure.in: depend on glib 2.10.0 (from Gian Mario Tagliaretti).

	* src/goocanvasutils.c (goo_canvas_pointer_events_get_type): use a
	flags type rather than an enum type (from Gustavo J. A. M. Carneiro).

	* src/goocanvasitem.c (goo_canvas_item_base_init): 
	* src/goocanvasitemsimple.c: 
	* src/goocanvasgroup.c: updated to use the flags type for
	"pointer-events" instead of enum.

 	* src/goocanvasprivate.h:
 	* src/goocanvasutils.h: The type GOO_TYPE_CAIRO_MATRIX is used in
 	a public interface (a property in the GooCanvasItem interface),
 	therefore it has to be public (from Gustavo J. A. M. Carneiro).



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/goocanvas/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- ChangeLog	8 Jun 2006 08:45:26 -0000	1.36
+++ ChangeLog	19 Jul 2006 13:38:13 -0000	1.37
@@ -1,3 +1,20 @@
+2006-07-19  Damon Chaplin  <damon at gnome.org>
+
+	* configure.in: depend on glib 2.10.0 (from Gian Mario Tagliaretti).
+
+	* src/goocanvasutils.c (goo_canvas_pointer_events_get_type): use a
+	flags type rather than an enum type (from Gustavo J. A. M. Carneiro).
+
+	* src/goocanvasitem.c (goo_canvas_item_base_init): 
+	* src/goocanvasitemsimple.c: 
+	* src/goocanvasgroup.c: updated to use the flags type for
+	"pointer-events" instead of enum.
+
+ 	* src/goocanvasprivate.h:
+ 	* src/goocanvasutils.h: The type GOO_TYPE_CAIRO_MATRIX is used in
+ 	a public interface (a property in the GooCanvasItem interface),
+ 	therefore it has to be public (from Gustavo J. A. M. Carneiro).
+
 2006-06-08  Damon Chaplin  <damon at gnome.org>
 
 	* src/goocanvasitemsimple.c (goo_canvas_item_simple_set_property): 

Index: configure.in
===================================================================
RCS file: /cvs/cairo/goocanvas/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.in	16 May 2006 10:09:43 -0000	1.5
+++ configure.in	19 Jul 2006 13:38:13 -0000	1.6
@@ -13,7 +13,7 @@
 AC_HEADER_STDC
 AM_PROG_LIBTOOL
 
-pkg_modules="gtk+-2.0 >= 2.8.0"
+pkg_modules="gtk+-2.0 >= 2.8.0 glib-2.0 >= 2.10.0"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 AC_SUBST(PACKAGE_CFLAGS)
 AC_SUBST(PACKAGE_LIBS)



More information about the cairo-commit mailing list