summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 706368: alphabits device declares invalid width/height.alphabits_fix_testRobin Watts2023-02-072-6/+9
* Bug 706378 continued: Speed pathological shadings.Robin Watts2023-02-071-1/+639
* Bug 706378: Fix infinite loop in shadings.Robin Watts2023-02-071-313/+584
* Avoid warnings in GPDL with stream init.Robin Watts2023-02-061-3/+2
* Bug 706265 (Continued): Fix previous GPDL tiff decoder fix.Robin Watts2023-02-061-6/+8
* GhostPDF - Fix compiler warningsKen Sharp2023-02-041-2/+7
* GhostPDF - don't free a buffer on error, it has been freedKen Sharp2023-02-041-6/+3
* GhotsPDF - make ishex and fromhex inline functions and expose themKen Sharp2023-02-043-60/+36
* Updates Discord link in documentation.Jamie Lemon2023-02-021-1/+1
* Documentation updatesJamie Lemon2023-02-0247-405/+158
* C# demo. Add simple console application to net solutionMichael Vrhel2023-01-234-2/+366
* Bug 705772 XPS Ensure cff pointer offsets are not negativeMichael Vrhel2023-01-181-0/+6
* Bug 705827 XPS Avoid overflows in reading cff font dictionaryMichael Vrhel2023-01-171-2/+8
* Bug 705989 Error checking in xpsfont.cMichael Vrhel2023-01-101-2/+15
* Bug 706120 XPS dash buffer overrunMichael Vrhel2023-01-101-3/+35
* Bug 706270: Avoid palette access overrun in gpdl tiff handler.Robin Watts2023-01-101-1/+6
* Bug 706265: Guard against uint32_t overflows in GPDL Tiff handler.Robin Watts2023-01-101-12/+79
* Bug 706315: Fix condition for explicit freeing of file enumeratorChris Liddell2023-01-101-0/+2
* GhostPDF - set some default values for type 1 fontsKen Sharp2023-01-101-1/+4
* GhostPDF - check for failure to open files when building font mapKen Sharp2023-01-101-1/+3
* GhostPDF - remove spurious spaces in comments with PDFDEBUGKen Sharp2023-01-051-2/+2
* Fix assignment discards const compiler warningChris Liddell2023-01-041-2/+3
* Fix comment typolilinjie2023-01-041-1/+1
* Add copyright noticeChris Liddell2023-01-041-0/+2
* Fix uninitialised blackthresholdL and blackthresholdCChris Liddell2023-01-041-1/+3
* Add -Wno-unused-local-typedefs to gcc CFLAGSChris Liddell2023-01-041-1/+1
* Fix compiler warnings.Chris Liddell2023-01-041-7/+5
* Fix compiler warnings in pdf/Chris Liddell2023-01-044-14/+5
* Fix compiler warnings in psi/Chris Liddell2023-01-042-6/+3
* Fix compiler warnings in devices/Chris Liddell2023-01-0410-32/+32
* Fix compiler warnings in contrib devicesChris Liddell2023-01-044-12/+17
* Fix compiler warnings in base/Chris Liddell2023-01-047-31/+37
* Fix compiler warnings in debug buildsChris Liddell2023-01-043-10/+10
* Update zlib to 1.2.13Chris Liddell2023-01-0392-917/+1550
* MSVC: Fix Debug-contrib and Release-contrib configurations.Robin Watts2023-01-031-4/+4
* oss-fuzz 54511: Clean up after processing annotations and acroformsChris Liddell2023-01-031-1/+13
* GhostPDF - bound check the W array values in an XRefStrmKen Sharp2023-01-031-2/+4
* Avoid a divide by zero error on printer devicesKen Sharp2022-12-301-1/+4
* GhostScript + pdfi - support the PreserveMarkedInfo switchKen Sharp2022-12-241-1/+1
* GhostPDF - control emission of Boxes from the pdfwrite deviceKen Sharp2022-12-223-2/+8
* GhostPDF - implement PDF 2.0 feature Polyline with PathKen Sharp2022-12-211-32/+149
* GhostPDF - clear stack after colour operations inside type 3 'd1'Ken Sharp2022-12-211-0/+42
* GhostPDF - avoid supurious errors on XRefStmKen Sharp2022-12-211-4/+41
* GhostPDF - reword some more errorsKen Sharp2022-12-211-2/+2
* GhostPDF - don't ignore the 'repaired' warningKen Sharp2022-12-211-1/+1
* GhostPDF - don't return an error on an isolate 'ET'Ken Sharp2022-12-211-1/+3
* GhostPDF - tighten the search for a headerKen Sharp2022-12-211-3/+3
* Documentation: Fixes instances where backticks were not correctly interpreted...Jamie Lemon2022-12-215-22/+20
* GhostPDF - PDF 2.0, Halftones can be arraysKen Sharp2022-12-211-3/+38
* GhostPDF - warn if BBox missing in a Form XObjectKen Sharp2022-12-202-4/+14