summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-29add fz_separation_disabled_on_page() and related functionsfredrossperry
2015-09-29gproof: put the generated page file in the same directory as the gproof filefredrossperry
2015-09-29Support for proofingfredrossperry
2015-09-29Android: Changes to improve handling out-of-memory errors.fredrossperry
2015-09-29Added build.gradle file for use with Android Studiofredrossperry
2015-09-28Fix mudraw text outputting to respect given filename.Robin Watts
2015-09-28Bug 696115: Fix problem with fz_try/fz_catch with modern gcc's.Robin Watts
2015-09-28Bug 696169: Fix MINGW build of MuPDF.Robin Watts
2015-09-28Bug 696170: Fix typo.Robin Watts
2015-09-28Fix -p option to mutool draw.Robin Watts
2015-09-28Bug 696182: Fix Revision 6 PDF encryption.Robin Watts
2015-09-28Workaround for VS2005 linker bug.Robin Watts
2015-09-25Update docs/example.c to use utility functions.Tor Andersson
2015-09-25Abort repairing if we cannot find any objects.Tor Andersson
2015-09-24epub: Add metadata function.Tor Andersson
2015-09-15epub: Use a fallback font.Tor Andersson
2015-09-15epub: Add -U option to usage message for x11/win32 viewer.Tor Andersson
2015-09-15epub: Remove useless lock/unlock calls when setting user CSS.Tor Andersson
2015-09-15epub: Fix typo in roman numeral formatting.Tor Andersson
2015-09-14Add utility functions to help reduce device creation boilerplate.Tor Andersson
2015-09-14Update MuJS.Tor Andersson
2015-09-14Remove unused functions.Tor Andersson
2015-09-14Fix truncation bug when comparing EOF to uint16_t values.Tor Andersson
2015-09-10Add missing prototype for fz_keep_pageMichael Vrhel
2015-09-02Fix broken build due to mudraw not being updated for changes to gproof creationMichael Vrhel
2015-09-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-09-01Default to invert_cmyk_jpeg for all formats other than PDF.Tor Andersson
2015-09-01Update URW fonts.Tor Andersson
2015-09-01Update UCDN database.Tor Andersson
2015-08-28Update gproof document handler to cope with renamed gs device.Robin Watts
2015-08-27Support several levels of incremental xrefPaul Gardiner
2015-08-27Move objects to the incremental xref before changing themPaul Gardiner
2015-08-27In pdf_write_document, factor out init/fin of pdf_write_optionsPaul Gardiner
2015-08-27Fix bug in setting of opts->ofs_listPaul Gardiner
2015-08-27Add a deep-copy function for pdf objectsPaul Gardiner
2015-08-27Ensure the unsaved signatures list is held in ascending orderPaul Gardiner
2015-08-26Make the ICC color path the default when rendering the gproof pages with gs.Michael Vrhel
2015-08-24Revert revert of WinMain utf-8 handling and fix the bugs.Tor Andersson
2015-08-24GProof: Hook up fz_meta - just for 'format' currently.Robin Watts
2015-08-24Move ucdn.h into public headers.Tor Andersson
2015-08-24Fix typo.Tor Andersson
2015-08-24Update MuJS.Tor Andersson
2015-08-24Update jbig2dec submodule.Tor Andersson
2015-08-21GProof: Return Android style RGB color values from the JNI.Robin Watts
2015-08-21GProof: Fix Android JNI functions for multipage files.Robin Watts
2015-08-20Do not decode png image when getting image metadata.Sebastian Rasmussen
2015-08-20Remove a few debug functions left behind.Sebastian Rasmussen
2015-08-20Remove duplicate inclusions of headers.Sebastian Rasmussen
2015-08-20Fix a few signedness issues in gif decoder.Sebastian Rasmussen
2015-08-19Add stdout and stderr procedures for use with gs api callsMichael Vrhel