summaryrefslogtreecommitdiff
path: root/psi
Commit message (Expand)AuthorAgeFilesLines
* Squash various warnings.Robin Watts2023-05-152-1/+1
* Ghostscript - split up PDF operator tableKen Sharp2023-05-052-4/+10
* Fix missing ctypes_.h inclusionChris Liddell2023-05-021-0/+1
* Fix pdfi related dict ref object garbage collectionChris Liddell2023-04-282-1/+3
* MSVC: Add support for another version of nmake.Robin Watts2023-04-261-0/+5
* Avoid in use names being garbage collectedChris Liddell2023-04-211-1/+22
* GhostPDF - fix Portfolio PDF with pdfwriteKen Sharp2023-04-201-261/+304
* PostScript interpreter - don't rotate content onto square mediaKen Sharp2023-04-101-6/+12
* Ghostscript - convert the system default paper size to lower caseKen Sharp2023-04-051-1/+5
* Update postal address in file headersChris Liddell2023-04-04282-843/+847
* Bug 706478: pdfwrite: Substituted TTF CIDFont CID handlingChris Liddell2023-03-151-27/+46
* GhostPDF - Fix annotation visibility detection, improve -dPrinted.Ken Sharp2023-03-141-0/+5
* Update -Z! output to include error returns.Robin Watts2023-03-101-1/+3
* Bug 706466: Avoid NULL deref in file access code.Robin Watts2023-03-091-0/+4
* Bug 706465: Avoid zero-page access in swift interpreter exit.Robin Watts2023-03-091-12/+15
* Bug 706389: Fix versioning format consistencyChris Liddell2023-02-272-5/+9
* Use appropriate attributes for ref pointing to text enumeratorChris Liddell2023-02-141-2/+3
* Fix having to "quit" twice from the PS executiveChris Liddell2023-02-141-1/+3
* Ghostscript - clean up exec stack on error sampling functionsKen Sharp2023-02-141-1/+2
* oss-fuzz 55443: Dangling reference in extreme out-of-memory conditionChris Liddell2023-02-101-1/+11
* Fix compiler warnings in psi/Chris Liddell2023-01-042-6/+3
* Coverity ID 382008 - NULL pointer derefernceKen Sharp2022-11-221-1/+7
* Move gp_wutf8 functions to be gp_utf8.Robin Watts2022-11-213-14/+14
* MSVC build: Add new version of nmake.Robin Watts2022-11-211-0/+5
* Allow @file syntax to include files in the ROM file systemKen Sharp2022-11-216-33/+21
* PostScript interpreter - Use the correct ref for DeviceN /All inkKen Sharp2022-11-171-4/+3
* Windows Installer: Override /S setting..Chris Liddell2022-11-091-0/+1
* Bug 706058: Run cidfmap generation without showing a cmd windowChris Liddell2022-11-081-1/+4
* GhostPDF + GS - fix ShowAnnotTypes and PreserveAnnotTypesKen Sharp2022-10-281-11/+35
* oss-fuzz 52636: Check ref type before usingChris Liddell2022-10-241-0/+4
* Fix gpdl Windows build when SO lib isn't being linkedChris Liddell2022-10-111-0/+6
* Update GPDL SO target.Robin Watts2022-09-271-1/+8
* GhostPDF - PDFSTOPONWARNING should include PDFSTOPONERRORKen Sharp2022-09-231-0/+2
* Update Windows installer to play nicer with new docsChris Liddell2022-09-211-4/+4
* Add gpdl support for SmartOffice integration.Robin Watts2022-09-191-0/+22
* GhostPDF + GS - improve error handlingKen Sharp2022-08-261-0/+19
* graphics library - prevent seg fault in .tempfileKen Sharp2022-08-261-4/+11
* GhostPDF - use recursive array fetch to avoid circular referenceKen Sharp2022-08-231-1/+1
* Bug 705732: Add param and type checking for the .PDFparsePageList operatorChris Liddell2022-08-091-1/+9
* Coverity ID 379504 - check return codeKen Sharp2022-08-031-17/+38
* GhostPDF - yet more circular references in Info dictionariesKen Sharp2022-08-021-0/+61
* Windows build - Fix versioning of the binariesKen Sharp2022-08-013-8/+8
* New PageList processing, supporting PDF and XPS random order.Ray Johnston2022-07-301-0/+37
* OSS-fuzz #49290Ken Sharp2022-07-211-1/+4
* Yet another version change for nmake and VS 2019Ken Sharp2022-07-141-0/+5
* Ensure pdfi stream lives long enough (use stable_memory)Chris Liddell2022-07-121-2/+2
* Change how pdfi interacts with FAPI for Truetype fontsChris Liddell2022-07-041-0/+1
* SUBSTFONT functionalityChris Liddell2022-07-041-8/+38
* oss-fuzz 48305: Use ref counting for subclass child deviceChris Liddell2022-06-301-3/+4
* GhostPDF - circular references in Info dict with PageLabelsKen Sharp2022-06-071-18/+0