index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
pdf
/
pdf-run.c
Age
Commit message (
Expand
)
Author
2018-08-22
Remove the old 'nested depth' tracking.
Tor Andersson
2018-08-10
Respect NoRotate flag for icon-based annotations.
Tor Andersson
2018-07-05
Pass rects by value: device and document interface.
Tor Andersson
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-02-06
Make sure to drop colorspace upon exception drawing contents.
Sebastian Rasmussen
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
2017-07-27
Avoid leaking colorspace
Robin Watts
2017-07-19
Fix use-after-free of default colorspaces.
Robin Watts
2017-07-19
Fix colorspace leaks with group colorspaces.
Robin Watts
2017-07-17
If page has no group then use output intent color space
Michael Vrhel
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-04-27
Include required system headers.
Tor Andersson
2017-01-09
Add missing pdf_close_processor calls.
Tor Andersson
2016-11-11
Add pdf_layer configuration API.
Robin Watts
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-01-05
Remove fz_page argument from fz_annot function calls.
Tor Andersson
2015-04-07
Fix whitespace.
Tor Andersson
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-03-04
Bug 691691: Add way of clearing cached objects out of the xref.
Robin Watts
2014-03-04
Add pdf_process interface.
Robin Watts