index
:
qpdf
10.5
10.6
11.0
11.1
11.2
11.3
doc-check
external-libs
main
stable
zopfli
qpdf + zopfli patch
Justin Gassner
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libqpdf
/
QPDF_pages.cc
Age
Commit message (
Expand
)
Author
2018-03-06
Properly handle pages with no contents (fixes #194)
Jay Berkenbilt
2017-08-22
Push QPDF member variables into a nested class
Jay Berkenbilt
2015-02-22
Detect loops in /Pages structure
Jay Berkenbilt
2014-12-29
Handle page tree node with no /Type
Jay Berkenbilt
2013-10-18
Security: replace operator[] with at
Jay Berkenbilt
2013-10-10
Replace some assertions with std::logic_error
Jay Berkenbilt
2013-06-14
Use QPDFObjectHandle::getObjGen() where appropriate
Jay Berkenbilt
2013-06-14
Promote QPDF::ObjGen to top-level object QPDFObjGen
Jay Berkenbilt
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2012-07-29
Fix spelling errors
Jay Berkenbilt
2012-07-11
Support copying objects from another QPDF object
Jay Berkenbilt
2012-07-07
Build this->all_pages while traversing with pushInheritedAttributesToPage
Tobias Hoffmann
2012-07-05
Limited inheritance to the attributes explicitly listed in the PDF spec
Tobias Hoffmann
2012-07-04
Added public method QPDF::pushInheritedAttributesToPage
Tobias Hoffmann
2012-06-24
Fixed missing throw
Tobias Hoffmann
2012-06-22
Add QPDF::emptyPDF() and pdf_from_scratch test code
Jay Berkenbilt
2012-06-21
Use getRoot() instead of looking it up in the trailer
Jay Berkenbilt
2012-06-21
Add testing for page APIs
Jay Berkenbilt
2012-06-21
Implement page manipulation APIs
Jay Berkenbilt
2012-06-21
Split page handling APIs into a separate source file
Jay Berkenbilt