summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2005-05-06 12:00:22 +0000
committerOwen Taylor <otaylor@redhat.com>2005-05-06 12:00:22 +0000
commitcea1de7579fad18ca6c9ec9bb29660970ec283b3 (patch)
tree22e38f1548944e9aed404c7126d343b967c20412 /ChangeLog
parent7f79e048b96dd3e2b2c798047aff312560de5006 (diff)
src/cairo.[ch] doc/public/cairo-sections.txt: Add cairo_paint_with_alpha().
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fe41a8d..f1bae874 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-05-05 Owen Taylor <otaylor@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.
+
2005-05-04 David Reveman <davidr@novell.com>
* src/cairo-glitz-surface.c: Add glyph caching to glitz backend.