summaryrefslogtreecommitdiff
path: root/psi
Commit message (Expand)AuthorAgeFilesLines
* Add png16malpha device.Robin Watts2022-01-201-1/+1
* Fix leaking blocks when using @file command line arg notation.Robin Watts2022-01-201-2/+15
* Update for another version of nmake.Robin Watts2022-01-121-1/+6
* Add psdcmyktags and psdcmyktags16 devicesMichael Vhrel2022-01-111-1/+1
* Squash warning about fn pointer -> void * cast.Robin Watts2021-12-163-6/+3
* Implement the NONATIVEFONTMAP command line parameter.Chris Liddell2021-12-161-0/+5
* oss-fuzz 42280: Don't try to use a pdfi context with no streamChris Liddell2021-12-141-185/+197
* pdfi: honour -dIgnoreToUnicode optionChris Liddell2021-12-081-0/+5
* Add pdfi to gpdlChris Liddell2021-12-071-6/+8
* pdfi/gs: Fix main_stream memory leakChris Liddell2021-12-061-1/+1
* Free pdfi profile_cache before pdfi contextChris Liddell2021-12-061-0/+5
* Explicitly exclude various directories from Windows installerChris Liddell2021-11-251-5/+5
* Bug 704722: Have Windows installer add to the PATHChris Liddell2021-11-252-6/+25
* pdfi: Implement the CIDSubstPath and CIDSubstFont optionsChris Liddell2021-11-251-0/+14
* pdfi: correct the PDFNOCIDFALLBACK optionChris Liddell2021-11-251-1/+1
* MSVC: Update for another version of nmake.Robin Watts2021-11-151-0/+5
* Support user specified Fontmap files in pdfiChris Liddell2021-11-091-0/+55
* Runtime safety of non threadsafe devices and rework globals.Robin Watts2021-11-056-24/+61
* New nmake versions for Windows XP build.Robin Watts2021-11-031-0/+5
* GhostPDF - add control for Marked Content and documentKen Sharp2021-11-021-0/+6
* Bug 704633: Allocate new storage for search paths gs->pdfiChris Liddell2021-10-191-21/+41
* pdfi - report errors when integrated with GhostscriptKen Sharp2021-10-181-0/+1
* Remove remnants of the old Windows installer/setupChris Liddell2021-10-131-368/+0
* Update makefiles for another MSVC version.Robin Watts2021-10-081-0/+5
* Coverity IDs 372275, 373352 and 373353Ken Sharp2021-10-021-6/+6
* LGTM warning suppressions and fixes.Robin Watts2021-10-013-3/+5
* GhostPDF - Fix ICC profile caching with colour spacesKen Sharp2021-09-291-54/+65
* Silence LGTM "weak crypto" error.Robin Watts2021-09-211-1/+2
* Fix stack_param_enumerate enumerating past the mark.Robin Watts2021-09-151-1/+4
* Only try to build gpdf if pcl/pl is availableChris Liddell2021-09-151-0/+2
* gpdf: Build and use resource search path listChris Liddell2021-09-092-1/+52
* gpdf/gs: Remove the "old" zdopdffile() functionChris Liddell2021-09-091-57/+0
* Fix incorrect type return in dict_param_enumerate.Robin Watts2021-09-071-1/+1
* Nup: Set PageUsesTransparency even when not present.Robin Watts2021-09-061-1/+2
* Nup device: Attempt to fix operation with Postscript/EPS.Robin Watts2021-09-061-0/+7
* Update makefiles for new MSVC.Robin Watts2021-08-271-0/+5
* GhostPDF - make sure the graphics state is correct for PS operatorsKen Sharp2021-08-231-0/+35
* Revert two incorrect changes in pdfi commit.Julian Smith2021-08-161-2/+0
* Fix pdfi+GS with spot capable devicesKen Sharp2021-08-161-0/+17
* Commit pdfi to master.Robin Watts2021-08-1212-13/+1039
* Fix a SEGV seen with the file from bug 703922 (before any fix for that).Ray Johnston2021-07-201-1/+2
* Fix bug 703996. BT/ET not preserving path around text.Ray Johnston2021-07-121-0/+14
* Remove "unread" param from get_bits_rectangle.Robin Watts2021-07-011-1/+1
* MSVC: Tweak device build list.Robin Watts2021-06-231-3/+3
* New VS2019 nmake versionChris Liddell2021-06-211-0/+5
* Address compiler warning of bug 703887.Ray Johnston2021-06-212-2/+2
* Bug 703903: NULL target pointer in pattern accumulatorChris Liddell2021-06-031-1/+18
* Fix uses of pop() vs ref_stack_pop(()Chris Liddell2021-06-0317-40/+43
* Bug 703902: Fix op stack management in sampled_data_continue()Chris Liddell2021-06-031-6/+10
* pdfwrite - Add a PassThrough for JPX encoded imagesKen Sharp2021-05-291-0/+31