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