[cairo-commit] cairo ChangeLog,1.349,1.350
Owen Taylor
commit at pdx.freedesktop.org
Tue Feb 1 15:06:36 PST 2005
- Previous message: [cairo-commit] cairo-demo/cairo_snippets/snippets arc.cairo, NONE,
1.1 arc_negative.cairo, NONE, 1.1 clip.cairo, NONE,
1.1 clip_image.cairo, NONE, 1.1 curve_rectangle.cairo, NONE,
1.1 curve_to.cairo, NONE, 1.1 fill_and_stroke.cairo, NONE,
1.1 fill_and_stroke2.cairo, NONE, 1.1 gradient.cairo, NONE,
1.1 image.cairo, NONE, 1.1 imagepattern.cairo, NONE,
1.1 libsvg.cairo, NONE, 1.1 operator_add.cairo, NONE,
1.1 operator_atop.cairo, NONE, 1.1 operator_atop_reverse.cairo,
NONE, 1.1 operator_in.cairo, NONE,
1.1 operator_in_reverse.cairo, NONE, 1.1 operator_out.cairo,
NONE, 1.1 operator_out_reverse.cairo, NONE,
1.1 operator_over.cairo, NONE, 1.1 operator_over_reverse.cairo,
NONE, 1.1 operator_saturate.cairo, NONE,
1.1 operator_xor.cairo, NONE, 1.1 path.cairo, NONE,
1.1 pattern_fill.cairo, NONE, 1.1 set_line_cap.cairo, NONE,
1.1 set_line_join.cairo, NONE, 1.1 text.cairo, NONE,
1.1 text_align_center.cairo, NONE, 1.1 text_extents.cairo,
NONE, 1.1 xxx_clip_rectangle.cairo, NONE, 1.1 xxx_dash.cairo,
NONE, 1.1 xxx_long_lines.cairo, NONE,
1.1 xxx_multi_segment_caps.cairo, NONE,
1.1 xxx_self_intersect.cairo, NONE, 1.1
- Next message: [cairo-commit] cairo/doc/public cairo-sections.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: otaylor
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv10913
Modified Files:
ChangeLog
Log Message:
2005-02-01 Owen Taylor <otaylor at redhat.com>
* src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add
_cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
* src/cairo.[ch]: Add CAIRO_STATUS_INVALID_STRING
* src/cairo_ft_font.c: Use _cairo_utf8_to_ucs4().
* src/cairo.h: Add cairo_bool_t
* src/cairoint.h: Add TRUE/FALSE definitions.
* src/cairo.[ch] src/cairoint.h src/cairo_gstate.c: switch
cairo_in_stroke/cairo_in_fill and all the functions used to
implement them over to cairo_bool_t.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.349
retrieving revision 1.350
diff -u -d -r1.349 -r1.350
--- ChangeLog 1 Feb 2005 00:11:37 -0000 1.349
+++ ChangeLog 1 Feb 2005 23:06:33 -0000 1.350
@@ -1,3 +1,20 @@
+2005-02-01 Owen Taylor <otaylor at redhat.com>
+
+ * src/cairo_unicode.c src/cairoint.h src/Makefile.am: Add
+ _cairo_utf8_to_utf16(), _cairo_utf8_to_ucs4() based on code from GLib.
+
+ * src/cairo.[ch]: Add CAIRO_STATUS_INVALID_STRING
+
+ * src/cairo_ft_font.c: Use _cairo_utf8_to_ucs4().
+
+ * src/cairo.h: Add cairo_bool_t
+
+ * src/cairoint.h: Add TRUE/FALSE definitions.
+
+ * src/cairo.[ch] src/cairoint.h src/cairo_gstate.c: switch
+ cairo_in_stroke/cairo_in_fill and all the functions used to
+ implement them over to cairo_bool_t.
+
2005-01-31 Owen Taylor <otaylor at redhat.com>
* configure.in src/cairo-features.h.in: Add a check for the
- Previous message: [cairo-commit] cairo-demo/cairo_snippets/snippets arc.cairo, NONE,
1.1 arc_negative.cairo, NONE, 1.1 clip.cairo, NONE,
1.1 clip_image.cairo, NONE, 1.1 curve_rectangle.cairo, NONE,
1.1 curve_to.cairo, NONE, 1.1 fill_and_stroke.cairo, NONE,
1.1 fill_and_stroke2.cairo, NONE, 1.1 gradient.cairo, NONE,
1.1 image.cairo, NONE, 1.1 imagepattern.cairo, NONE,
1.1 libsvg.cairo, NONE, 1.1 operator_add.cairo, NONE,
1.1 operator_atop.cairo, NONE, 1.1 operator_atop_reverse.cairo,
NONE, 1.1 operator_in.cairo, NONE,
1.1 operator_in_reverse.cairo, NONE, 1.1 operator_out.cairo,
NONE, 1.1 operator_out_reverse.cairo, NONE,
1.1 operator_over.cairo, NONE, 1.1 operator_over_reverse.cairo,
NONE, 1.1 operator_saturate.cairo, NONE,
1.1 operator_xor.cairo, NONE, 1.1 path.cairo, NONE,
1.1 pattern_fill.cairo, NONE, 1.1 set_line_cap.cairo, NONE,
1.1 set_line_join.cairo, NONE, 1.1 text.cairo, NONE,
1.1 text_align_center.cairo, NONE, 1.1 text_extents.cairo,
NONE, 1.1 xxx_clip_rectangle.cairo, NONE, 1.1 xxx_dash.cairo,
NONE, 1.1 xxx_long_lines.cairo, NONE,
1.1 xxx_multi_segment_caps.cairo, NONE,
1.1 xxx_self_intersect.cairo, NONE, 1.1
- Next message: [cairo-commit] cairo/doc/public cairo-sections.txt,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list