summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret.c
AgeCommit message (Expand)Author
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
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-03-17Ensure that BDC operators get both params.Robin Watts
2014-03-04Fix potential leak of pdf_process state.Robin Watts
2014-03-04Add pdf_process interface.Robin Watts
2014-02-28Fix potential illegal access.Robin Watts
2014-02-11fix memory leak in 08c632046474e72f2e08e54f31e31a343808f6cbSimon Bünzli
2014-02-10Move rdb and file entries into pdf_csi.Robin Watts
2014-02-10Tweak handling of PDF arrays during text object operator stream parsing.Robin Watts
2014-01-17Bug 694899: Avoid using invalid gstate pointer.Robin Watts
2014-01-16Bug 694894: Avoid throwing away an object while in use.Robin Watts
2013-11-28Bug 694127: Valgrind fix for pdf_decode_cmapRobin Watts
2013-11-05Improve stroke state function names that take the dash array length.Tor Andersson