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-interpret.c
Age
Commit message (
Expand
)
Author
2018-04-25
Remove document argument from pdf_new_primitive functions.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-02-27
Remove pdf_xobject wrapper struct.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-31
Fix 698886: Don't try to load non-stream XObjects.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-11-13
Never draw Popup annotations.
Tor Andersson
2017-11-06
Extract text state handling from run pdf_processor.
Robin Watts
2017-11-01
Use int64_t for public file API offsets.
Tor Andersson
2017-08-09
Remove redundant (and incomplete) checks when encountering OCGs.
Tor Andersson
2017-07-27
Fix overprint detection in pdf interpreter.
Robin Watts
2017-07-25
Omit drawing annotations that are not opened.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Strip doc out of color space load method
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-03-28
pdf: Swallow unrecoverable errors and ignore rest of page.
Tor Andersson
2017-01-17
pdf: Ignore a certain number of syntax errors before bailing.
Tor Andersson
2017-01-17
pdf: Minor interpreter cleanups.
Tor Andersson
2016-11-14
Continued Layer API work.
Robin Watts
2016-11-11
Add pdf_layer configuration API.
Robin Watts
2016-11-07
Default background of luminosity masks should be black.
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-23
Clean up annotation enum names.
Tor Andersson
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-08
Slim pdf_xobject: remove cached colorspace field.
Tor Andersson
2016-07-08
Slim pdf_annot struct: remove cached matrix field.
Tor Andersson
2016-07-06
Start slimming pdf_page.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-04-27
Remove useless try/catch/rethrows.
Tor Andersson
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-04-26
Update mutool clean sanitize to clean annotations too.
Robin Watts
2016-04-18
Fix broken documents after sanitize
Robin Watts
2016-03-23
Remove internal do/while braces in fz_try macros.
Tor Andersson
2016-03-15
Avoid shadowing 'stm' variable.
Robin Watts
2016-03-15
Fix leak in PDF inline image handling.
Robin Watts
2016-01-20
Various formatting cleanups.
Tor Andersson
2015-07-27
Handle out of range line join and line cap styles.
Sebastian Rasmussen
2015-05-15
Support pdf files larger than 2Gig.
Robin Watts
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
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
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2014-09-17
Fix whitespace.
Tor Andersson
2014-09-09
test-device: Abort interpretation when color found.
Robin Watts
2014-03-19
Add routine to clean pdf content streams for pages.
Robin Watts
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-03-17
Ensure that BDC operators get both params.
Robin Watts
2014-03-04
Fix potential leak of pdf_process state.
Robin Watts
[next]