[cairo-commit] gtkcairo ChangeLog,1.14,1.15 README,1.3,1.4

OEyvind Kolaas commit at pdx.freedesktop.org
Tue Jun 29 01:20:51 PDT 2004


Committed by: pippin

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

Modified Files:
	ChangeLog README 
Log Message:
renamed the redraw signal to paint


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/gtkcairo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** ChangeLog	20 Jun 2004 21:15:29 -0000	1.14
--- ChangeLog	29 Jun 2004 08:20:48 -0000	1.15
***************
*** 1,2 ****
--- 1,10 ----
+ 2004-06-29  OEyvind Kolaas <oeyvindk at hig.no>
+ 
+ 	* gtkcairo/g[td]kcairo.[ch]: Renamed redraw signal to paint
+ 
+ 2004-06-26  OEyvind Kolaas <oeyvindk at hig.no>
+ 
+ 	* gtkcairo/gtkcairo.c: Added a save/restore pair around the expose
+ 
  2004-06-20  OEyvind Kolaas <oeyvindk at hig.no>
  

Index: README
===================================================================
RCS file: /cvs/cairo/gtkcairo/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** README	20 May 2004 18:41:16 -0000	1.3
--- README	29 Jun 2004 08:20:48 -0000	1.4
***************
*** 21,25 ****
  -----
  
! Hook up to the widgets "redraw" signal with your custom drawing code,
  queue redraw of the widget using gtk_widget_queue_draw (widget);
  
--- 21,25 ----
  -----
  
! Hook up to the widgets "paint" signal with your custom drawing code,
  queue redraw of the widget using gtk_widget_queue_draw (widget);
  





More information about the cairo-commit mailing list