summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeff Muizelaar <jeff@infidigm.net>2006-04-12 06:52:07 +0000
committerJeff Muizelaar <jeff@infidigm.net>2006-04-12 06:52:07 +0000
commit85687a1e0e4c6be2dbfb23ba00018b9c7c7454f5 (patch)
tree3a69f4af13e4f76f2613f23231a95c211ea2508e /ChangeLog
parent6039d4fc65cb25bef20efa29bc29d42086fc0854 (diff)
2006-04-12 Jeff Muizelaar <jeff@infidigm.net>
* poppler/CairoOutputDev.cc: * poppler/CairoOutputDev.h: Add support for masked images to the cairo backend. CairoOutputDevice really should have been refactored before committing this, but the results were so pretty I couldn't resist. Fixes #6174.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f630080..065c46a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-04-12 Jeff Muizelaar <jeff@infidigm.net>
+ * poppler/CairoOutputDev.cc:
+ * poppler/CairoOutputDev.h: Add support for masked images to the cairo
+ backend. CairoOutputDevice really should have been refactored before
+ committing this, but the results were so pretty I couldn't resist.
+ Fixes #6174.
+
+2006-04-12 Jeff Muizelaar <jeff@infidigm.net>
+
* poppler/CairoOutputDev.cc: Fix breakage by krh by only calling
cairo_destroy on non-null.