aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-08-10Reminder to mention pkg-config files in release notesJay Berkenbilt
2012-08-02Update version to 3.0.0release-qpdf-3.0.0Jay Berkenbilt
2012-07-31Minor update to release checklistJay Berkenbilt
2012-07-31Minor corrections to download instructionsJay Berkenbilt
2012-07-29Fix typo in release instructionsJay Berkenbilt
2012-07-29Add missing release notesrelease-qpdf-3.0.rc1Jay Berkenbilt
2012-07-29Make release entry in ChangeLogJay Berkenbilt
2012-07-29Fix spelling errorsJay Berkenbilt
2012-07-29Improve password handlingJay Berkenbilt
2012-07-29Update copyright to 2012Jay Berkenbilt
2012-07-29Update documentation and version numbersJay Berkenbilt
2012-07-29Add QPDF_ to some variables used by the test suiteJay Berkenbilt
2012-07-28Mention page selection in basic optionsJay Berkenbilt
2012-07-26Restore coverage caseJay Berkenbilt
2012-07-25added QPDFObjectHandle::replaceStreamData(std::string data).Tobias Hoffmann
2012-07-23Fix help for --enable-ld-version-scriptJay Berkenbilt
2012-07-22Windows compilation fixesJay Berkenbilt
2012-07-22Image comparison tests are off by defaultJay Berkenbilt
2012-07-22Command-line page merging and splittingJay Berkenbilt
2012-07-21Never mind about large file test changeJay Berkenbilt
2012-07-21Add note about large file testJay Berkenbilt
2012-07-21Implement QPDFObjectHandle::parseJay Berkenbilt
2012-07-21Move readToken from QPDF to QPDFTokenizerJay Berkenbilt
2012-07-21Refactor: pull *InputSource out of QPDFJay Berkenbilt
2012-07-18Prevent seeking before beginning of BufferInputSourceJay Berkenbilt
2012-07-16TODO notesJay Berkenbilt
2012-07-16Add command line option to copy encryption from other fileJay Berkenbilt
2012-07-16Minor fixes to copyEncryptionParametersJay Berkenbilt
2012-07-16Bug fix: preserve AES when copying encryption parametersJay Berkenbilt
2012-07-15qpdf: push inherited attributes to page when showing imagesJay Berkenbilt
2012-07-14Add public QPDFWriter::copyEncryptionParametersJay Berkenbilt
2012-07-14test_driver: accept optional second file nameJay Berkenbilt
2012-07-14Have QPDFWriter detect foreign objects while writingJay Berkenbilt
2012-07-11Update getPageImages() comment to mention pushInheritedAttributesToPage()Jay Berkenbilt
2012-07-11Support copying objects from another QPDF objectJay Berkenbilt
2012-07-11Add concept of reserved objectsJay Berkenbilt
2012-07-11Add release reminderJay Berkenbilt
2012-07-11Fix typo in variable nameJay Berkenbilt
2012-07-11Favor string-based newStream methodJay Berkenbilt
2012-07-08Update TODOJay Berkenbilt
2012-07-08Fix: make unparse virtual for Null and RealJay Berkenbilt
2012-07-08Added assertNumber and assertScalar to QPDFObjectHandleTobias Hoffmann
2012-07-08Added public assert{Type} methods to QPDFObjectHandleTobias Hoffmann
2012-07-07Build this->all_pages while traversing with pushInheritedAttributesToPageTobias Hoffmann
2012-07-07Don't require stream data provider to know length in advanceJay Berkenbilt
2012-07-06Add QPDFWriter method to output to FILE*Jay Berkenbilt
2012-07-05Remove stray commentJay Berkenbilt
2012-07-05Added test code for Tobias's changesJay Berkenbilt
2012-07-05Limited inheritance to the attributes explicitly listed in the PDF specTobias Hoffmann
2012-07-04Added public method QPDF::pushInheritedAttributesToPageTobias Hoffmann