[cairo-commit] cairo-gtk-engine ChangeLog,1.25,1.26

Carl Worth commit at pdx.freedesktop.org
Fri Feb 11 07:27:28 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog 
Log Message:

        * theme/caligula/gtkrc: Add new caligula-entry style with a bit
        more thickness than default to allow room for soft gradient
        shadow.

        * src/caligula-style.c (caligula_draw_shadow): Add code to draw
        gradient shadows with cairo for GTK_SHADOW_IN, (and defer to
        parent for all other shadows).

        * src/caligula-draw-shadowed.c (caligula_draw_shadowed_inset_box):
        Refine shadow-drawing code to better match Diana's latest
        mockups. Add comments describing what is going on.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- ChangeLog	10 Feb 2005 21:02:07 -0000	1.25
+++ ChangeLog	11 Feb 2005 15:27:26 -0000	1.26
@@ -1,3 +1,17 @@
+2005-02-11  Carl Worth  <cworth at cworth.org>
+
+	* theme/caligula/gtkrc: Add new caligula-entry style with a bit
+	more thickness than default to allow room for soft gradient
+	shadow.
+
+	* src/caligula-style.c (caligula_draw_shadow): Add code to draw
+	gradient shadows with cairo for GTK_SHADOW_IN, (and defer to
+	parent for all other shadows).
+
+	* src/caligula-draw-shadowed.c (caligula_draw_shadowed_inset_box):
+	Refine shadow-drawing code to better match Diana's latest
+	mockups. Add comments describing what is going on.
+
 2005-02-10  Owen Taylor  <otaylor at redhat.com>
 
 	* theme/caligula-{sketch,grassy,swirly}/gtkrc: Include




More information about the cairo-commit mailing list