[cairo-commit] cairo-gtk-engine ChangeLog, 1.23, 1.24 configure.ac,
1.5, 1.6
Carl Worth
commit at pdx.freedesktop.org
Thu Feb 10 12:44:36 PST 2005
- Previous message: [cairo-commit] cairo-gtk-engine/theme/caligula-swirly - New
directory, NONE, NONE
- Next message: [cairo-commit] cairo-gtk-engine/src caligula-rc-style.c, 1.1,
1.2 caligula-rc-style.h, 1.1, 1.2 caligula-style.c, 1.2,
1.3 caligula.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo-gtk-engine
In directory gabe:/tmp/cvs-serv453
Modified Files:
ChangeLog configure.ac
Log Message:
* theme/caligula-grassy/gtkrc:
* theme/caligula-sketchy/gtkrc:
* theme/caligula-swirly/gtkrc: Add three separate themes for
selecting each of the available button styles.
* src/caligula-style.c (caligula_draw_box): Use parsed
drawing-style rather than randomly styled buttons.
* src/caligula-rc-style.c (caligula_rc_style_parse_drawing_style)
(caligula_rc_style_parse, caligula_rc_style_merge): Add parsing
code, (just a single drawing-style parameter so far).
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ChangeLog 10 Feb 2005 20:23:18 -0000 1.23
+++ ChangeLog 10 Feb 2005 20:44:33 -0000 1.24
@@ -1,3 +1,17 @@
+2005-02-10 Carl Worth <cworth at cworth.org>
+
+ * theme/caligula-grassy/gtkrc:
+ * theme/caligula-sketchy/gtkrc:
+ * theme/caligula-swirly/gtkrc: Add three separate themes for
+ selecting each of the available button styles.
+
+ * src/caligula-style.c (caligula_draw_box): Use parsed
+ drawing-style rather than randomly styled buttons.
+
+ * src/caligula-rc-style.c (caligula_rc_style_parse_drawing_style)
+ (caligula_rc_style_parse, caligula_rc_style_merge): Add parsing
+ code, (just a single drawing-style parameter so far).
+
2005-02-10 Owen Taylor <otaylor at redhat.com>
* src/caligula-style.c (caligula_begin_paint): Merge
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/configure.ac,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.ac 8 Feb 2005 22:36:16 -0000 1.5
+++ configure.ac 10 Feb 2005 20:44:33 -0000 1.6
@@ -47,6 +47,9 @@
theme/cairo-nuvola/Makefile
theme/cairo-simple/Makefile
theme/caligula/Makefile
+theme/caligula-grassy/Makefile
+theme/caligula-sketchy/Makefile
+theme/caligula-swirly/Makefile
src/Makefile
])
- Previous message: [cairo-commit] cairo-gtk-engine/theme/caligula-swirly - New
directory, NONE, NONE
- Next message: [cairo-commit] cairo-gtk-engine/src caligula-rc-style.c, 1.1,
1.2 caligula-rc-style.h, 1.1, 1.2 caligula-style.c, 1.2,
1.3 caligula.h, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list