summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-run.c
AgeCommit message (Expand)Author
2018-09-13Bug 699768: Drop default colorspaces even if page transformation fails.Sebastian Rasmussen
2018-08-22Remove the old 'nested depth' tracking.Tor Andersson
2018-08-10Respect NoRotate flag for icon-based annotations.Tor Andersson
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-04-24Remove need for namedump by using macros and preprocessor.Tor Andersson
2018-02-06Make sure to drop colorspace upon exception drawing contents.Sebastian Rasmussen
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-07-27Avoid leaking colorspaceRobin Watts
2017-07-19Fix use-after-free of default colorspaces.Robin Watts
2017-07-19Fix colorspace leaks with group colorspaces.Robin Watts
2017-07-17If page has no group then use output intent color spaceMichael Vrhel
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-01-09Add missing pdf_close_processor calls.Tor Andersson
2016-11-11Add pdf_layer configuration API.Robin Watts
2016-07-06Start slimming pdf_page.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-04-07Fix whitespace.Tor Andersson
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
2014-03-19Add routine to clean pdf content streams for pages.Robin Watts
2014-03-04Bug 691691: Add way of clearing cached objects out of the xref.Robin Watts
2014-03-04Add pdf_process interface.Robin Watts