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

Oeyvind Kolaas commit at pdx.freedesktop.org
Mon Feb 7 17:28:23 PST 2005


Committed by: pippin

Update of /cvs/cairo/rcairo
In directory gabe:/tmp/cvs-serv11673

Modified Files:
	ChangeLog README 
Log Message:
importing new incarnation of binding

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/rcairo/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ChangeLog	8 Feb 2005 01:19:32 -0000	1.3
+++ ChangeLog	8 Feb 2005 01:28:20 -0000	1.4
@@ -1,3 +1,24 @@
+
+2005-02-07  Øyvind Kolås  <pippin at freedesktop.org>
+
+	* splitted into seperate files for classes
+	* made use of _SELF macro for more direct access
+	* unified under a rb_ namespace
+	* added font handling and extents
+
+2005-02-06  Øyvind Kolås  <pippin at freedesktop.org>
+
+	* imported mental guys ruby binding to my local tree
+	* added ps and pdf surfaces
+	* reindented according to GNU coding style
+	* made stroke, fill, in_stroke, in_fill, fill_extents and
+	  stroke_extents accept blocks that define the path, in spirit
+	  of the previous binding.
+	* added show_text, text_path, select_font, scale_font and
+	  transform_font
+	* made to work with gtkcairo
+
+
 2005-02-06  Øyvind Kolås  <pippin at freedesktop.org>
 
 	* packages/cairo/cairo.c: add new headers

Index: README
===================================================================
RCS file: /cvs/cairo/rcairo/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- README	1 Sep 2004 15:29:25 -0000	1.1
+++ README	8 Feb 2005 01:28:20 -0000	1.2
@@ -1,38 +1,20 @@
-AUTHORS
+Dependencies:
+        cairo, libpixman
 
-Evan Martins  <martine at danga.com>
-Øyvind Kolås  <pippin at freedesktop.org>
+For gtkcairo widget:
+        gtk+-2.0
+        gtkcairo  from cairo cvs
+        ruby-gnome2 with devel files
 
-PROVIDES  cairo and gtkcairo bindings
-
-DEPENDS
 
+After building with:
 
-Module Cairo:
-    dependencies:
-        libcairo
-        libpixman
+./setup.rb config
+./setup.rb setup
 
-        (you probably have these)
-        xrender.h
-        xlib.h
-        ruby development headers
-        mkmf (part of ruby development, seperate package in debian)
-    recommended:
+the samples should be usable prior to installing with
 
-Module GtkCairo
-    dependencies:
-        Cairo
+./setup.rb install
 
-        gtk+ 2.4.x
-        glitz (not initialized
+as root.
 
-           for usage of the Cairo module
-           png
-           gtk+ 2.4.x
-           glitz       (how cross platform is glitz yet?, possible to only depend on glitz?
-                        need to check out input possiblities of glitz vs gtk+)
-Module CairoCanvas
-    dependencies:
-        Cairo
-        GtkCairo




More information about the cairo-commit mailing list