summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-op-filter.c
AgeCommit message (Expand)Author
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-05-18Fix 699368: Remember 'sent' text state in sanitize filter.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-23Fix cut and paste bug in filter code.Robin Watts
2017-12-08Fix SEGV in redaction code due to TJ with no chars.Robin Watts
2017-11-14Ensure that after_text functions get ctm.Robin Watts
2017-11-14Ensure filter inits the Trm values on a BT.Robin Watts
2017-11-14Rejig filter internals slightly.Robin Watts
2017-11-06Use text state handling in pdf_filter_processor to filter text.Robin Watts
2017-07-06Drop pdf processor graphics state upon error.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-03Add documentation for pdf_processors.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-05-24Fix 696796: clamp color values in PDF to valid range.Tor Andersson
2016-04-18Fix broken documents after sanitizeRobin 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
2014-03-17Ensure that BDC operators get both params.Robin Watts
2014-03-04Fix memory leaks in pdf-filter code.Robin Watts
2014-03-04Add pdf_process for filtering operator streams.Robin Watts