[cairo-commit] gtkcairo ChangeLog,1.9,1.10 README,1.1,1.2

OEyvind Kolaas commit at pdx.freedesktop.org
Thu May 13 14:43:22 PDT 2004


Committed by: pippin

Update of /cvs/cairo/gtkcairo
In directory pdx:/tmp/cvs-serv25350

Modified Files:
	ChangeLog README 
Log Message:
added subtle hints about usage


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** a/ChangeLog	13 May 2004 21:38:22 -0000	1.9
--- b/ChangeLog	13 May 2004 21:43:19 -0000	1.10
***************
*** 1,4 ****
--- 1,9 ----
  Thu, 13 May 2004 23:33:46 +0100  OEyvind Kolaas <oeyvindk at hig.no>
      
+ 	* README: Gave some minimal hints about usage, added information about
+ 	GTKCAIRO_GL variable
+ 
+ Thu, 13 May 2004 23:33:46 +0100  OEyvind Kolaas <oeyvindk at hig.no>
+     
  	* gtkcairo/gtkcairo.[ch]: Added gtk_cairo_set_gdk_color convenience
  	function, added logic for using GTKCAIRO_GL enviroment variable to

Index: README
===================================================================
RCS file: /cvs/cairo/gtkcairo/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** a/README	18 Nov 2003 15:17:07 -0000	1.1
--- b/README	13 May 2004 21:43:19 -0000	1.2
***************
*** 2,5 ****
--- 2,6 ----
   *
   * Hacked up by Evan Martin <martine at danga.com>.
+  * further modified by OEyvind Kolaas <oeyvindk at hig.no>
   */
  
***************
*** 20,25 ****
  -----
  
! The current API is trivial; just read gtkcairo/gtkcairo.h.  The
! interesting bits are the operations you can perform on the Cairo
  surface, the documentation of which is outside the scope of GtkCairo.
  
--- 21,28 ----
  -----
  
! Hook up to the widgets "redraw" signal with your custom drawing code,
! queue redraw of the widget using gtk_widget_queue_draw (widget);
! 
! The interesting bits are the operations you can perform on the Cairo
  surface, the documentation of which is outside the scope of GtkCairo.
  
***************
*** 27,30 ****
--- 30,36 ----
  of packages you pull in via pkg-config.
  
+ If compiled using a opengl capable version of cairo, setting the
+ enviroment variable GTKCAIRO_GL to a non 0 value, will make gtkcairo
+ use the opengl backend for rendering.
  
  Acknowledgement





More information about the cairo-commit mailing list