summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Graphics library - create icc_struct when requiredHEADmasterKen Sharp2023-05-171-33/+31
* Bug 706686: Fix alphabits, fill/stroke, and transparency interaction.Robin Watts2023-05-162-18/+37
* Address some compiler warnings.Chris Liddell2023-05-154-8/+8
* Squash various warnings.Robin Watts2023-05-155-14/+13
* Coverity 384816: Remove logically dead code in tifftop.cRobin Watts2023-05-101-2/+0
* Tweak claptrap.c to avoid spurious 'uninitialised variable' warnings.Robin Watts2023-05-102-8/+6
* mswinpr2 device - honour User settings with default printerStanislav Kuzmin2023-05-101-0/+16
* mswinpr2 device - permit use of AlphaBitsKen Sharp2023-05-101-1/+63
* gpdl: Support Multipage TIFFs.Robin Watts2023-05-081-7/+24
* gpdl: Refactor tiff image decoding into subroutine.Robin Watts2023-05-081-483/+489
* Fix typo in pdf14_fill_stroke_path.Robin Watts2023-05-081-1/+1
* Ghostscript - split up PDF operator tableKen Sharp2023-05-052-4/+10
* GhostPDF, pdfwrite, graphics library - fix WMode usageKen Sharp2023-05-046-4/+26
* GhostPDF - fix reported embedding status of fontsKen Sharp2023-05-031-1/+1
* Graphics library - cleanup properly on failure to push pdf14 deviceKen Sharp2023-05-032-2/+1
* Fix missing ctypes_.h inclusionChris Liddell2023-05-021-0/+1
* Bug 706695: Ignore error from PDF14 Compositor seen in alphabits testing.Robin Watts2023-05-011-1/+5
* Fix SEGVs seen in overnight alphabits tests.Robin Watts2023-05-011-6/+7
* Fix tiny inefficiency in gdevp14.c knockout handling.Robin Watts2023-05-011-2/+2
* PDF interpreter - clean up after Potfolio/Collection filesKen Sharp2023-05-011-0/+5
* GhostPDF - fix buffer overrun reading corrupted CFF fontKen Sharp2023-05-011-1/+1
* Ensure that we catch errors from gs_update_trans_marking_paramsRobin Watts2023-04-282-10/+22
* Fix a typo in the warning in pdfa_def.psKen Sharp2023-04-281-1/+1
* Fix pdfi related dict ref object garbage collectionChris Liddell2023-04-282-1/+3
* Bug 706683: Fill+Stroke: Keep clist in sync with transparency changes.Robin Watts2023-04-271-0/+1
* Bug 706643: Fix fill_stroke transparency handling.Robin Watts2023-04-261-2/+11
* Documentation updates - improved TOCJamie Lemon2023-04-2635-54/+155
* MSVC: Add support for another version of nmake.Robin Watts2023-04-262-0/+10
* Graphics library - check DeviceN params before useKen Sharp2023-04-261-0/+3
* Bug 706632: Fix infinite loop in shading code.Robin Watts2023-04-261-4/+4
* GhostPDF - set the default for the key length when /V is 1Ken Sharp2023-04-251-5/+9
* Bug 706595: Use a more meaningful "fake" XUID for high level devicesChris Liddell2023-04-211-1/+1
* Avoid in use names being garbage collectedChris Liddell2023-04-211-1/+22
* GhostPDF - fix Portfolio PDF with pdfwriteKen Sharp2023-04-206-277/+384
* Bug 706594: Postscript - Type 1 glyph name equivalence "mapping"Chris Liddell2023-04-191-4/+5
* GhostPDF - improve commit a099cd5cdb2854bcd722ceee25c99eb37ae3a12fKen Sharp2023-04-191-1/+1
* GhostPDF - clamp unsigned integers to maximum unsigned int, not signedKen Sharp2023-04-191-2/+2
* GhostPDF - preserve initial document view from PDF CatalogKen Sharp2023-04-152-0/+116
* Graphics library - add missing type check in parameter parsingKen Sharp2023-04-131-1/+1
* Bug 706552: more tweaks of Type 1 encodingsChris Liddell2023-04-121-9/+17
* GhostPDF - avoid 32-bit overflow checking size of tableKen Sharp2023-04-111-1/+5
* pdfwrite - support surrogate pairs in XMP UTF-8 stringsKen Sharp2023-04-101-10/+31
* PostScript interpreter - don't rotate content onto square mediaKen Sharp2023-04-101-6/+12
* pdfwrite - don't replace UTF16 > 0x800 with the replacement glyphKen Sharp2023-04-061-1/+0
* GhostPDF - prevent buffer overrun when evaluating functionsKen Sharp2023-04-062-0/+15
* GPDL Tiff: Fix alpha blending.ghostpdl-10.01.1-gse-10174Robin Watts2023-04-061-9/+32
* GPDL: Fix endian issues with 16bpc tiffs.Robin Watts2023-04-061-0/+28
* Remove accidentally committed changeChris Liddell2023-04-061-2/+0
* Documentation - removes information on Windows silent install option.Jamie Lemon2023-04-061-1/+1
* Memento: Ensure that Memento_BlkHeader is a multiple of 32 bytes.Robin Watts2023-04-051-22/+43