summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix: The PCL XL 2.0 value for sRGB color space was wrong, and the attributeL Peter Deutsch2000-03-292-3/+4
* Changes the get_outline / glyph_data procedure for getting encoded fontL Peter Deutsch2000-03-284-7/+29
* Fix: Re-registering a CIDFont with definefont, or defining a CIDFont withL Peter Deutsch2000-03-282-11/+25
* Fix: In some cases, re-registering an existing font or CIDFont withL Peter Deutsch2000-03-282-6/+6
* Changes the default value of FPU_TYPE in all Windows and OS/2 makefiles fromL Peter Deutsch2000-03-285-6/+9
* Changes the initial values of the "job control" parameters to match AcrobatL Peter Deutsch2000-03-283-8/+8
* Implements LockDistillerParams; completes the StartPage/EndPage fix checkedL Peter Deutsch2000-03-284-7/+135
* Fix: The name of the EndPage Distiller parameter collided with the EndPageL Peter Deutsch2000-03-281-2/+12
* Adds parsing for the remaining Acrobat Distiller 4 parameters, although mostL Peter Deutsch2000-03-284-151/+146
* Changes a few initializations to suppress warnings from one picky compilerL Peter Deutsch2000-03-283-4/+9
* Fix: In the output of the pswrite driver (pdf2ps, ps2ps), the showpage forL Peter Deutsch2000-03-281-3/+14
* Changes the implementation of incrementally loaded CIDFontType 0 fonts toL Peter Deutsch2000-03-275-209/+150
* Speeds up reading embedded Type 1 fonts a little more.L Peter Deutsch2000-03-241-0/+1
* Speeds up loading embedded Type 1 fonts a little.L Peter Deutsch2000-03-242-53/+79
* Fix: The SP pdfmark didn't check that its argument was a graphics stream.L Peter Deutsch2000-03-241-2/+1
* Substantially enhances the Cos object machinery. Interface: Adds a few moreL Peter Deutsch2000-03-249-316/+861
* Fix: If a page ended with an incomplete outline tree, an invalid memoryL Peter Deutsch2000-03-242-6/+15
* Checks in the latest consolidated change log.L Peter Deutsch2000-03-242-3/+190
* Finishes implementing the file case of ReusableStreamDecode. This requiredL Peter Deutsch2000-03-248-150/+307
* Changes the new .filename operator to return true/false rather than causingL Peter Deutsch2000-03-233-20/+25
* Fix: The "fix" for FunctionTypes 2 and 3 in PDF files had made things worse,L Peter Deutsch2000-03-231-12/+18
* Makes file streams remember the file name, needed for efficientlyL Peter Deutsch2000-03-235-2/+80
* Updates information about reporting problems when using Ghostview or GSview.L Peter Deutsch2000-03-222-23/+45
* Fix: A couple of places in the Windows code didn't correctly handleL Peter Deutsch2000-03-222-7/+13
* Fixes a warning about aliasing produced by one extremely picky compiler.L Peter Deutsch2000-03-221-4/+5
* Fix: In PCL XL output (pxl* drivers), if a PostScript image didn't provideL Peter Deutsch2000-03-221-67/+126
* Fixes a bug in the mswinpr2 driver in the handling of BitsPerPixel.L Peter Deutsch2000-03-221-0/+5
* Fix: In PDF files, the page CropBox was not being used to clip the output.L Peter Deutsch2000-03-213-41/+47
* Splits off the ReusableStreamDecode filter as a separate module, sinceL Peter Deutsch2000-03-214-71/+113
* Changes Subr loading for CIDFontType 0 fonts from lazy to immediate, so thatL Peter Deutsch2000-03-211-55/+55
* Fix: When ProcessColorModel=/DeviceCMYK, if the first object on a page orL Peter Deutsch2000-03-211-2/+2
* Adds invocation scripts and documentation for the PDF "optimizer".L Peter Deutsch2000-03-215-2/+86
* Extends the C support for CIDFontType 0 fonts to include those with FontTypeL Peter Deutsch2000-03-215-51/+127
* Replaces the O(N^2) sorting algorithm for printing unencoded characters withL Peter Deutsch2000-03-211-13/+33
* Fix: The test for whether an CIDFontType 2 outline string was large enoughL Peter Deutsch2000-03-211-1/+1
* Hooks the new CIDMap code into the BuildGlyph procedure for CIDFontType 2L Peter Deutsch2000-03-212-11/+34
* Fix: The addition of the dummy cid_Setup procedure in gs 6.01 wasL Peter Deutsch2000-03-211-1/+1
* Fix: The color_info member of the Windows and OS/2 printer devices (andL Peter Deutsch2000-03-203-9/+10
* Notes that the argument list for the internal build_gs_TrueType_fontL Peter Deutsch2000-03-201-0/+3
* Starts to move support for CIDFontType 0 and 2 into C code, needed by theL Peter Deutsch2000-03-2014-186/+755
* Updates the makefile for the renaming of gdevpsdf.c => gdevpsdu.c.L Peter Deutsch2000-03-201-8/+8
* Renames an inappropriately named file.L Peter Deutsch2000-03-202-2/+2
* Fix: The referenced libpng version hadn't been updated to 1.0.5.L Peter Deutsch2000-03-201-2/+2
* Updates the consolidated change log with today's changes.L Peter Deutsch2000-03-201-9/+136
* Updates dependencies to reflect today's batches of checked-in changes.L Peter Deutsch2000-03-203-25/+32
* Moves font-writing support into a new module (gdevpsf*), changing the sourceL Peter Deutsch2000-03-2014-438/+3286
* Starts to move support for CIDFontType 0 and 2 fonts into C code. (TheseL Peter Deutsch2000-03-202-0/+197
* Fix: The computation for testing whether a tiled pattern could beL Peter Deutsch2000-03-201-1/+12
* Fix: The pointer enumeration procedure for pdf_image_enum was wrong,L Peter Deutsch2000-03-201-2/+2
* Adds parsing for the remaining Acrobat Distiller 4 parameters. ImplementsL Peter Deutsch2000-03-205-473/+483