[cairo-commit] cairo ChangeLog,1.826,1.827
Carl Worth
commit at pdx.freedesktop.org
Fri Aug 5 16:44:22 PDT 2005
- Previous message: [cairo-commit] cairo/test .cvsignore,1.39,1.40
- Next message: [cairo-commit]
cairo/src cairo-atsui-font.c, 1.16, 1.17 cairo-font.c,
1.62, 1.63 cairo-ft-font.c, 1.88, 1.89 cairo-win32-font.c,
1.33, 1.34 cairoint.h, 1.179, 1.180
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv9708
Modified Files:
ChangeLog
Log Message:
2005-08-05 Carl Worth <cworth at cworth.org>
* src/cairoint.h: Rename scaled_font_backend->create to
create_toy. Move declaration of cairo_simple_font_face_t from
cairo_font.c to cairoint.h and rename it
cairo_toy_font_face_t. Rework create_toy to accept a
cairo_toy_font_face_t rather than separate family, slant, and
weight.
* src/cairo-atsui-font.c: (_cairo_atsui_font_create_toy):
* src/cairo-ft-font.c: (_cairo_ft_scaled_font_create_toy):
* src/cairo-win32-font.c: (_cairo_win32_scaled_font_create_toy):
Track change in create_toy interface.
* src/cairo-font.c: (_cairo_toy_font_face_create_from_cache_key),
(_cairo_simple_font_cache_create_entry),
(_cairo_simple_font_face_destroy),
(_cairo_simple_font_face_create_font):
Partial rename of simple->toy. It's not complete as this is a step
in the process of merging in a large patch of mine which actually
removes most of the affected code.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.826
retrieving revision 1.827
diff -u -d -r1.826 -r1.827
--- ChangeLog 5 Aug 2005 22:49:52 -0000 1.826
+++ ChangeLog 5 Aug 2005 23:44:20 -0000 1.827
@@ -1,5 +1,27 @@
2005-08-05 Carl Worth <cworth at cworth.org>
+ * src/cairoint.h: Rename scaled_font_backend->create to
+ create_toy. Move declaration of cairo_simple_font_face_t from
+ cairo_font.c to cairoint.h and rename it
+ cairo_toy_font_face_t. Rework create_toy to accept a
+ cairo_toy_font_face_t rather than separate family, slant, and
+ weight.
+
+ * src/cairo-atsui-font.c: (_cairo_atsui_font_create_toy):
+ * src/cairo-ft-font.c: (_cairo_ft_scaled_font_create_toy):
+ * src/cairo-win32-font.c: (_cairo_win32_scaled_font_create_toy):
+ Track change in create_toy interface.
+
+ * src/cairo-font.c: (_cairo_toy_font_face_create_from_cache_key),
+ (_cairo_simple_font_cache_create_entry),
+ (_cairo_simple_font_face_destroy),
+ (_cairo_simple_font_face_create_font):
+ Partial rename of simple->toy. It's not complete as this is a step
+ in the process of merging in a large patch of mine which actually
+ removes most of the affected code.
+
+2005-08-05 Carl Worth <cworth at cworth.org>
+
* test/.cvsignore: ignore a8-mask
2005-08-05 Carl Worth <cworth at cworth.org>
- Previous message: [cairo-commit] cairo/test .cvsignore,1.39,1.40
- Next message: [cairo-commit]
cairo/src cairo-atsui-font.c, 1.16, 1.17 cairo-font.c,
1.62, 1.63 cairo-ft-font.c, 1.88, 1.89 cairo-win32-font.c,
1.33, 1.34 cairoint.h, 1.179, 1.180
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list