From 76cd7ea67aee7edd1004a68a28e63a00a38239dd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 6 Sep 2022 19:00:40 -0400 Subject: Clarify and improve QPDFPageObjectHelper::get*Box methods Add copy_if_fallback and explain how it differs from copy_if_shared. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ce558d6..adc6181d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2022-09-06 Jay Berkenbilt + * 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. -- cgit v1.2.3-54-g00ecf