[cairo-commit] cairo-gtk-engine ChangeLog,1.6,1.7

Carl Worth commit at pdx.freedesktop.org
Thu Feb 3 14:24:02 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * src/cge.h:
        * src/cge-draw.c: (debug_msg), (cge_create_gradient),
        (cge_draw_box), (cge_draw_circle), (cge_draw_box_gap),
        (cge_draw_notebook_tab), (cge_create_gradient_from_rc),
        (cge_draw_filled_box_from_rc), (draw_shadow_gap), (draw_box_gap),
        (draw_extension): Ripped out old transformed-surface-as-gradient
        hack in favor of new linear_pattern support now in cairo. Updated
        to compile against latest (0.3.0) cairo without
        warnings. Eliminated other minor warnings. Seems basically
        functional now.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- ChangeLog	3 Feb 2005 20:12:47 -0000	1.6
+++ ChangeLog	3 Feb 2005 22:23:59 -0000	1.7
@@ -1,5 +1,18 @@
 2005-02-03  Carl Worth  <cworth at cworth.org>
 
+	* src/cge.h: 
+	* src/cge-draw.c: (debug_msg), (cge_create_gradient),
+	(cge_draw_box), (cge_draw_circle), (cge_draw_box_gap),
+	(cge_draw_notebook_tab), (cge_create_gradient_from_rc),
+	(cge_draw_filled_box_from_rc), (draw_shadow_gap), (draw_box_gap),
+	(draw_extension): Ripped out old transformed-surface-as-gradient
+	hack in favor of new linear_pattern support now in cairo. Updated
+	to compile against latest (0.3.0) cairo without
+	warnings. Eliminated other minor warnings. Seems basically
+	functional now.
+
+2005-02-03  Carl Worth  <cworth at cworth.org>
+
 	* configure.ac (WARN_CFLAGS): 
 	* src/Makefile.am (INCLUDES): Enable lots of helpful -W flags when
 	compiling with gcc.




More information about the cairo-commit mailing list