.. |
qpdf
|
fix MSVC 2010 issues
|
2011-12-28 16:40:33 -05:00 |
bits.icc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
BitStream.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
BitWriter.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Buffer.cc
|
add QPDF::processMemoryFile and API additions to support it
|
2010-10-01 10:20:38 +00:00 |
build.mk
|
Update for 2.3.1
|
2011-12-28 17:19:40 -05:00 |
Makefile
|
update release date to actual date
|
2008-04-29 12:55:25 +00:00 |
MD5.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
PCRE.cc
|
fix PCRE calls to remove use of deprecated API
|
2012-04-06 21:47:46 -04:00 |
Pipeline.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_AES_PDF.cc
|
pad and hope for the best of AES input buffer is not a multiple of 16
|
2010-03-27 13:17:31 +00:00 |
Pl_ASCII85Decoder.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_ASCIIHexDecoder.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_Buffer.cc
|
update code to new PointerHolder, and reintroduce change that was accidentally backed out
|
2010-09-24 20:45:18 +00:00 |
Pl_Count.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_Discard.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_Flate.cc
|
avoid having to include zlib.h in Pl_Flate.hh
|
2009-10-23 14:58:09 +00:00 |
Pl_LZWDecoder.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_MD5.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_PNGFilter.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_QPDFTokenizer.cc
|
be less conservative when skipping over inline images in content normalization
|
2011-04-30 18:20:35 +00:00 |
Pl_RC4.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
Pl_StdioFile.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
QPDF_Array.cc
|
implement methods to get dictionary and array contents as map and vector
|
2011-08-10 13:33:58 -04:00 |
QPDF_Bool.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDF_Dictionary.cc
|
implement methods to get dictionary and array contents as map and vector
|
2011-08-10 13:33:58 -04:00 |
QPDF_encryption.cc
|
enhance PointerHolder so that it can explicitly be told to use delete [] instead of delete, thus making it useful to run valgrind over qpdf during its test suite
|
2011-08-11 11:57:37 -04:00 |
QPDF_Integer.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDF_linearization.cc
|
Don't declare any PCRE objects static.
|
2011-12-28 14:32:33 -05:00 |
QPDF_Name.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDF_Null.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDF_optimization.cc
|
convert file to a PointerHolder<InputSource> so it could be either a file or a buffer; also fix a bug in BufferInputSource::seek
|
2010-09-24 19:10:08 +00:00 |
QPDF_Real.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDF_Stream.cc
|
update code to new PointerHolder, and reintroduce change that was accidentally backed out
|
2010-09-24 20:45:18 +00:00 |
QPDF_String.cc
|
tweak when we decide to use hex strings vs literal strings
|
2009-10-17 17:31:52 +00:00 |
qpdf-c.cc
|
enhance PointerHolder so that it can explicitly be told to use delete [] instead of delete, thus making it useful to run valgrind over qpdf during its test suite
|
2011-08-11 11:57:37 -04:00 |
QPDF.cc
|
Update for 2.3.1
|
2011-12-28 17:19:40 -05:00 |
QPDFExc.cc
|
update C API for error retrieval
|
2009-10-20 00:24:44 +00:00 |
QPDFObject.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
QPDFObjectHandle.cc
|
implement methods to get dictionary and array contents as map and vector
|
2011-08-10 13:33:58 -04:00 |
QPDFTokenizer.cc
|
Don't declare any PCRE objects static.
|
2011-12-28 14:32:33 -05:00 |
QPDFWriter.cc
|
fix small logic error surrounding adding newlines; in practice, the logic error would probably never manifest itself without other code changes
|
2011-08-11 15:22:59 -04:00 |
QPDFXRefEntry.cc
|
categorize all error messages and include object information if available
|
2009-10-19 23:09:19 +00:00 |
QTC.cc
|
do DLL_EXPORT only in header files and only at the class or top-level function level
|
2009-10-12 01:15:55 +00:00 |
QUtil.cc
|
make line buffering os-specific
|
2009-10-21 02:30:15 +00:00 |
RC4.cc
|
removed qexc; non-compatible ABI change
|
2009-09-26 18:36:04 +00:00 |
rijndael.cc
|
got working aes128 implementation
|
2009-10-17 15:01:20 +00:00 |