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
/
include
Age
Commit message (
Expand
)
Author
2013-03-05
Fix getTypeCode and getTypeName work for indirect objects
Jay Berkenbilt
2013-03-05
Add method to terminate content stream parsing
Jay Berkenbilt
2013-03-05
Call QUtil::safe_fopen in place of fopen
Jay Berkenbilt
2013-03-05
Remove all calls to sprintf
Jay Berkenbilt
2013-03-04
Remove all old-style casts from C++ code
Jay Berkenbilt
2013-03-04
Replace many calls to sprintf with QUtil::hex_encode
Jay Berkenbilt
2013-01-23
Cosmetic changes to be closer to Adobe terminology
Jay Berkenbilt
2013-01-22
Add getTypeCode() and getTypeName()
Jay Berkenbilt
2013-01-20
Add QPDFObjectHandle::parseContentStream method
Jay Berkenbilt
2013-01-20
Added new QPDFObjectHandle types Keyword and InlineImage
Jay Berkenbilt
2013-01-04
Clarify methods to get user password
Jay Berkenbilt
2012-12-31
Update "C" API with functions for new features
Jay Berkenbilt
2012-12-31
Avoid modifying trailer when writing
Jay Berkenbilt
2012-12-31
Update copyright year to 2013
Jay Berkenbilt
2012-12-31
Refactor Dictionary writing code
Jay Berkenbilt
2012-12-31
Support for encryption with /V=5 and /R=5 and /R=6
Jay Berkenbilt
2012-12-31
Support files with only attachments encrypted
Jay Berkenbilt
2012-12-31
Add random number functions to QUtil
Jay Berkenbilt
2012-12-31
Comment about non-const Pipeline data
Jay Berkenbilt
2012-12-31
Add ExtensionLevel support to version handling
Jay Berkenbilt
2012-12-31
Add V5 parameters to EncryptionData
Jay Berkenbilt
2012-12-31
change EncryptionData
Jay Berkenbilt
2012-12-31
Eliminate flattenScalarReferences
Jay Berkenbilt
2012-09-23
Allow reading from InputSource and writing to Pipeline
Jay Berkenbilt
2012-09-06
Add QPDFWriter::setExtraHeaderText
Jay Berkenbilt
2012-08-11
Refactor: move resolution of literal to its own method
Jay Berkenbilt
2012-07-29
Fix spelling errors
Jay Berkenbilt
2012-07-29
Update copyright to 2012
Jay Berkenbilt
2012-07-25
added QPDFObjectHandle::replaceStreamData(std::string data).
Tobias Hoffmann
2012-07-22
Windows compilation fixes
Jay Berkenbilt
2012-07-21
Implement QPDFObjectHandle::parse
Jay Berkenbilt
2012-07-21
Move readToken from QPDF to QPDFTokenizer
Jay Berkenbilt
2012-07-21
Refactor: pull *InputSource out of QPDF
Jay Berkenbilt
2012-07-16
Add command line option to copy encryption from other file
Jay Berkenbilt
2012-07-14
Add public QPDFWriter::copyEncryptionParameters
Jay Berkenbilt
2012-07-11
Update getPageImages() comment to mention pushInheritedAttributesToPage()
Jay Berkenbilt
2012-07-11
Support copying objects from another QPDF object
Jay Berkenbilt
2012-07-11
Add concept of reserved objects
Jay Berkenbilt
2012-07-08
Added assertNumber and assertScalar to QPDFObjectHandle
Tobias Hoffmann
2012-07-08
Added public assert{Type} methods to QPDFObjectHandle
Tobias Hoffmann
2012-07-07
Build this->all_pages while traversing with pushInheritedAttributesToPage
Tobias Hoffmann
2012-07-07
Don't require stream data provider to know length in advance
Jay Berkenbilt
2012-07-06
Add QPDFWriter method to output to FILE*
Jay Berkenbilt
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-07-04
Fixed wording error in comment
Tobias Hoffmann
2012-06-27
Add a few minor enhancements to recent work
Jay Berkenbilt
2012-06-27
Add Pl_Concatenate filter
Tobias Hoffmann
2012-06-27
Add QPDFObjectHandle::newStream(QPDF *, std::string const&)
Tobias Hoffmann
2012-06-27
Add QPDFObjectHandle::newReal(double)
Tobias Hoffmann
[next]