aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-07 01:00:40 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-07 01:00:40 +0200
commit76cd7ea67aee7edd1004a68a28e63a00a38239dd (patch)
tree66d131387939bc7bf88e802a9f11221aba5eda2e /ChangeLog
parentc1def4ead4c578862ad6fcda35a9ca65be407893 (diff)
downloadqpdf-76cd7ea67aee7edd1004a68a28e63a00a38239dd.tar.zst
Clarify and improve QPDFPageObjectHelper::get*Box methods
Add copy_if_fallback and explain how it differs from copy_if_shared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ce558d6..adc6181d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2022-09-06 Jay Berkenbilt <ejb@ql.org>
+ * For all bounding box methods in QPDFPageObjectHelper other than
+ MediaBox, add a parameter `copy_if_fallback`, and add comments
+ explaining in depth exactly what copy_if_shared and
+ copy_if_fallback mean. Fixes #664.
+
+ * Add new methods getArtBox and getBleedBox to
+ QPDFPageObjectHelper, completing the set of bounding box methods.
+
* Add == equality for QPDFObjectHandle. Two QPDFObjectHandle
objects are equal if they point to the same underlying object,
meaning changes to one will be reflected in the other.