summaryrefslogtreecommitdiff
path: root/source/gprf
AgeCommit message (Expand)Author
2018-09-16GPROOF: Move away from unlink to remove.Robin Watts
2018-09-04Fix string handling when using gproof files.Sebastian Rasmussen
2018-09-04Add -dSAFER to gs calls in gproof.Michael Vrhel
2018-09-04Fix bit rot in gproof support.Michael Vrhel
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-04-03Don't implicitly drop in fz_open_* chained filters.Tor Andersson
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-25Get gprf working with the changes made to the fz_separationsMichael Vrhel
2017-09-08Update fz_separations equivalent color mechanism.Robin Watts
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-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-05-09Fix key_storable operations leading to leaks of fz_image.Robin Watts
2017-04-13Move extension/mimetype detection to common function.Sebastian Rasmussen
2017-03-28Return fz_document from all document handlers.Sebastian Rasmussen
2017-03-22Update fz_new_page.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-20Remove fz_drop_image_base.Robin Watts
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-11-15move the definition of GSDLLCALL to a different spot, above where it'sFred Ross-Perry
2016-11-03GProof: Silence warning seen in MSVC x64 builds.Robin Watts
2016-11-03Fix DebugGProof builds on windows.Robin Watts
2016-10-18Internal drop functions don't need to check for NULL.Sebastian Rasmussen
2016-10-16Avoid casting when dropping super objects.Sebastian Rasmussen
2016-10-12Remove superfluous context null checks.Tor Andersson
2016-10-12Always call fz_drop_document() to drop the document.Sebastian Rasmussen
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-09-23GProof: Fix typos in gs invocationRobin Watts
2016-09-22GPROOF: Modify gs invocation.Michael Vrhel
2016-09-22GProof: When invoking gs, redirect gs stdio to local stderr.Robin Watts
2016-09-21fix the quotes fixfred ross-perry
2016-09-21Gproof GS invocation: Only quote profile names if required.Robin Watts
2016-09-21Update GPRF invocation of GSRobin Watts
2016-09-16More tweaking of gproof device gs invocation.Robin Watts
2016-09-16Tweak gprf-doc.c to avoid warnings.Robin Watts
2016-09-16Extend store to cope with references used in keys.Robin Watts
2016-09-16Update gproof device to invoke gs better.Robin Watts
2016-09-13Add missing include.Robin Watts
2016-09-12Add UsePDFX3Profile option to gproof deviceMichael Vrhel
2016-09-12Correct rounding in gproof skeleton files.Robin Watts
2016-08-16Android viewer: get experimental proofing to build again.fred ross-perry
2016-07-08Use fz_keep_imp and fz_drop_imp for all reference counting.Tor Andersson
2016-07-06Proofing - fix a bug in the use of gswin32.exe.fredrossperry
2016-06-27Fix GProof operation.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Partial image decode.Robin Watts