summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-page.c
AgeCommit message (Expand)Author
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
2016-07-06pdf: Flatten inheritable page properties when copying pages.Tor Andersson
2016-05-06Fix pdf_delete_page_range.Robin Watts
2016-04-27Fix 696649: remove fz_rethrow_message calls.Tor Andersson
2016-04-26Change order of arguments to pdf_add_page etc.Tor Andersson
2016-04-12Fix some warnings.Robin Watts
2016-03-02js: Fix reference counting errors.Tor Andersson
2016-03-01Don't use pdf_page struct when creating pages.Tor Andersson
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-02-29Pass mediabox to pdf_create_page by const pointer, and pass resources.Tor Andersson
2016-02-29Change order of arguments to pdf_create_page.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-01-08pdf: Add function to look up the page for a named destination.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-04-03Pages created with pdf_create_page were duff.Robin Watts
2015-04-03Bug 694713: Avoid assert when using pdf_page_writeRobin Watts
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Fix memory leak in fz_page.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-10-28more liberally accept page trees with unexpected contentSimon Bünzli
2014-07-18report more cases of blending use for pdf_pageSimon Bünzli
2014-04-11Invalidate cached page count value when inserting and deleting pages.Tor Andersson
2014-02-10Bug 695021: Fix pdf_insert_page operation with empty page tree.Robin Watts
2014-01-06tolerate slightly broken page treesSimon Bünzli
2013-12-30Bug 694564: Move pdf_lookup_page_obj to be iterativeRobin Watts
2013-12-23Bug 694712: Do not create empty Contents stream for new pages.Robin Watts
2013-11-08Use an end pointer for the annotation list to avoid unnecessary iterationPaul Gardiner
2013-10-15Fix typo in page tree manipulation when inserting new pages.Tor Andersson
2013-07-19Initial work on progressive loadingRobin Watts
2013-07-12Set /Parent entry when inserting a page into the page tree.Tor Andersson
2013-07-12Throw exception on invalid page objects when looking up page numbers.Tor Andersson
2013-07-11Fix pdf_count_pages_before_kid to cope with /Page with /Count in.Robin Watts
2013-07-11Remove depth counter from page/resources lookups.Robin Watts