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