summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf/resource.h
AgeCommit message (Expand)Author
2018-11-13Use fz_image.imagemask field when adding PDF image resources.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Remember the md5 digest in the fz_font struct.Tor Andersson
2018-06-02Rework XObject form creation/updating.Tor Andersson
2018-03-22Load most annotations, even if they are missing appearances.Tor Andersson
2018-03-16Add simple fonts with 8-bit greek and cyrillic encodings.Tor Andersson
2018-03-16Add simple CJK font creation.Tor Andersson
2018-03-07Distinguish between simple and CID font resources in cache.Tor Andersson
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2017-07-21Reuse pattern tiles when running PDF interpreter directly.Tor Andersson
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-04-27Remove fz_function abstract structure.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2016-09-16Tweak store handling of PDF document destroy.Robin Watts
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached colorspace field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached document field.Tor Andersson
2016-07-08Slim pdf_xobject: remove cached transparency/isolated/knockout fields.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached matrix field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached bbox field.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_xobject struct: Rename me to obj.Tor Andersson
2016-06-08Move to using size_t for all mallocs.Robin Watts
2016-02-29Clean up error handling.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Rename some functions.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-01-21Drop const from fz_colorspace.Tor Andersson
2016-01-13Add lots of consts.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
2013-09-27fix bug 694618Simon Bünzli
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-24Update annotation handling in preparation for incremental updatePaul Gardiner
2013-06-18Split pdf.h into subheaders.Tor Andersson