summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-13Add fz_begin_layer/fz_end_layer.Robin Watts
2018-02-13mutool extract: Don't save raw CMYK jpegs when the -r flag is enabled.Tor Andersson
2018-02-13Use indirect references when pre-loading image resources.Tor Andersson
2018-02-13Bug 699018: Null terminate buffer in fz_snprintf() even if too short.Sebastian Rasmussen
2018-02-12jbig2: Improve error message.Sebastian Rasmussen
2018-02-12jbig2 globals are streams, this implies indirect references.Sebastian Rasmussen
2018-02-12Bug 698998: Avoid recursion when opening jbig2 image streams.Sebastian Rasmussen
2018-02-12Expose detailed PDF permissions.Tor Andersson
2018-02-12Don't pollute global namespace with __printflike.Tor Andersson
2018-02-12Clear search highlight when opening a new search, or hitting escape.Tor Andersson
2018-02-12Fix changed annotations not marked as dirtyPaul Gardiner
2018-02-08Bug 698996: Disallow "" as owner password unless user password also "".Robin Watts
2018-02-08jni: Remove unnecessary close callback in seekable stream interface.Tor Andersson
2018-02-08Add 'null' output device so we can remove NULL checks in hot functions.Tor Andersson
2018-02-08Add FZ_DEBUG_HTML option to EPUB parser.Tor Andersson
2018-02-08Add flag to Makethird to silence warnings when building freetype.Tor Andersson
2018-02-08Fix 698991: The pdf_is_stream call is too generous.Tor Andersson
2018-02-08Fix 698918: Use encryption when doing initial object formatting to count the ...Tor Andersson
2018-02-08Fix silly mistake in fz_output buffering.Tor Andersson
2018-02-08Update Windows build to properly handle pkcs7 reorganisationPaul Gardiner
2018-02-07Fix uninitialised variable warning in fz_peek_bytePaul Gardiner
2018-02-06Workaround for Android: include limits.h where SIZE_MAX is used.Sebastian Rasmussen
2018-02-06Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.Sebastian Rasmussen
2018-02-06Bug 698986: Remember to fz_var() variable dropped in fz_catch().Sebastian Rasmussen
2018-02-06Bug 698989: Throw upon unsupported bpc when unpacking image.Sebastian Rasmussen
2018-02-06Bug 698990: Start new run of font width only if not at end.Sebastian Rasmussen
2018-02-06Bug 698988: Handle out of range predictors in filter.Sebastian Rasmussen
2018-02-06Remove redundant call to fz_rethrow().Sebastian Rasmussen
2018-02-06Make sure to drop colorspace upon exception drawing contents.Sebastian Rasmussen
2018-02-06Free fz_output cache buffer when dropping fz_output.Sebastian Rasmussen
2018-02-06Remove duplicated help string from mudraw.Sebastian Rasmussen
2018-02-02Bug 698891: Keep colorspace for luminosity transparency group.Sebastian Rasmussen
2018-02-02Signature support: add a null pdf_check_signature functionPaul Gardiner
2018-02-02Signature support: code-style and typo fixesPaul Gardiner
2018-02-02Signature support: fix windows build for the openssl-present casePaul Gardiner
2018-02-02Signature support: decouple mupdf from the pkcs7 implementationPaul Gardiner
2018-02-02Signature support: break out function for obtaining hash bytesPaul Gardiner
2018-02-02Signature support: simplify pkcs7 api by the removal of byte ranges.Paul Gardiner
2018-02-02Generalise the null filter to handle more than a single range.Paul Gardiner
2018-02-02Signature support: separate pkcs7 specifics into a separate file.Paul Gardiner
2018-02-02Signature support: use an enum to report errors.Paul Gardiner
2018-02-02Signature support: separate the checkin of trust and digest.Paul Gardiner
2018-02-01Cast data buffer to silence compiler warning.Sebastian Rasmussen
2018-02-01Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.Sebastian Rasmussen
2018-02-01Do not allow out of range object numbers inside object stream.Sebastian Rasmussen
2018-02-01Skip objects inside object streams whose object ids are out of range.Sebastian Rasmussen
2018-02-01Remove redundant seek in stream.Sebastian Rasmussen
2018-02-01Use 64-bit offsets when repairing PDF objects.Sebastian Rasmussen
2018-02-01Bug 698908: Resize object use and renumbering lists after repair.Sebastian Rasmussen
2018-02-01Bug 698830: Avoid recursion when loading object streams objects.Sebastian Rasmussen