summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bug 706460: Add missing include in gdevdocx.cghostpdl-10.01.0gs10.01.0Robin Watts2023-03-221-0/+1
* Dates and product string for 10.01.0 releaseChris Liddell2023-03-2217-19/+19
* GhostPDF - ignore null DecodeParamsKen Sharp2023-03-131-4/+7
* GhostPDF - Use the correct encryption configuration for streamsKen Sharp2023-03-131-1/+1
* Bug 706351 (maybe): Fix error seen when testing display dev in api_testRobin Watts2023-03-131-4/+12
* Update -Z! output to include error returns.Robin Watts2023-03-131-1/+3
* Tweak api_test to only hide pointers in CLUSTER builds.Robin Watts2023-03-132-2/+4
* Fix display device test failure with chunky separations.Robin Watts2023-03-131-2/+2
* Bug 706467: Fix null deref in display device.Robin Watts2023-03-131-0/+3
* Documentation updates for 10.01.0Jamie Lemon2023-03-107-59/+1
* Bug 706469: Avoid creating empty images directoryChris Liddell2023-03-101-2/+1
* Bug 706466: Avoid NULL deref in file access code.Robin Watts2023-03-101-0/+4
* Bug 706465: Avoid zero-page access in swift interpreter exit.Robin Watts2023-03-101-12/+15
* Bug 706464: Avoid strcpy onto itself.Robin Watts2023-03-101-2/+2
* Bug 706463: Fix buffer overflow seen in bjc600.Robin Watts2023-03-101-2/+12
* Bug 706462: Fix heap overflow bug in command line dict parsing.Robin Watts2023-03-101-2/+8
* Bug 706468: Avoid creating empty man page directoryChris Liddell2023-03-101-2/+2
* Dates and product string for 10.01.0rc2ghostpdl-10.01.0rc2Chris Liddell2023-03-093-4/+4
* Fix typo in pdf ToUnicode text handling.Robin Watts2023-03-091-1/+1
* pdfwrite: Don't free copied font object when it's in useChris Liddell2023-03-071-1/+2
* txtwrite & friends - don't attempt to use glyph name after an errorKen Sharp2023-03-071-2/+2
* Fix size_t -> int overflow in cmd_get_buffer_space.Robin Watts2023-03-071-2/+11
* Fix cut and paste error in warning.Robin Watts2023-03-071-2/+2
* gdev_prn_size_buf_planar: Initialise mdev.Robin Watts2023-03-071-2/+2
* Documentation: Updates VectorDevices.rst to correct typos.Jamie Lemon2023-03-071-3/+3
* Version and dates in man pagesghostpdl-10.01.0rc1Chris Liddell2023-03-0214-28/+28
* Update News.htm for 10.01.0Chris Liddell2023-03-021-16/+6
* Product family, date docs version for 10.01.0 RC 1Chris Liddell2023-03-023-5/+5
* Fix gdevdocxw.c breakage.Robin Watts2023-03-021-2/+2
* Fix docx text position calculations.Robin Watts2023-03-021-37/+29
* Coverity 380514/380530: Hoist initialisation out of loop.Robin Watts2023-03-021-7/+7
* Coverity 381502: Don't check non NULL pointer for NULLity.Robin Watts2023-03-021-3/+2
* Fix typo in SO_PDFEXPORT_LIB configure logic.Robin Watts2023-03-021-1/+1
* Coverity ID 383603 - fix potential buffer overrunKen Sharp2023-03-021-1/+1
* Tweak configure logic for so pdf export lib.Robin Watts2023-03-011-2/+18
* Ghostscript - colour spaces and garbage collectionKen Sharp2023-03-011-3/+9
* pdfi/pdfwrite/txtwrite: Revisit endian confusion for Unicode valuesChris Liddell2023-03-014-42/+43
* Remove C99 style inline declarationChris Liddell2023-03-011-2/+5
* Use GS_STRINGIZE() macro, rather than define a local versionChris Liddell2023-03-011-3/+1
* Bug 705895: Do not allow --enable-dynamic and --enable-hidden-visibilityChris Liddell2023-03-011-1/+5
* Fix extract build problem on linux.Robin Watts2023-03-011-1/+1
* Debugging fixupsHenry Stiles2023-02-283-5/+107
* GhostPDF + pdfwrite - emit an Alternate for some ICCBased spaces.Ken Sharp2023-02-284-25/+696
* Tweak parameter testing to use an 'argis' macro.Robin Watts2023-02-282-86/+81
* Avoid GPDL 'pass_param_to_languages' early termination.Robin Watts2023-02-281-1/+1
* Update gdevdocx.c for new extract include directory structure.Robin Watts2023-02-282-3/+3
* Remove stray duplicated file.Robin Watts2023-02-281-715/+0
* Update gs for latest extract library.Robin Watts2023-02-281-1/+5
* Allow a -sFONTMAP= option to change the fontmap fileChris Liddell2023-02-271-2/+5
* Revise how the pdfi fontmap code checks a font file existsChris Liddell2023-02-273-17/+40