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-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
2017-11-10
Purge obsolete NDK_PROFILER code.
Tor Andersson
2017-11-09
Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.
Robin Watts
2017-11-08
Clean up and speed up text searching.
Tor Andersson
2017-11-08
Select and copy structured text by lines.
Tor Andersson
2017-11-08
Remove broken bidi reordering code.
Tor Andersson
2017-11-08
Move static inline function out of header.
Tor Andersson
2017-11-06
Expose text filtering through pdf_clean interface.
Robin Watts
2017-11-06
Use text state handling in pdf_filter_processor to filter text.
Robin Watts
2017-11-06
Extract text state handling from run pdf_processor.
Robin Watts
2017-11-02
Fixes for win32 build.
Tor Andersson
2017-11-01
Add separate fz_close_output step.
Tor Andersson
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-10-25
Fix multithreaded crash with tiled regions.
Robin Watts
2017-10-25
Add fz_new_icc_colorspace_from_stream.
Robin Watts
2017-10-24
Add interface for setting icc space to bgr format
Michael Vrhel
2017-10-24
Fix separations object handling when cloning for spots.
Robin Watts
2017-10-24
Improved overprint (simulation) control.
Robin Watts
2017-10-24
Add support for use of proofing profile.
Robin Watts
2017-10-24
Make a public fz_new_icc_colorspace_from_file function.
Tor Andersson
2017-10-24
Make sure shades use proper "default" color space.
Michael Vrhel
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
2017-10-24
Don't apply default decode array to ICC Lab image data.
Robin Watts
2017-10-24
Only do proof conversion in final pop.
Michael Vrhel
2017-10-24
Fix overprint with shadings.
Robin Watts
2017-10-24
Add FZ_ENABLE_SPOT_RENDERING define.
Robin Watts
2017-10-24
Change colorspace 'device_n' field to be a flags word.
Robin Watts
2017-10-24
Logic for Sep and DeviceN colorspaces with C,M,Y, or K.
Michael Vrhel
2017-10-13
Add fz_deflate family of functions.
Robin Watts
[next]