summaryrefslogtreecommitdiff
path: root/source/gprf/gprf-doc.c
AgeCommit message (Expand)Author
2017-03-20Remove fz_drop_image_base.Robin Watts
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-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
2016-04-26Improve fz_new_documentRobin Watts
2016-03-14Remove begin_page and end_page device calls.Tor Andersson
2016-02-02Fix Gproof DLL calling on windows.Robin Watts
2016-01-20Various formatting cleanups.Tor Andersson
2016-01-05Clean up trailing whitespace.Tor Andersson
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-02Add in support for icc profiles in gprf/gproof formatMichael Vrhel
2015-08-28Update gproof document handler to cope with renamed gs device.Robin Watts
2015-08-26Make the ICC color path the default when rendering the gproof pages with gs.Michael Vrhel
2015-08-24GProof: Hook up fz_meta - just for 'format' currently.Robin Watts
2015-08-19Add stdout and stderr procedures for use with gs api callsMichael Vrhel
2015-08-17GPrf: Alter gsapi invocationRobin Watts
2015-08-17Fix stupid ommission in gprf-doc.cRobin Watts
2015-08-17gprf: Minor fixes for neatness.Robin Watts
2015-08-17GProof: Use better RGB -> CMYK conversion when working from seps.Robin Watts
2015-08-17GProof: Fix creating images from a selection of separationsRobin Watts
2015-08-17GProof: Fix a potential signed/unsigned problem in CMYK conversion.Robin Watts
2015-08-17Add fz_read_string function to read a null terminated stringRobin Watts
2015-08-17Add JNI interface to MuPDFCore to read/write separations on a page.Robin Watts
2015-07-31Clean up fz_read_[u]intNN() functions and add big-endian versions.Tor Andersson
2015-07-20Gproof doc handler; add ability to call gs via gsapi rather than exe.Robin Watts