[cairo-commit] cairo/doc/public cairo-sections.txt,1.11,1.12
Owen Taylor
commit at pdx.freedesktop.org
Fri Apr 8 13:14:19 PDT 2005
- Previous message: [cairo-commit] cairo ChangeLog,1.487,1.488
- Next message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.2,
1.3 cairo-matrix.sgml, 1.4, 1.5 cairo-pattern.sgml, 1.2,
1.3 cairo-surface.sgml, 1.6, 1.7 cairo.sgml, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: otaylor
Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv9556/doc/public
Modified Files:
cairo-sections.txt
Log Message:
2005-04-08 Owen Taylor <otaylor at redhat.com>
* src/cairo.h src/cairo-font.c src/cairoint.h
doc/public/cairo-sections.txt:
Add cairo_font_face_set/get_user_data().
* src/cairo-array.c src/cairoint.h src/cairo-surface.c:
Refactor user data code from cairo-surface.c into
cairo_user_data_array_t.
* src/cairo-font.c (cairo_font_face_destroy,
(cairo_scaled_font_destroy, _cairo_unscaled_font_destroy):
Switch these types to be like cairo_surface_t where the
generic code frees the wrapper object.
* src/cairo-atsui-font.c src/cairo-ft-font.c
src/cairo-win32-font.c: Fix up for the above changes.
* src/cairo-ft-font.c (_cairo_ft_unscaled_font_destroy,
_ft_font_face_destroy): Implement a complicated mutual-referencing
scheme to make sure that a face from cairo_ft_font_face_create_for_ft_face()
is freed only when the FT_Face is no longer needed.
* src/cairo-ft-font.c (cairo_ft_font_face_create_for_ft_face):
Update the docs to describe how to figure out when the FT_Face
can be freed.
* src/cairo-ft-font.c: Fix refcount leaks when creating fonts.
* src/cairo-pdf-surface.c (cairo_pdf_ft_font_create): Remove
excess call to _cairo_unscaled_font_reference().
* src/cairo-gstate.c (_cairo_gstate_set_font_face): Remove
stray initialization of font matrix to the identity.
* src/cairo-array.c (_cairo_user_data_array_set_data) test/user-data.c:
Fix a bug when setting/unsetting a key with a free key slot before it,
add that to the test case.
* src/cairo-array.c (_cairo_user_data_array_set_data):
Don't append an element when user_data is NULL.
Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo-sections.txt 7 Apr 2005 20:29:32 -0000 1.11
+++ cairo-sections.txt 8 Apr 2005 20:14:17 -0000 1.12
@@ -142,6 +142,8 @@
cairo_scaled_font_t
cairo_font_face_reference
cairo_font_face_destroy
+cairo_font_face_get_user_data
+cairo_font_face_set_user_data
cairo_scaled_font_create
cairo_scaled_font_reference
cairo_scaled_font_destroy
- Previous message: [cairo-commit] cairo ChangeLog,1.487,1.488
- Next message: [cairo-commit] cairo/doc/public/tmpl cairo-font.sgml, 1.2,
1.3 cairo-matrix.sgml, 1.4, 1.5 cairo-pattern.sgml, 1.2,
1.3 cairo-surface.sgml, 1.6, 1.7 cairo.sgml, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list