summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct OCR docs for multiple languages.ghostpdl-9.53.x-ocr-fixesRobin Watts2020-10-201-1/+1
* Update tesseract traineddata loader with new path search.Robin Watts2020-10-148-21/+113
* Update makefile for tesseract changes.Robin Watts2020-10-141-5/+0
* Add/remove paths to permit-file-read automatically for tesseract.Robin Watts2020-10-071-3/+21
* Fix Tesseract build glitches.Robin Watts2020-10-072-1/+2
* Docs/dates/version for 9.53.3ghostpdl-9.53.3gs9.53.xChris Liddell2020-10-0148-74/+249
* WhatIsGS.htm updates from Lisa FChris Liddell2020-09-301-64/+54
* Bug 702948: Ensure initial bitmap cache sizes are properly alignedChris Liddell2020-09-303-4/+10
* Fix icc profile reference counting in transparency compositorChris Liddell2020-09-301-0/+6
* Work around for (I think) a VS2019 optimiser bugChris Liddell2020-09-281-4/+14
* Fix some casting confusion for special glyph CID/index valuesChris Liddell2020-09-281-2/+2
* Fix Bug 702941 - Mispelled PDF interpreter variable name.Ray Johnston2020-09-281-1/+1
* Version, doc and date updates for 9.53.2ghostpdl-9.53.2gs9.53.0Chris Liddell2020-09-2544-75/+332
* Bug 702938: Allocating cached glyphs, account for alignmentChris Liddell2020-09-252-3/+6
* Remove links to ghostscript.com/release_history.htmlChris Liddell2020-09-2431-31/+0
* Remove dead end links from Readme.htmChris Liddell2020-09-241-2/+0
* Bug 702920: Fix type confusion in new param type code.Chris Liddell2020-09-241-8/+8
* Fix problem with BGPrint and multi-threaded rendering caused by commit cca27988Ray Johnston2020-09-231-7/+6
* Fix gp_file allocations to use thread_safe_memory.Ray Johnston2020-09-231-4/+4
* Temporarily disable BGPrint for pcl, xps and gpdl.Ray Johnston2020-09-231-0/+14
* Bug 702904: Another fix to check for shared libjpeg/libtiffChris Liddell2020-09-161-1/+1
* Fix the OpenBSD buildChrisL2020-09-163-5/+16
* Bug 702901: initialize directory for tiff configureChris Liddell2020-09-161-1/+1
* Coverity ID 361427 fix uninitialised variable.Ken Sharp2020-09-161-1/+1
* Update docs for 9.53.1 releaseghostpdl-9.53.1Chris Liddell2020-09-1444-66/+106
* Fix crashes with pdfwrite, TrueType input fonts and Windows 64-bit buildKen Sharp2020-09-141-5/+0
* Bug 702897: Fix shared libtiff/libjpeg checkChris Liddell2020-09-141-2/+5
* Tweak History9.htm with jbig2dec updatesghostpdl-9.53.0Chris Liddell2020-09-102-1/+30
* Bug 702884: Require jbig2dec 0.19 when building ghostscript.Sebastian Rasmussen2020-09-101-1/+1
* Update jbig2dec stuff for 0.19 release.Sebastian Rasmussen2020-09-103-2/+21
* Docs and dates for 9.53.0Chris Liddell2020-09-1044-47/+86
* Bug 702871: Fix GraphicsAlphaBits + Fill/Stroke issue.Robin Watts2020-09-091-5/+3
* Bug 702837 typo in warning messageKen Sharp2020-08-281-2/+2
* Update dates'n'docs for 9.53.0.RC2ghostpdl-9.53.0rc2Chris Liddell2020-08-2744-45/+173
* Fix Tesseract traineddata file loading.Robin Watts2020-08-271-21/+21
* Coverity 361429: move "break" to correct place.Chris Liddell2020-08-271-1/+1
* PDF interp: Consolidate disabling of page handler deviceChris Liddell2020-08-271-7/+18
* More version number fixesKen Sharp2020-08-273-8/+16
* Fox typos and stuff in the release highlightsChris Liddell2020-08-272-16/+22
* Delete binary files from lcms2mt treeChris Liddell2020-08-274-0/+0
* Fix pdfwrite "%d" mode with file permissionsChris Liddell2020-08-272-7/+15
* Update docs, version, dates, product familyghostpdl-9.53.0rc1Chris Liddell2020-08-2044-77/+13341
* Fix PDF /Producer for new patch levelKen Sharp2020-08-202-4/+14
* Fix Bug 702381: Hang due to cyclic PDF resources.Ray Johnston2020-08-192-4/+6
* Bug 702744: Add windows utf-8 handling for unlink and rename.Robin Watts2020-08-1919-78/+364
* Add patch version to version numberChris Liddell2020-08-184-15/+22
* Bug 702360: Allow @loader_path on darwin so buildChris Liddell2020-08-171-4/+4
* Enhance First/LastPage processingKen Sharp2020-08-152-5/+93
* Bug 702725 Maintain spot colors when overprint mismatch in process CSMichael Vrhel2020-08-144-4/+47
* demos/python/gsapi.py: match new handling of bool by gsapi_set_param().Julian Smith2020-08-141-3/+16