[cairo-commit] cairo ChangeLog,1.303,1.304 configure.in,1.70,1.71
Kristian Hogsberg
commit at pdx.freedesktop.org
Mon Jan 17 09:40:03 PST 2005
- Previous message: [cairo-commit] cairo/test Makefile.am,1.7,1.8
- Next message: [cairo-commit]
cairo/src cairo_array.c, 1.1, 1.2 cairo_pdf_surface.c,
1.3, 1.4 cairo_xlib_surface.c, 1.35, 1.36 cairoint.h, 1.83, 1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: krh
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv5211
Modified Files:
ChangeLog configure.in
Log Message:
2005-01-17 Kristian Høgsberg <krh at redhat.com>
* src/cairo_pdf_surface.c: Add preliminary text support, including
support for truetype font subsetting.
* src/cairoint.h: Change type of 'surface' argument in show_glyphs
to void * as it is for all other surface virtual functions.
* src/cairo_xlib_surface.c (_cairo_xlib_surface_show_glyphs):
Update accordingly.
* configure.in: Add check for endianess.
* src/cairo_array.c (_cairo_array_grow_by): Fix bug in array
growing loop.
(_cairo_array_append): Accept NULL for elements argument, in which
case we just allocate space in the array.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.303
retrieving revision 1.304
diff -u -d -r1.303 -r1.304
--- ChangeLog 17 Jan 2005 17:18:37 -0000 1.303
+++ ChangeLog 17 Jan 2005 17:40:00 -0000 1.304
@@ -1,5 +1,22 @@
2005-01-17 Kristian Høgsberg <krh at redhat.com>
+ * src/cairo_pdf_surface.c: Add preliminary text support, including
+ support for truetype font subsetting.
+
+ * src/cairoint.h: Change type of 'surface' argument in show_glyphs
+ to void * as it is for all other surface virtual functions.
+ * src/cairo_xlib_surface.c (_cairo_xlib_surface_show_glyphs):
+ Update accordingly.
+
+ * configure.in: Add check for endianess.
+
+ * src/cairo_array.c (_cairo_array_grow_by): Fix bug in array
+ growing loop.
+ (_cairo_array_append): Accept NULL for elements argument, in which
+ case we just allocate space in the array.
+
+2005-01-17 Kristian Høgsberg <krh at redhat.com>
+
* test/Makefile.am (EXTRA_DIST): Take image_rotate-ref.png out of
EXTRA_DIST until we can actually render it correctly.
(XFAIL_TESTS): Update with new known bugs.
Index: configure.in
===================================================================
RCS file: /cvs/cairo/cairo/configure.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- configure.in 17 Jan 2005 17:18:37 -0000 1.70
+++ configure.in 17 Jan 2005 17:40:00 -0000 1.71
@@ -33,6 +33,7 @@
AC_PROG_CPP
AM_PROG_LIBTOOL
AC_STDC_HEADERS
+AC_C_BIGENDIAN
AC_CHECK_LIBM
- Previous message: [cairo-commit] cairo/test Makefile.am,1.7,1.8
- Next message: [cairo-commit]
cairo/src cairo_array.c, 1.1, 1.2 cairo_pdf_surface.c,
1.3, 1.4 cairo_xlib_surface.c, 1.35, 1.36 cairoint.h, 1.83, 1.84
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list