[cairo-commit] cairo/test .cvsignore, 1.8, 1.9 Makefile.am, 1.21,
1.22 path_data.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Fri Mar 11 14:29:17 PST 2005
- Previous message: [cairo-commit] cairo/src Makefile.am, 1.39,
1.40 cairo-path-data-private.h, NONE, 1.1 cairo.c, 1.55,
1.56 cairo.h, 1.79, 1.80 cairo_path_data.c, NONE, 1.1
- Next message: [cairo-commit] pycairo/test - New directory,NONE,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv6382/test
Modified Files:
.cvsignore Makefile.am
Added Files:
path_data.c
Log Message:
* doc/public/cairo-sections.txt:
* doc/public/tmpl/cairo-surface.sgml:
* doc/public/tmpl/cairo.sgml: Added some documentation, so we get
some churn here.
* src/cairo.c:
* src/cairo.h: New functions: cairo_copy_path_data,
cairo_copy_path_data_flat, and cairo_append_path_data.
* src/Makefile.am:
* src/cairo-path-data-private.h:
* src/cairo_path_data.c: Add new implementation for
cairo_copy_path_data and cairo_append_path_data.
* test/Makefile.am:
* test/path_data.c: New test for new path_data functions.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- .cvsignore 10 Mar 2005 16:59:11 -0000 1.8
+++ .cvsignore 11 Mar 2005 22:29:15 -0000 1.9
@@ -5,10 +5,13 @@
clip_twice
coverage
fill_rule
+get_and_set
imagediff
leaky_polygon
line_width
+linear_gradient
move_to_show_surface
+path_data
pixman_rotate
text_cache_crash
text_rotate
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.am 10 Mar 2005 16:59:11 -0000 1.21
+++ Makefile.am 11 Mar 2005 22:29:15 -0000 1.22
@@ -8,6 +8,7 @@
line_width \
linear_gradient \
move_to_show_surface \
+path_data \
pixman_rotate \
text_cache_crash \
text_rotate \
@@ -24,6 +25,7 @@
move_to_show_surface-ref.png \
coverage-ref.png \
clip_twice-ref.png \
+path_data-ref.png \
pixman_rotate-ref.png \
romedalen.png
@@ -76,6 +78,7 @@
line_width_SOURCES = line_width.c $(cairo_test_lib)
linear_gradient_SOURCES = linear_gradient.c $(cairo_test_lib)
move_to_show_surface_SOURCES = move_to_show_surface.c $(cairo_test_lib)
+path_data_SOURCES = path_data.c $(cairo_test_lib)
pixman_rotate_SOURCES = pixman_rotate.c $(cairo_test_lib)
text_cache_crash_SOURCES = text_cache_crash.c $(cairo_test_lib)
text_rotate_SOURCES = text_rotate.c $(cairo_test_lib)
--- NEW FILE: path_data.c ---
(This appears to be a binary file; contents omitted.)
- Previous message: [cairo-commit] cairo/src Makefile.am, 1.39,
1.40 cairo-path-data-private.h, NONE, 1.1 cairo.c, 1.55,
1.56 cairo.h, 1.79, 1.80 cairo_path_data.c, NONE, 1.1
- Next message: [cairo-commit] pycairo/test - New directory,NONE,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list