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-22
Add pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-22
Add more version number #defines.
Tor Andersson
2018-03-22
Add fz_output encoding filters.
Tor Andersson
2018-03-22
Clean up windows ifdefs.
Tor Andersson
2018-03-22
Load most annotations, even if they are missing appearances.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-03-16
Add simple fonts with 8-bit greek and cyrillic encodings.
Tor Andersson
2018-03-16
Add simple CJK font creation.
Tor Andersson
2018-03-16
Add simple functions to create the built-in fonts by name.
Tor Andersson
2018-03-16
Add simpler annotation line ending style accessors.
Tor Andersson
2018-03-16
Add annotation quadding accessor.
Tor Andersson
2018-03-16
Add annotation opacity accessor.
Tor Andersson
2018-03-16
Don't throw when fz_is_directory is called on a non-existent path.
Tor Andersson
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
[next]