summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the default PDF interpreter for GS the old PostScript onepdfiKen Sharp2021-08-121-1/+1
* Merge branch 'master' into pdfiKen Sharp2021-08-127-20/+120
|\
| * Duplex/Tumble/Tumble2 support for PCLm.Robin Watts2021-08-114-15/+97
| * epo: Spawn the epo device as far down the stack as possible.Robin Watts2021-08-111-0/+4
| * epo device: Only pass a fillpage on if one was sent.Robin Watts2021-08-112-2/+4
| * bmpcmp: Ensure we read more than the first image from each file.Robin Watts2021-08-111-3/+15
* | Another type 5 halftone fixKen Sharp2021-08-121-1/+1
* | Some fixes for type 5 halftonesKen Sharp2021-08-121-7/+31
* | Tidy up some graphics lib dependencies.Chris Liddell2021-08-113-40/+78
* | Merge branch 'master' into pdfiKen Sharp2021-08-1131-105/+265
|\ \ | |/
| * jbig2dec: Update contact information and fix typo.Sebastian Rasmussen2021-08-103-3/+3
| * Remove resets used to prevent memory leaks.Henry Stiles2021-08-101-7/+1
| * Remove permanent reset when reset fails.Henry Stiles2021-08-101-4/+4
| * Set up a new environment after a reset.Henry Stiles2021-08-101-1/+5
| * Preserve fonts and resources across job boundaries.Henry Stiles2021-08-101-6/+4
| * Add -dRESETRESOURCES option for gpdl.Robin Watts2021-08-1013-12/+100
| * Tweak param name in pl_auto_sense.Robin Watts2021-08-101-3/+3
| * Nup: Only increment PageCount when we actually output a page.Robin Watts2021-08-101-2/+10
| * Subclassing: handle page_procs properly.Robin Watts2021-08-109-17/+66
| * Fix runEPS use of PageCount.Robin Watts2021-08-101-2/+2
| * Disable (by default) printing command stats with -ZLRay Johnston2021-08-091-1/+1
| * Disable (by default) printing command stats with -ZLRay Johnston2021-08-091-1/+1
| * jbig2dec: Improve reporting from custom allocator that limits memory use.Sebastian Rasmussen2021-08-091-20/+45
| * jbig2dec: Avoid underflow in custom allocator.Sebastian Rasmussen2021-08-091-29/+22
| * jbig2dec: Use silent rules when building as a separate project.Sebastian Rasmussen2021-08-091-0/+1
* | Rename the stored 'end_page' procedureKen Sharp2021-08-114-10/+10
* | Fix the pdfi_ttf_glyph_name() callback for symbolic fontsChris Liddell2021-08-101-9/+10
* | Fix a mistake extracting DW2 values for CIDFontsChris Liddell2021-08-101-7/+6
* | Fix preserved, stroked text rendering modes with a Pattern stroke colourKen Sharp2021-08-101-0/+25
* | Fix spurious errors when running Pattern PaintProc to fill textKen Sharp2021-08-101-0/+11
* | Merge branch 'master' into pdfiKen Sharp2021-08-0929-2144/+586
|\ \ | |/
| * Have gs_type42_find_post_name() return an error when no name is foundChris Liddell2021-08-091-16/+10
| * Fix subclass initialisation problems with pclm and pdfimage.Robin Watts2021-08-091-2/+4
| * jbig2dec: Do not redefine inline until all systemwide headers are included.Sebastian Rasmussen2021-08-092-5/+5
| * Squashed commit, all changes belowEthan Vrhel2021-08-0622-2080/+507
| * Fix PCLm device file error.Robin Watts2021-08-061-1/+1
| * Bug 704160: Fix pdfimage devices to not need seekable stream.Robin Watts2021-08-062-15/+22
| * Bug 704160: Fix pclm device to not need seekable stream.Robin Watts2021-08-061-2/+2
| * txtwrite - Fix text enumerator finalizeKen Sharp2021-08-061-5/+16
| * Fix gslp.ps -c to handle No EOL case.Ray Johnston2021-08-051-18/+19
| * pdfwrite - fix word and character spacing with xyshow (or equivalent)Ken Sharp2021-08-041-0/+14
* | Set stroke colour = fill colour initially for type 3 glyphsKen Sharp2021-08-091-3/+45
* | Fix typo in CTM string generation for annotationsKen Sharp2021-08-091-1/+1
* | Update VS projectKen Sharp2021-08-081-0/+8
* | non-symolic TTF fonts: Fix character code assignmentChris Liddell2021-08-061-4/+2
* | Fix Pattern resource lookup to avoid spurious reference errorKen Sharp2021-08-051-2/+9
* | Don't check for 3,1 cmap before retrieving a Unicode code pointChris Liddell2021-08-051-1/+4
* | Apply stroke width fix for TJ as well as TjKen Sharp2021-08-051-3/+27
* | CFF/CIDFonts with pdfwrite.Chris Liddell2021-08-043-58/+157
* | Type 1 font: Fix logic error when patching up charstrings dictChris Liddell2021-08-041-0/+2