aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-11 21:29:41 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-11 21:54:33 +0200
commite7b8f297ba92f4cadf88efcb394830dc24d54738 (patch)
tree4bc25b3928545d81c4b8029fab389af8bccfdbc5 /ChangeLog
parent8a217eb3a26931453b4f003c6c18ad8569230cf1 (diff)
downloadqpdf-e7b8f297ba92f4cadf88efcb394830dc24d54738.tar.zst
Support copying objects from another QPDF object
This includes QPDF::copyForeignObject and supporting foreign objects as arguments to addPage*.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 377d79bf..29428ed3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2012-07-11 Jay Berkenbilt <ejb@ql.org>
+
+ * Added new APIs to copy objects from one QPDF to another. This
+ includes letting QPDF::addPage() (and QPDF::addPageAt()) accept a
+ page object from another QPDF and adding
+ QPDF::copyForeignObject(). See QPDF.hh for details.
+
+ * Add method QPDFObjectHandle::getOwningQPDF() to return the QPDF
+ object associated with an indirect QPDFObjectHandle.
+
+ * Add convenience methods to QPDFObjectHandle: assertIndirect(),
+ isPageObject(), isPagesObject()
+
+ * Cache when QPDF::pushInheritedAttributesToPage() has been called
+ to avoid traversing the pages trees multiple times. This state is
+ cleared by QPDF::updateAllPagesCache() and ignored by
+ QPDF::flattenPagesTree().
+
2012-07-08 Jay Berkenbilt <ejb@ql.org>
* Add QPDFObjectHandle::newReserved to create a reserved object