index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2018-03-07
Distinguish between simple and CID font resources in cache.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-02-27
Use fz_point for pdf_set_annot_ink_list and vertices too.
Tor Andersson
2018-02-27
Improve line ending style accessors.
Tor Andersson
2018-02-27
Add annotation QuadPoints creation functions.
Tor Andersson
2018-02-27
Add annotation Line access functions.
Tor Andersson
2018-02-27
Add annotation Vertices creation functions.
Tor Andersson
2018-02-27
Add annotation InkList creation functions.
Tor Andersson
2018-02-27
Add fz_expand_irect function.
Tor Andersson
2018-02-27
Add fz_translate_rect helper function.
Tor Andersson
2018-02-27
Add convenience functions to create point/rect/matrix.
Tor Andersson
2018-02-27
Remove typedef in favor of explicit enum keyword.
Tor Andersson
2018-02-27
Don't use constants larger than will fit in a signed int in enum.
Tor Andersson
2018-02-13
Add fz_begin_layer/fz_end_layer.
Robin Watts
2018-02-12
Expose detailed PDF permissions.
Tor Andersson
2018-02-12
Don't pollute global namespace with __printflike.
Tor Andersson
2018-02-07
Fix uninitialised variable warning in fz_peek_byte
Paul Gardiner
2018-02-02
Signature support: code-style and typo fixes
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-01-31
Add pdf_debug_obj function to quickly print objects from gdb command line.
Tor Andersson
2018-01-31
Add convenience functions to set dict/array values by primitives.
Tor Andersson
2018-01-31
Rename confusing fz_stream close callback to drop.
Tor Andersson
2018-01-31
Add buffering to fz_output.
Tor Andersson
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-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-05
Enable saving of encrypted PDF files.
Robin Watts
2018-01-04
Add portable pseudo-random number generator based on the lrand48 family.
Tor Andersson
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
2017-12-13
Bugs 698804/698810/698811: Keep PDF object numbers below limit.
Sebastian Rasmussen
2017-12-13
Parse XML using pool allocator.
Tor Andersson
2017-12-13
Add 'clean' option to pdfclean to clean (but not sanitize) content streams.
Tor Andersson
2017-11-23
Bump version number to 1.12.0.
Tor Andersson
2017-11-23
Make time stamps 64-bit integers.
Tor Andersson
2017-11-22
Remove unused annotation function.
Tor Andersson
2017-11-22
jni/js: Add support for annotation modification dates.
Sebastian Rasmussen
2017-11-22
jni/js: Use correct text encoding in annotation author and contents.
Fred Ross-Perry
2017-11-22
Add pdf_new_text_string utility function.
Tor Andersson
2017-11-22
jni: Make sure to dirty annotation whenever it changes.
Fred Ross-Perry
2017-11-14
Ensure that after_text functions get ctm.
Robin Watts
2017-11-10
Remove fz_android_fprintf.
Tor Andersson
[next]