summaryrefslogtreecommitdiff
path: root/source/fitz/document.c
AgeCommit message (Expand)Author
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-20Bug 699798: Avoid removing page from list if page was not loaded.Sebastian Rasmussen
2018-09-19Make fz_page objects singleton.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-03-22Fall back to PDF document handler if no handler is found.Tor Andersson
2017-11-09Bug 698353: Avoid having our API depend on DEBUG/NDEBUG.Robin Watts
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-19Rejig page separations interface.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-04-13Export fz_recognize_document and use it in java code.Sebastian Rasmussen
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Rejig fz_new_annot to fz_new_derived_annot.Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-09Open document file in fz_open_document().Sebastian Rasmussen
2016-10-07Ensure we always layout the document before loading the outlines.Robin Watts
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-05-30Respect FZ_ENABLE_PDF=0 to allow dropping all PDF specific code in tools.Tor Andersson
2016-05-13Make document handler reference counting thread-safe.Sebastian Rasmussen
2016-05-13Move string compare helper to other string functions.Sebastian Rasmussen
2016-04-26Improve fz_new_documentRobin Watts
2016-04-19Add mutool mergeMichael Vrhel
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-01-08pdf: Fix pdf_annot memory leak.Tor Andersson
2016-01-05Separate pdf_drop_annots (that drops lists) and fz_drop_annot.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
2016-01-05Remove fz_page argument from fz_annot function calls.Tor Andersson
2015-12-18Remove fz_save_document and use pdf_save_document directly instead.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
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-17Reference count fz_document.Tor Andersson
2014-12-03Add fz_layout_document function.Tor Andersson
2014-09-09test-device: Abort interpretation when color found.Robin Watts
2014-05-07minor clean-upSimon Bünzli