summaryrefslogtreecommitdiff
path: root/source/gprf
AgeCommit message (Expand)Author
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
2016-04-26Improve fz_new_documentRobin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
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-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
2015-12-11Use fz_output instead of FILE* for most of our output needs.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