[cairo-commit]
cairo/doc/public Makefile.am, 1.3, 1.4 cairo-docs.xml,
1.4, 1.5 cairo-sections.txt, 1.15, 1.16
Owen Taylor
commit at pdx.freedesktop.org
Fri May 6 12:00:24 PDT 2005
Committed by: otaylor
Update of /cvs/cairo/cairo/doc/public
In directory gabe:/tmp/cvs-serv15652/doc/public
Modified Files:
Makefile.am cairo-docs.xml cairo-sections.txt
Log Message:
2005-05-05 Owen Taylor <otaylor at redhat.com>
* src/cairo.[ch] doc/public/cairo-sections.txt: Add
cairo_paint_with_alpha().
* src/cairo-pattern.c (_cairo_pattern_acquire_surfaces): Fix
segfault when mask == NULL.
* test/mask.c test/mask-ref.png: Add testing of cairo_paint_with_alpha().
* test/coverage.c test/coverage-ref.png: Remove ... it's not testing
anything that mask doesn't test better.
Index: Makefile.am
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 11 Apr 2005 16:18:51 -0000 1.3
+++ Makefile.am 6 May 2005 19:00:22 -0000 1.4
@@ -38,7 +38,8 @@
MKDB_OPTIONS=--sgml-mode --output-format=xml
# Non-autogenerated SGML files to be included in $(DOC_MAIN_SGML_FILE)
-content_files =
+content_files = \
+ language-bindings.xml
# Images to copy into HTML directory
HTML_IMAGES =
Index: cairo-docs.xml
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-docs.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cairo-docs.xml 13 Apr 2005 18:23:43 -0000 1.4
+++ cairo-docs.xml 6 May 2005 19:00:22 -0000 1.5
@@ -23,13 +23,9 @@
<xi:include href="xml/cairo-win32.xml"/>
<xi:include href="xml/cairo-xcb.xml"/>
<xi:include href="xml/cairo-xlib.xml"/>
- </part>
+ </part>
<index>
<title>Index</title>
</index>
+ <xi:include href="language-bindings.xml"/>
</book>
-
-
-
-
-
Index: cairo-sections.txt
===================================================================
RCS file: /cvs/cairo/cairo/doc/public/cairo-sections.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- cairo-sections.txt 2 May 2005 18:01:18 -0000 1.15
+++ cairo-sections.txt 6 May 2005 19:00:22 -0000 1.16
@@ -184,6 +184,7 @@
cairo_set_source_rgb
cairo_set_source_rgba
cairo_set_source
+cairo_set_source_surface
cairo_set_alpha
cairo_set_tolerance
cairo_fill_rule_t
@@ -218,6 +219,7 @@
cairo_rectangle
cairo_close_path
cairo_paint
+cairo_paint_with_alpha
cairo_mask
cairo_mask_surface
cairo_stroke
More information about the cairo-commit
mailing list