[cairo-commit] cairo ChangeLog,1.296,1.297
Keith Packard
commit at pdx.freedesktop.org
Tue Jan 11 14:52:19 PST 2005
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.20,
1.21 Makefile, 1.11, 1.12 arc.cairo, 1.2,
1.3 arc_negative.cairo, 1.1, 1.2 cairo_snippets_gtk.c, 1.3,
1.4 cairo_snippets_pdf.c, 1.3, 1.4 cairo_snippets_png.c, 1.5,
1.6 cairo_snippets_ps.c, 1.1, 1.2 clip.cairo, 1.1,
1.2 clip_image.cairo, 1.1, 1.2 curve_rectangle.cairo, 1.1,
1.2 curve_to.cairo, 1.1, 1.2 fill_and_stroke.cairo, 1.1,
1.2 fill_and_stroke2.cairo, 1.1, 1.2 gradient.cairo, 1.2,
1.3 image.cairo, 1.1, 1.2 imagepattern.cairo, 1.1,
1.2 index.html_template, 1.1, 1.2 libsvg.cairo, 1.1,
1.2 operator_add.cairo, 1.3, 1.4 operator_atop.cairo, 1.3,
1.4 operator_atop_reverse.cairo, 1.3, 1.4 operator_in.cairo,
1.3, 1.4 operator_in_reverse.cairo, 1.3,
1.4 operator_out.cairo, 1.3, 1.4 operator_out_reverse.cairo,
1.3, 1.4 operator_over.cairo, 1.3,
1.4 operator_over_reverse.cairo, 1.3,
1.4 operator_saturate.cairo, 1.3, 1.4 operator_xor.cairo, 1.3,
1.4 path.cairo, 1.1, 1.2 prepare_snippets.c, 1.5,
1.6 set_line_cap.cairo, 1.1, 1.2 set_line_join.cairo, 1.1,
1.2 snippets.h, 1.3, 1.4 text.cairo, 1.2,
1.3 text_align_center.cairo, 1.1, 1.2 text_extents.cairo, 1.1,
1.2 xxx_clip_rectangle.cairo, 1.1, 1.2 xxx_dash.cairo, 1.2,
1.3 xxx_long_lines.cairo, 1.1,
1.2 xxx_multi_segment_caps.cairo, 1.1,
1.2 xxx_self_intersect.cairo, 1.2, 1.3
- Next message: [cairo-commit]
cairo/src cairo_matrix.c, 1.13, 1.14 cairo_wideint.c,
1.2, 1.3 cairo_wideint.h, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: keithp
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv31142
Modified Files:
ChangeLog
Log Message:
2005-01-11 Keith Packard <keithp at keithp.com>
* src/cairo_matrix.c: (_cairo_matrix_compute_scale_factors):
Scale factors shouldn't include mirroring.
* src/cairo_wideint.c: (_cairo_int32x32_64_mul),
(_cairo_int64x64_128_mul):
* src/cairo_wideint.h:
int32x32_64_mul and int64x64_128_mul are different from their
unsigned compatriots
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.296
retrieving revision 1.297
diff -u -d -r1.296 -r1.297
--- ChangeLog 11 Jan 2005 21:50:13 -0000 1.296
+++ ChangeLog 11 Jan 2005 22:52:16 -0000 1.297
@@ -1,3 +1,14 @@
+2005-01-11 Keith Packard <keithp at keithp.com>
+
+ * src/cairo_matrix.c: (_cairo_matrix_compute_scale_factors):
+ Scale factors shouldn't include mirroring.
+
+ * src/cairo_wideint.c: (_cairo_int32x32_64_mul),
+ (_cairo_int64x64_128_mul):
+ * src/cairo_wideint.h:
+ int32x32_64_mul and int64x64_128_mul are different from their
+ unsigned compatriots
+
2005-01-11 Ãyvind KolÃ¥s <pippin at freedesktop.org>
* src/cairo_color.c: renamed CAIRO_COLOR_DEFAULT to CAIRO_COLOR_WHITE,
- Previous message: [cairo-commit] cairo-demo/cairo_snippets ChangeLog, 1.20,
1.21 Makefile, 1.11, 1.12 arc.cairo, 1.2,
1.3 arc_negative.cairo, 1.1, 1.2 cairo_snippets_gtk.c, 1.3,
1.4 cairo_snippets_pdf.c, 1.3, 1.4 cairo_snippets_png.c, 1.5,
1.6 cairo_snippets_ps.c, 1.1, 1.2 clip.cairo, 1.1,
1.2 clip_image.cairo, 1.1, 1.2 curve_rectangle.cairo, 1.1,
1.2 curve_to.cairo, 1.1, 1.2 fill_and_stroke.cairo, 1.1,
1.2 fill_and_stroke2.cairo, 1.1, 1.2 gradient.cairo, 1.2,
1.3 image.cairo, 1.1, 1.2 imagepattern.cairo, 1.1,
1.2 index.html_template, 1.1, 1.2 libsvg.cairo, 1.1,
1.2 operator_add.cairo, 1.3, 1.4 operator_atop.cairo, 1.3,
1.4 operator_atop_reverse.cairo, 1.3, 1.4 operator_in.cairo,
1.3, 1.4 operator_in_reverse.cairo, 1.3,
1.4 operator_out.cairo, 1.3, 1.4 operator_out_reverse.cairo,
1.3, 1.4 operator_over.cairo, 1.3,
1.4 operator_over_reverse.cairo, 1.3,
1.4 operator_saturate.cairo, 1.3, 1.4 operator_xor.cairo, 1.3,
1.4 path.cairo, 1.1, 1.2 prepare_snippets.c, 1.5,
1.6 set_line_cap.cairo, 1.1, 1.2 set_line_join.cairo, 1.1,
1.2 snippets.h, 1.3, 1.4 text.cairo, 1.2,
1.3 text_align_center.cairo, 1.1, 1.2 text_extents.cairo, 1.1,
1.2 xxx_clip_rectangle.cairo, 1.1, 1.2 xxx_dash.cairo, 1.2,
1.3 xxx_long_lines.cairo, 1.1,
1.2 xxx_multi_segment_caps.cairo, 1.1,
1.2 xxx_self_intersect.cairo, 1.2, 1.3
- Next message: [cairo-commit]
cairo/src cairo_matrix.c, 1.13, 1.14 cairo_wideint.c,
1.2, 1.3 cairo_wideint.h, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list