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-01-26
Put sanitize flags in separate flags variable.
Tor Andersson
2018-01-24
Make sure to drop color converter when painting shades, even upon error.
Sebastian Rasmussen
2018-01-24
Bug 698904: Drop pixmap only once upon error when painting shades.
Sebastian Rasmussen
2018-01-24
Bug 698904: Upon error both free color converter and clear its pointer.
Sebastian Rasmussen
2018-01-24
Bug 698883: Reset cmap splay tree pointer, handling resized tree.
Sebastian Rasmussen
2018-01-24
Assert node range conditions when checking cmap splay trees.
Sebastian Rasmussen
2018-01-24
Bug 698888: Keep one-to-many state when splitting nodes in cmap splay trees.
Sebastian Rasmussen
2018-01-24
docs: Mention use of an incompatible fork of lcms2.
Sebastian Rasmussen
2018-01-24
Allow oversize allocations in pool allocator.
Tor Andersson
2018-01-24
Fix 698872: Do not trust ICC profile unconditionally in PNG files.
Tor Andersson
2018-01-24
Fix github issue #5: wrong return type from vec_dot in stext-device.c
Tor Andersson
2018-01-24
Fix failure of non-incremental document saving.
Paul Gardiner
2018-01-23
Take on memory leak fix in lcms2.
Robin Watts
2018-01-23
Fix cut and paste bug in filter code.
Robin Watts
2018-01-23
Bug 698885: When parsing PDF version, make sure to initialize buffer.
Sebastian Rasmussen
2018-01-22
Bug 698889: Handle unterminated PDF arrays gracefully.
Sebastian Rasmussen
2018-01-22
cbz: Do not ask for page file name/extension unnecessarily.
Sebastian Rasmussen
2018-01-19
Improve signature check failure reporting
Paul Gardiner
2018-01-19
Fix potential infinite loop when verifying signatures
Paul Gardiner
2018-01-19
Perform signature verification via fz_stream
Paul Gardiner
2018-01-19
Perform document signing via fz_stream and fz_output
Paul Gardiner
2018-01-19
Add fz_output_as_stream
Paul Gardiner
2018-01-19
Fix reading of pfx files
Paul Gardiner
2018-01-19
Further changes to signature support related to changes in openssl
Paul Gardiner
2018-01-19
Update use of openssl for signature support, from 1.0.1e to 1.1.0g
Sebastian Rasmussen
2018-01-18
Update LCMS2.art with latest LCMS2 changes.
Robin Watts
2018-01-15
Fix 698865: Warn when failing to load embedded ICC profile in PNG images.
Tor Andersson
2018-01-15
Bug 698857: Delete local reference after use.
Sebastian Rasmussen
2018-01-15
Use C comments instead of C++ comments.
Fred Ross-Perry
2018-01-11
Only do lock checking if using custom locks.
Sebastian Rasmussen
2018-01-10
Handle pixmaps without alpha in fz_tint_pixmap.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2018-01-10
Don't allow reading from a 'dead' fz_stream.
Tor Andersson
2018-01-10
Handle exceptions in fz_peek_byte the same way as in fz_read_byte.
Tor Andersson
2018-01-10
Refactor and fix hash lookups when decoding image subarea tiles.
Tor Andersson
2018-01-10
Fix initializer syntax for VS2005.
Tor Andersson
2018-01-05
Enable saving of encrypted PDF files.
Robin Watts
2018-01-05
Fix "being able to search for redacted text" bug.
Robin Watts
2018-01-04
Update 'mutool run' man page.
Tor Andersson
2018-01-04
Bug 698836: Fix build with FZ_ENABLE_JPX=0.
Tor Andersson
2018-01-04
Add portable pseudo-random number generator based on the lrand48 family.
Tor Andersson
2018-01-02
Fix thread debugging code to always use ms_clock()
Robin Watts
2017-12-29
Update LCMS2 with optimisations from GS.
Robin Watts
2017-12-20
Bug 698827: Correct reference counting when creating pixmap from pixmap.
Sebastian Rasmussen
2017-12-20
Bug 698826: Plug leak of font names when parsing appearance string.
Sebastian Rasmussen
2017-12-19
Bug 698825: Do not drop borrowed colorspaces.
Sebastian Rasmussen
2017-12-13
Initialize generation numbers when saving a new pdf.
Tor Andersson
2017-12-13
Validate that /Size in trailer is in range.
Sebastian Rasmussen
2017-12-13
PDF object numbers need not be int64_t, int is sufficient.
Sebastian Rasmussen
2017-12-13
Define constant INT64_MAX where int64_t is declared.
Sebastian Rasmussen
[next]