summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-31Add 'make tofu' target to build stripped mupdf with no unicode resources.Tor Andersson
2018-01-31Rename confusing fz_stream close callback to drop.Tor Andersson
2018-01-31Fix 698878: Mouse wheel scrolling.Tor Andersson
2018-01-31Fix 698886: Don't try to load non-stream XObjects.Tor Andersson
2018-01-31Don't load an xobject before the stream is final when creating new forms.Tor Andersson
2018-01-31Don't use signed int for parsing binary string into integer.Tor Andersson
2018-01-31Add buffering to fz_output.Tor Andersson
2018-01-31Reduce size of pool allocator blocks to minimize waste.Tor Andersson
2018-01-31Update mupdf_native.h header.Tor Andersson
2018-01-31Bug 698916: Indirect object numbers must be in range.Sebastian Rasmussen
2018-01-29Bug 698908: Plug PDF object leaks when decimating pages in pdfposter.Sebastian Rasmussen
2018-01-29If drawing to one file per page in mudraw, don't use append mode.Sebastian Rasmussen
2018-01-28Bug 698942: Don't complain about external URLs being unknown.Sebastian Rasmussen
2018-01-27jni: Add Java interfaces to fz_stream and fz_output types.Tor Andersson
2018-01-26Put sanitize flags in separate flags variable.Tor Andersson
2018-01-24Make sure to drop color converter when painting shades, even upon error.Sebastian Rasmussen
2018-01-24Bug 698904: Drop pixmap only once upon error when painting shades.Sebastian Rasmussen
2018-01-24Bug 698904: Upon error both free color converter and clear its pointer.Sebastian Rasmussen
2018-01-24Bug 698883: Reset cmap splay tree pointer, handling resized tree.Sebastian Rasmussen
2018-01-24Assert node range conditions when checking cmap splay trees.Sebastian Rasmussen
2018-01-24Bug 698888: Keep one-to-many state when splitting nodes in cmap splay trees.Sebastian Rasmussen
2018-01-24docs: Mention use of an incompatible fork of lcms2.Sebastian Rasmussen
2018-01-24Allow oversize allocations in pool allocator.Tor Andersson
2018-01-24Fix 698872: Do not trust ICC profile unconditionally in PNG files.Tor Andersson
2018-01-24Fix github issue #5: wrong return type from vec_dot in stext-device.cTor Andersson
2018-01-24Fix failure of non-incremental document saving.Paul Gardiner
2018-01-23Take on memory leak fix in lcms2.Robin Watts
2018-01-23Fix cut and paste bug in filter code.Robin Watts
2018-01-23Bug 698885: When parsing PDF version, make sure to initialize buffer.Sebastian Rasmussen
2018-01-22Bug 698889: Handle unterminated PDF arrays gracefully.Sebastian Rasmussen
2018-01-22cbz: Do not ask for page file name/extension unnecessarily.Sebastian Rasmussen
2018-01-19Improve signature check failure reportingPaul Gardiner
2018-01-19Fix potential infinite loop when verifying signaturesPaul Gardiner
2018-01-19Perform signature verification via fz_streamPaul Gardiner
2018-01-19Perform document signing via fz_stream and fz_outputPaul Gardiner
2018-01-19Add fz_output_as_streamPaul Gardiner
2018-01-19Fix reading of pfx filesPaul Gardiner
2018-01-19Further changes to signature support related to changes in opensslPaul Gardiner
2018-01-19Update use of openssl for signature support, from 1.0.1e to 1.1.0gSebastian Rasmussen
2018-01-18Update LCMS2.art with latest LCMS2 changes.Robin Watts
2018-01-15Fix 698865: Warn when failing to load embedded ICC profile in PNG images.Tor Andersson
2018-01-15Bug 698857: Delete local reference after use.Sebastian Rasmussen
2018-01-15Use C comments instead of C++ comments.Fred Ross-Perry
2018-01-11Only do lock checking if using custom locks.Sebastian Rasmussen
2018-01-10Handle pixmaps without alpha in fz_tint_pixmap.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2018-01-10Don't allow reading from a 'dead' fz_stream.Tor Andersson
2018-01-10Handle exceptions in fz_peek_byte the same way as in fz_read_byte.Tor Andersson
2018-01-10Refactor and fix hash lookups when decoding image subarea tiles.Tor Andersson
2018-01-10Fix initializer syntax for VS2005.Tor Andersson