Add bugs on cairo_surface_create_for_image, bad names for cairo_font_set_transform and cairo_font_current_transform, segfault on AMD64.

This commit is contained in:
Carl Worth 2005-01-19 05:32:32 +00:00
parent d894196840
commit f493efa92d
2 changed files with 22 additions and 1 deletions

16
BUGS
View file

@ -1,4 +1,18 @@
The caches need to have some locking.
cairo_surface_create_for_image is claiming ownership of the user's data.
--
cairo_font_set_transform should be renamed cairo_font_set_matrix
cairo_font_current_transform should be renamed cairo_font_get_matrix
--
Alexis Georges reports a segfault on AMD64 with a simple program,
(that works in a 32bit chroot).
--
The caches need to have some locking (see: [cairo] Static caches and thread-safety)
--

View file

@ -1,3 +1,9 @@
2005-01-19 Carl Worth <cworth@cworth.org>
* BUGS: Add bugs on cairo_surface_create_for_image, bad names for
cairo_font_set_transform and cairo_font_current_transform,
segfault on AMD64.
2005-01-17 Kristian Høgsberg <krh@redhat.com>
* src/cairo_pdf_surface.c (_cairo_pdf_document_get_font): Fix
@ -42,6 +48,7 @@
* src/cairo_gstate.c: (_cairo_gstate_glyph_extents):
Was using the wrong extents variable.
>>>>>>> 1.305
2005-01-13 David Reveman <c99drn@cs.umu.se>
* src/cairo_xcb_surface.c: Replace struct cairo_surface_backend with