[cairo-commit] cairo-gtk-engine ChangeLog,1.3,1.4 README,1.1,1.2

Carl Worth commit at pdx.freedesktop.org
Thu Feb 3 11:38:46 PST 2005


Committed by: cworth

Update of /cvs/cairo/cairo-gtk-engine
In directory gabe:/tmp/cvs-serv19653

Modified Files:
	ChangeLog README 
Log Message:

        * src/cge.c:
        * src/cge-draw.c:
        * src/cge-style.c:
        * src/cge.h: Added missing copyright statements and license
        indication. Julien Boulnois is the original author who released
        the code under the GPL in 2003.

        * README: Update README to have current information on where to
        get cairo.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	17 Mar 2004 16:42:10 -0000	1.3
+++ ChangeLog	3 Feb 2005 19:38:44 -0000	1.4
@@ -1,3 +1,15 @@
+2005-02-03  Carl Worth  <cworth at cworth.org>
+
+	* src/cge.c: 
+	* src/cge-draw.c: 
+	* src/cge-style.c: 
+	* src/cge.h: Added missing copyright statements and license
+	indication. Julien Boulnois is the original author who released
+	the code under the GPL in 2003.
+
+	* README: Update README to have current information on where to
+	get cairo.
+
 2004-03-16  Øyvind Kolås  <oeyvindk at hig.no>
 
 	* autogen.sh: Applied patch to pass arguments to configure from Thom May,

Index: README
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	1 Aug 2003 14:54:34 -0000	1.1
+++ README	3 Feb 2005 19:38:44 -0000	1.2
@@ -1,11 +1,15 @@
-This is the Cge engine for gtk-2.x.
-It use cairo (cairographics.org) lib for vector powered rendering.
-To install it you need libpixregion, libic and cairo, all available by cvs :
-cvs -d :pserver:anoncvs at keithp.com:/local/src/CVS login
-[type enter at password prompt]
-cvs -d :pserver:anoncvs at keithp.com:/local/src/CVS co cairo libic libpixregion
+This is the CGE theme engine for Gtk+ (versions 2.0+).
 
-You must compile & install in order : libpixregion, libic and finally cairo.
+CGE, which is short for cairo-gtk-engine, uses the cairo graphics
+library to allow vector-based rendering of Gtk+ widgets. If you don't
+already have cairo installed, you may find it here:
 
-After that, just type ./configure;make install
-Good eye-candy!
+	http://cairographics.org
+
+To compile CGE, standard procedures apply:
+
+	./configure
+	make
+	make install
+
+(If building from CVS, ./autogen.sh will need to be run first).




More information about the cairo-commit mailing list