summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-interpret.c
AgeCommit message (Expand)Author
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
2013-10-14Handle stroke+fill operations with transparency/blendmodes.Robin Watts
2013-10-10Use the 'rect' param to fz_clip_path.Robin Watts
2013-09-27fix bug 694618Simon Bünzli
2013-09-10correctly set indexed colors in pdf_set_colorSimon Bünzli
2013-09-04Fix memory leak due to softmasks.Robin Watts
2013-08-28default OCGs to visibleSimon Bünzli
2013-08-28fix memory leaksSimon Bünzli
2013-07-19Initial work on progressive loadingRobin Watts
2013-06-27Move to using a flags bit rather than "Dirty" dict entries.Robin Watts
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-25Update pdf_obj's to have a pdf_document field.Robin Watts
2013-06-20Rearrange source files.Tor Andersson