2
1
mirror of https://github.com/qpdf/qpdf.git synced 2025-01-09 01:44:16 +00:00
qpdf/libqpdf
Jay Berkenbilt c18ee440a3 mingw workaround for QPDFExc destructor
mingw doesn't like it when you don't inline empty virtual destructors.
2019-01-19 10:14:07 -05:00
..
qpdf Add configure option AVOID_WINDOWS_HANDLE 2019-01-10 22:35:08 -05:00
sph Protect headers with compliant identifiers (fixes #233) 2018-08-12 14:10:32 -04:00
bits.icc
BitStream.cc Add signed support to BitStream and BitWriter 2018-01-13 19:49:42 -05:00
BitWriter.cc Add signed support to BitStream and BitWriter 2018-01-13 19:49:42 -05:00
Buffer.cc
BufferInputSource.cc
build.mk Transformation matrix 2018-12-31 18:23:47 -05:00
ClosedFileInputSource.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
ContentNormalizer.cc Simplify TokenFilter interface 2018-02-18 21:05:47 -05:00
FileInputSource.cc Lexer enhancements: EOF, comment, space 2018-02-18 20:18:40 -05:00
InputSource.cc
InsecureRandomDataProvider.cc
JSON.cc JSON::serialize -> unparse 2018-12-25 11:52:21 -05:00
Makefile
MD5.cc Catch exceptions as const references (fixes #236) 2018-08-12 21:57:52 -04:00
OffsetInputSource.cc
Pipeline.cc
Pl_AES_PDF.cc
Pl_ASCII85Decoder.cc
Pl_ASCIIHexDecoder.cc
Pl_Buffer.cc Missing header for std::max 2018-08-16 11:53:10 -04:00
Pl_Concatenate.cc
Pl_Count.cc
Pl_DCT.cc Fix test failure on MSVC 2017-09-15 23:09:04 -04:00
Pl_Discard.cc
Pl_Flate.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
Pl_LZWDecoder.cc
Pl_MD5.cc
Pl_PNGFilter.cc Remove use of std::abs (fixes #172) 2018-02-04 14:19:00 -05:00
Pl_QPDFTokenizer.cc Simplify TokenFilter interface 2018-02-18 21:05:47 -05:00
Pl_RC4.cc Remove some extraneous null pointer checks (fixes #234) 2018-08-12 12:58:39 -04:00
Pl_RunLength.cc
Pl_SHA2.cc
Pl_StdioFile.cc
Pl_TIFFPredictor.cc Add Pl_TIFFPredictor 2018-01-13 19:49:42 -05:00
QPDF_Array.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Bool.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Dictionary.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_encryption.cc Make a static version of QPDF::pipeStreamData 2019-01-07 00:11:15 -05:00
QPDF_InlineImage.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Integer.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_linearization.cc Fix integer overflow in large file test 2019-01-07 08:49:14 -05:00
QPDF_Name.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Null.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Operator.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_optimization.cc Don't call assert while checking linearization data (fixes #209, #231) 2019-01-04 11:55:42 -05:00
QPDF_pages.cc Properly handle pages with no contents (fixes #194) 2018-03-06 11:34:07 -05:00
QPDF_Real.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Reserved.cc Add QPDFObjectHandle::getJSON() 2018-12-21 18:34:56 -05:00
QPDF_Stream.cc Mostly don't require original QPDF for copyForeignObject (fixes #219) 2019-01-07 00:11:15 -05:00
QPDF_String.cc Move remaining existing transcoding to QUtil 2019-01-17 11:43:56 -05:00
qpdf-c.cc Modernize encryption API for more granularity 2019-01-17 11:43:56 -05:00
QPDF.cc Allow adding the same page more than once in --pages (fixes #272) 2019-01-12 10:01:47 -05:00
QPDFAcroFormDocumentHelper.cc Add basic appearance stream generation 2019-01-04 08:00:19 -05:00
QPDFAnnotationObjectHelper.cc Add form fields to json output 2019-01-03 23:18:13 -05:00
QPDFExc.cc mingw workaround for QPDFExc destructor 2019-01-19 10:14:07 -05:00
QPDFFormFieldObjectHelper.cc Honor other base encodings when generating appearances 2019-01-05 23:01:59 -05:00
QPDFMatrix.cc Add Matrix class under QPDFObjectHandle 2018-12-31 23:02:43 -05:00
QPDFNameTreeObjectHelper.cc Add QPDFNameTreeObjectHelper 2018-12-21 18:34:56 -05:00
QPDFNumberTreeObjectHelper.cc Minor cleanup 2018-12-21 17:25:31 -05:00
QPDFObject.cc More robust handling of type errors 2018-02-18 21:06:27 -05:00
QPDFObjectHandle.cc Switch annotation flattening to use the form xobjects 2019-01-02 21:49:47 -05:00
QPDFObjGen.cc
QPDFOutlineDocumentHelper.cc Add document and object helpers for outlines (bookmarks) 2018-12-21 19:11:57 -05:00
QPDFOutlineObjectHelper.cc Add document and object helpers for outlines (bookmarks) 2018-12-21 19:11:57 -05:00
QPDFPageDocumentHelper.cc Honor flags when flattening annotations 2019-01-03 11:59:55 -05:00
QPDFPageLabelDocumentHelper.cc Minor cleanup 2018-12-21 17:25:31 -05:00
QPDFPageObjectHelper.cc Additional checks for unreferenced resources 2019-01-17 11:43:56 -05:00
QPDFSystemError.cc Fix error in QPDFSystemError.cc 2018-08-14 11:39:07 -04:00
QPDFTokenizer.cc Fix EOL handling inside strings (fixes #226) 2018-08-05 20:48:35 -04:00
QPDFWriter.cc Modernize encryption API for more granularity 2019-01-17 11:43:56 -05:00
QPDFXRefEntry.cc
QTC.cc
QUtil.cc Add QUtil::possible_repaired_encodings 2019-01-17 11:43:56 -05:00
RC4.cc
rijndael.cc
SecureRandomDataProvider.cc Update references to README files 2017-08-22 14:13:10 -04:00
sha2.c
sha2big.c