[cairo-commit] cairomm ChangeLog,1.34,1.35

Jonathon Jongsma commit at pdx.freedesktop.org
Tue Feb 28 18:23:45 PST 2006


Committed by: jjongsma

Update of /cvs/cairo/cairomm
In directory kemper:/tmp/cvs-serv31336

Modified Files:
	ChangeLog 
Log Message:
2006-02-28  Jonathon Jongsma  <jonathon.jongsma at gmail.com>

	* cairomm/context.cc:
	* cairomm/context.h:
	* cairomm/enums.h:
	* cairomm/fontoptions.cc:
	* cairomm/fontoptions.h:
	* cairomm/pattern.cc:
	* cairomm/pattern.h:
	* cairomm/surface.h: wrapped all of the enum types with cairomm
	types within the Cairo namespace, so now (for example) the values for
	Cairo::Format are something like Cairo::FORMAT_ARGB32 instead of the base
	cairo types like CAIRO_FORMAT_ARGB_32.
	* examples/png_file/main.cc: fixed example to work with the new namespaced
	enum types


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairomm/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- ChangeLog	28 Feb 2006 02:07:53 -0000	1.34
+++ ChangeLog	1 Mar 2006 02:23:43 -0000	1.35
@@ -1,3 +1,19 @@
+2006-02-28  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
+
+	* cairomm/context.cc:
+	* cairomm/context.h:
+	* cairomm/enums.h:
+	* cairomm/fontoptions.cc:
+	* cairomm/fontoptions.h:
+	* cairomm/pattern.cc:
+	* cairomm/pattern.h:
+	* cairomm/surface.h: wrapped all of the enum types with cairomm
+	types within the Cairo namespace, so now (for example) the values for
+	Cairo::Format are something like Cairo::FORMAT_ARGB32 instead of the base
+	cairo types like CAIRO_FORMAT_ARGB_32.
+	* examples/png_file/main.cc: fixed example to work with the new namespaced
+	enum types
+
 2006-02-27  Jonathon Jongsma  <jonathon.jongsma at gmail.com>
 
 	* cairomm/exception.h:



More information about the cairo-commit mailing list