[cairo-commit] cairo ChangeLog,1.943,1.944
Bertram Felgenhauer
commit at pdx.freedesktop.org
Mon Aug 22 16:48:31 PDT 2005
Committed by: inte
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv13483
Modified Files:
ChangeLog
Log Message:
2005-08-22 Bertram Felgenhauer <int-e at gmx.de>
* src/cairo-pen.c (_cairo_pen_vertices_needed): use new function.
strip comment of derivation for major axis length.
* src/cairo-matrix.c (_cairo_matrix_transformed_circle_major_axis):
use _cairo_matrix_get_affine to retrieve matrix entries.
* src/cairoint.h, src/cairo-matrix.c
(_cairo_matrix_transformed_circle_major_axis): new function split out
of cairo-pen.c. UTF8-ify the comment that explains the calculation.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.943
retrieving revision 1.944
diff -u -d -r1.943 -r1.944
--- ChangeLog 22 Aug 2005 23:29:56 -0000 1.943
+++ ChangeLog 22 Aug 2005 23:48:28 -0000 1.944
@@ -1,5 +1,17 @@
2005-08-22 Bertram Felgenhauer <int-e at gmx.de>
+ * src/cairo-pen.c (_cairo_pen_vertices_needed): use new function.
+ strip comment of derivation for major axis length.
+
+ * src/cairo-matrix.c (_cairo_matrix_transformed_circle_major_axis):
+ use _cairo_matrix_get_affine to retrieve matrix entries.
+
+ * src/cairoint.h, src/cairo-matrix.c
+ (_cairo_matrix_transformed_circle_major_axis): new function split out
+ of cairo-pen.c. UTF8-ify the comment that explains the calculation.
+
+2005-08-22 Bertram Felgenhauer <int-e at gmx.de>
+
* src/cairo-pen.c (_cairo_pen_vertices_needed): use correctly
transposed version of the matrix and fix up the comments above
to use row vector notation.
More information about the cairo-commit
mailing list