summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
AgeCommit message (Expand)Author
2018-09-19Make fz_page objects singleton.Tor Andersson
2018-08-10The proper term is apparently 'filename extension', not 'suffix'.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
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-09-20Remove comment markers about interfaces not throwing exceptions.Sebastian Rasmussen
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Rejig page separations interface.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
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-23Introduce fz_new_derived_...Robin Watts
2017-03-22Add API docs for fz_page_ function types.Robin Watts
2017-03-22Update fz_new_page.Robin Watts
2017-03-20Update API header documentationRobin Watts
2017-02-23Improve return codes from pdf_authenticate_password.Robin Watts
2017-02-06Add bookmarks so we can find a location after reflowing a document.Tor Andersson
2017-01-17Fix typos.Sebastian Rasmussen
2017-01-17Fix 697476: Rename header files.Tor Andersson
2016-11-22Remove second declaration of fz_new_annot().Sebastian Rasmussen
2016-11-14More API tweaks.Robin Watts
2016-11-14Add/fix page coordinates to link targets.Tor Andersson
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-19Make document handler declarations internal.Sebastian Rasmussen
2016-08-21Fix typo in document creation macro.Sebastian Rasmussen
2016-07-15Add interface indicating if a document is reflowable.Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Start slimming pdf_page.Tor Andersson
2016-04-29Improve header documentation.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26svg: Add SVG parser.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-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-09-10Add missing prototype for fz_keep_pageMichael Vrhel
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-07-20Code to generate a GProof file from a currently opened document.Robin Watts
2015-07-20First cut at gprf document handler.Robin Watts
2015-06-29Add separations functions to the fz_page interface.Robin Watts
2015-04-16Avoid forward definition of enums.Robin Watts
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-04-09Remove the _no_run functions.Tor Andersson
2015-04-07Trigger default layout in fz_document layer.Tor Andersson
2015-02-23Merge branch 'html'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
2015-02-17Reference count fz_document.Tor Andersson