[cairo-commit] cairo/test .cvsignore, 1.49, 1.50 Makefile.am, 1.89,
1.90 show-text-current-point-ref.png, NONE,
1.1 show-text-current-point.c, NONE, 1.1
Carl Worth
commit at pdx.freedesktop.org
Wed Aug 24 01:13:38 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv2605/test
Modified Files:
.cvsignore Makefile.am
Added Files:
show-text-current-point-ref.png show-text-current-point.c
Log Message:
2005-08-24 Carl Worth <cworth at cworth.org>
* src/cairo.c: (cairo_show_text): Fix cairo_show_text to advance
the current point. Add documentation for cairo_show_text.
* test/.cvsignore:
* test/Makefile.am:
* test/show-text-current-point-ref.png:
* test/show-text-current-point.c: (draw), (main): Add test to
verify that the current-point-advancing behavior of
cairo_show_text is working.
* BUGS: Remove bug about cairo_show_text not advancing the current
point.
Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo/test/.cvsignore,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- .cvsignore 23 Aug 2005 08:02:17 -0000 1.49
+++ .cvsignore 24 Aug 2005 08:13:36 -0000 1.50
@@ -48,6 +48,7 @@
self-copy
self-intersecting
set-source
+show-text-current-point
source-clip
source-surface-scale-paint
surface-finish-twice
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/test/Makefile.am,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Makefile.am 23 Aug 2005 20:34:15 -0000 1.89
+++ Makefile.am 24 Aug 2005 08:13:36 -0000 1.90
@@ -36,6 +36,7 @@
self-copy \
self-intersecting \
set-source \
+show-text-current-point \
source-clip \
source-surface-scale-paint \
surface-finish-twice \
@@ -109,6 +110,7 @@
self-intersecting-ref.png \
scale-source-surface-paint-ref.png \
set-source-ref.png \
+show-text-current-point-ref.png \
source-clip-ref.png \
source-surface-scale-paint-ref.png \
surface-pattern-ref.png \
@@ -220,6 +222,7 @@
self_copy_LDADD = $(LDADDS)
self_intersecting_LDADD = $(LDADDS)
set_source_LDADD = $(LDADDS)
+show_text_current_point_LDADD = $(LDADDS)
source_clip_LDADD = $(LDADDS)
source_surface_scale_paint_LDADD = $(LDADDS)
surface_finish_twice_LDADD = $(LDADDS)
--- NEW FILE: show-text-current-point-ref.png ---
(This appears to be a binary file; contents omitted.)
--- NEW FILE: show-text-current-point.c ---
(This appears to be a binary file; contents omitted.)
More information about the cairo-commit
mailing list