summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-xobject.c
AgeCommit message (Expand)Author
2018-07-06Add pdf_dict_get_rect and pdf_dict_get_matrix helpers.Tor Andersson
2018-07-05Pass rect and matrix by value in geometry functions.Tor Andersson
2018-06-22Avoid leaking reference to "form" object.Robin Watts
2018-06-02Rework XObject form creation/updating.Tor Andersson
2018-04-27Use pdf_dict_get_int, etc.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-31Fix 698886: Don't try to load non-stream XObjects.Tor Andersson
2017-06-16Strip doc out of color space load methodMichael Vrhel
2017-04-27Include required system headers.Tor Andersson
2016-07-20Fix memory leaks during annotation synthesis.Robin Watts
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-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-22pdf: Remember to drop objects inserted into dicts.Sebastian Rasmussen
2016-02-22Remove pointless casts from void*.Tor Andersson
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-03-20Automatically update /Length and /Filter in pdf_update_stream.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-01-06fix various MSVC warningsSimon Bünzli
2013-09-10tolerate xobjects with invalid colorspacesSimon Bünzli
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