index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2018-02-08
Update Windows build to properly handle pkcs7 reorganisation
Paul Gardiner
2018-02-07
Fix uninitialised variable warning in fz_peek_byte
Paul Gardiner
2018-02-06
Workaround for Android: include limits.h where SIZE_MAX is used.
Sebastian Rasmussen
2018-02-06
Include limits.h where INT_MAX/INT_MIN/PATH_MAX/UINT_MAX are used.
Sebastian Rasmussen
2018-02-06
Bug 698986: Remember to fz_var() variable dropped in fz_catch().
Sebastian Rasmussen
2018-02-06
Bug 698989: Throw upon unsupported bpc when unpacking image.
Sebastian Rasmussen
2018-02-06
Bug 698990: Start new run of font width only if not at end.
Sebastian Rasmussen
2018-02-06
Bug 698988: Handle out of range predictors in filter.
Sebastian Rasmussen
2018-02-06
Remove redundant call to fz_rethrow().
Sebastian Rasmussen
2018-02-06
Make sure to drop colorspace upon exception drawing contents.
Sebastian Rasmussen
2018-02-06
Free fz_output cache buffer when dropping fz_output.
Sebastian Rasmussen
2018-02-06
Remove duplicated help string from mudraw.
Sebastian Rasmussen
2018-02-02
Bug 698891: Keep colorspace for luminosity transparency group.
Sebastian Rasmussen
2018-02-02
Signature support: add a null pdf_check_signature function
Paul Gardiner
2018-02-02
Signature support: code-style and typo fixes
Paul Gardiner
2018-02-02
Signature support: fix windows build for the openssl-present case
Paul Gardiner
2018-02-02
Signature support: decouple mupdf from the pkcs7 implementation
Paul Gardiner
2018-02-02
Signature support: break out function for obtaining hash bytes
Paul Gardiner
2018-02-02
Signature support: simplify pkcs7 api by the removal of byte ranges.
Paul Gardiner
2018-02-02
Generalise the null filter to handle more than a single range.
Paul Gardiner
2018-02-02
Signature support: separate pkcs7 specifics into a separate file.
Paul Gardiner
2018-02-02
Signature support: use an enum to report errors.
Paul Gardiner
2018-02-02
Signature support: separate the checkin of trust and digest.
Paul Gardiner
2018-02-01
Cast data buffer to silence compiler warning.
Sebastian Rasmussen
2018-02-01
Drop JPEG/J2K/JPEG-XR/PNG/TIFF colorspaces even upon exception.
Sebastian Rasmussen
2018-02-01
Do not allow out of range object numbers inside object stream.
Sebastian Rasmussen
2018-02-01
Skip objects inside object streams whose object ids are out of range.
Sebastian Rasmussen
2018-02-01
Remove redundant seek in stream.
Sebastian Rasmussen
2018-02-01
Use 64-bit offsets when repairing PDF objects.
Sebastian Rasmussen
2018-02-01
Bug 698908: Resize object use and renumbering lists after repair.
Sebastian Rasmussen
2018-02-01
Bug 698830: Avoid recursion when loading object streams objects.
Sebastian Rasmussen
2018-02-01
Bug 698830: Don't drop unkept stream if running out of error stack.
Sebastian Rasmussen
2018-01-31
java: Don't overwrite LD_LIBRARY_PATH in 'run' target in java makefile.
Tor Andersson
2018-01-31
Add pdf_debug_obj function to quickly print objects from gdb command line.
Tor Andersson
2018-01-31
Return error token if strings are unterminated.
Tor Andersson
2018-01-31
Return PDF_TOK_ERROR when encountering isolated '>' and ')' characters.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-31
Add convenience functions to set dict/array values by primitives.
Tor Andersson
2018-01-31
Add 'make tofu' target to build stripped mupdf with no unicode resources.
Tor Andersson
2018-01-31
Rename confusing fz_stream close callback to drop.
Tor Andersson
2018-01-31
Fix 698878: Mouse wheel scrolling.
Tor Andersson
2018-01-31
Fix 698886: Don't try to load non-stream XObjects.
Tor Andersson
2018-01-31
Don't load an xobject before the stream is final when creating new forms.
Tor Andersson
2018-01-31
Don't use signed int for parsing binary string into integer.
Tor Andersson
2018-01-31
Add buffering to fz_output.
Tor Andersson
2018-01-31
Reduce size of pool allocator blocks to minimize waste.
Tor Andersson
2018-01-31
Update mupdf_native.h header.
Tor Andersson
2018-01-31
Bug 698916: Indirect object numbers must be in range.
Sebastian Rasmussen
2018-01-29
Bug 698908: Plug PDF object leaks when decimating pages in pdfposter.
Sebastian Rasmussen
2018-01-29
If drawing to one file per page in mudraw, don't use append mode.
Sebastian Rasmussen
[next]