summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-page.c
AgeCommit message (Expand)Author
2018-08-21Avoid unnecessary NULLing of doc->focusPaul Gardiner
2018-08-10Detect cycles in pdf_dict_get_inheritable.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-27Use pdf_dict_get_int, etc.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-03-22Use pdf_dict_put_dict family of functions.Tor Andersson
2018-02-13Avoid revisiting the same page tree node repeatedly.Sebastian Rasmussen
2018-01-31Use convenience pdf dictionary/array creation functions.Tor Andersson
2017-11-15Bug 698740: Avoid NULL fz_default_colorspaces structures.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Fix separation finding code.Robin Watts
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-10-12Don't cache page count in pdf_document.Tor Andersson
2017-10-12Fix reference counting error in pdf_add_page.Tor Andersson
2017-10-05Remove shadowed variables.Sebastian Rasmussen
2017-09-13Do not lie.Sebastian Rasmussen
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-19Rejig page separations interface.Robin Watts
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-06-08Plug leak of PDF page object.Sebastian Rasmussen
2017-04-27Typedef function pointers consistently.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2017-04-11Bug 697662: Support named actions to first/last/next/previous page.Sebastian Rasmussen
2017-03-23Introduce fz_new_derived_...Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-03-01Add page lookup cache for faster link destination lookups in outlines.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-09Remove some dead code.Tor Andersson
2016-12-23Cope with NULL resource and concents arguments to pdf_add_page.Tor Andersson
2016-11-16pdf: Add x and y output parameters to pdf_lookup_anchor.Tor Andersson
2016-11-16pdf: Use '#page=N' for remote destination pages.Tor Andersson
2016-11-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Fix return in void function.Tor Andersson
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
2016-11-02Fix 697284: The origin was incorrectly calculated for rotated pages.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-07Remove separate tmp/deleted/changed annotation lists.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-08Slim pdf_xobject struct: remove cached resources field.Tor Andersson
2016-07-08Slim pdf_annot struct: remove cached page_ctm field.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-07-06Fix garbage collection and page grafting for indirect reference chains.Tor Andersson