summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump release date and revision for 8.70 final.ghostpdl-8.70Ralph Giles2009-07-311-1/+1
* Update changelogs and open bug numbers for 8.70 final.ghostscript-8.70Ralph Giles2009-07-313-67/+142
* Bump release date for the final 8.70.Ralph Giles2009-07-3156-57/+57
* Update the release notes for the licensing change.Ralph Giles2009-07-303-8/+11
* Relicense GPL Ghostscript under the GPLv3 or later.Ralph Giles2009-07-302-292/+626
* Bump the release number for 8.70rc1.Ralph Giles2009-07-291-1/+1
* Update change logs for 8.70rc1.Ralph Giles2009-07-285-5508/+11223
* Update release version and date for 8.70rc1.Ralph Giles2009-07-2856-73/+73
* Document the cat.ps utility.Ralph Giles2009-07-281-0/+6
* Add release notes for 8.70rc1.Ralph Giles2009-07-281-468/+91
* Change the operand types of encode_binary_token() to match theAlex Cherepanov2009-07-282-6/+6
* Bump the release number to 8.70.Ralph Giles2009-07-283-6/+6
* Fix incorrect right shift on 64-bit platforms. PLRM defines bitshift operatorAlex Cherepanov2009-07-281-4/+2
* Work around problems with XInitImage and large rasters.Ralph Giles2009-07-281-4/+13
* Fix (pdfwrite): Excessive redefinitions of CIDFonts causing memory exhaustionKen Sharp2009-07-282-0/+12
* Add test for empty paths when updating bounding boxes.Tor Andersson2009-07-281-2/+10
* Add bounds checking to various icclib functions.Ralph Giles2009-07-281-69/+401
* Update of the Esc/Page laser printer drivers from Epson and Avasys, new outpu...Till Kamppeter2009-07-274-14/+151
* The fill adjustment change in r9882 was too great; this rev changes it to 0.3...Marcos H. Woehrmann2009-07-271-1/+1
* Add some debug that can be handy in tracing memory usage with the chunk manager.Ray Johnston2009-07-241-0/+22
* Fix (pdfwrite) : Incorrect table in /Unicode /Decoding ResourceKen Sharp2009-07-241-49/+49
* Remove PCL/XL file support from the msvc build of gxps.Ralph Giles2009-07-242-11/+8
* Change the msvc xps build to use a 32 bit color index like the gccRalph Giles2009-07-232-5/+7
* Check for NULL in case gs_enumerate_files_inti() fails. For example, if a %ro...Ralph Giles2009-07-231-1/+1
* Move and rename the PNGSRCDIR entry in the msvc makefile for xps toRalph Giles2009-07-231-4/+4
* Temporarily address bug #690646 with a fatter fill adjustment default.Henry Stiles2009-07-231-1/+1
* The commits provides proper transparency support for fills with patterns that...Michael Vrhel2009-07-2211-18/+1163
|\
| * Fix for case when underlying buffer includes shape plane, plus fix of minor o...Michael Vrhel2009-07-173-1/+35
| * Optimizations when filling with patterns that include transparency.Michael Vrhel2009-07-167-13/+103
| * Fix for infinite loop that was caused by failure to update the current patter...Michael Vrhel2009-07-151-0/+1
| * Merge from trunk through revision 9854.Michael Vrhel2009-07-11133-9192/+10825
| * Addition of code for transparency group color space handling when we are fill...Michael Vrhel2009-07-104-6/+118
| * Addition of code to handle case when there is not a rectlist but just a singl...Michael Vrhel2009-07-081-0/+16
| * Turn off debug defines.Michael Vrhel2009-07-072-2/+2
| * Fix for missing matrix translation from clist phase changes during tiling cod...Michael Vrhel2009-07-073-85/+47
| * Fix for access violations when transparency pattern is stored and read from c...Michael Vrhel2009-07-052-10/+22
| * Addition of code to read from clist the transparency tile. Only part remaini...Michael Vrhel2009-07-041-4/+90
| * Addition of code to write pattern transparency data into clist.Michael Vrhel2009-07-033-4/+174
| * Removal of temporary debug code and implementation of non-simple tile case (e...Michael Vrhel2009-07-023-79/+19
| * With this commit we are getting proper output for the simple tiling case. Ne...Michael Vrhel2009-07-021-14/+15
| * Fix to make sure we push an isolated transparency group and also get the prop...Michael Vrhel2009-06-304-11/+342
| * Addition of code to obtain rect list for intersection of path and clip path, ...Michael Vrhel2009-06-238-4/+175
| * Free transparency structure when pattern device is closed.Michael Vrhel2009-05-291-0/+6
| * Change to no longer install memory device to hold pattern buffer if the patte...Michael Vrhel2009-05-281-24/+54
| * After pattern paint finishes, get the buffer information from the pdf14 devic...Michael Vrhel2009-05-285-7/+24
| * Addition of function in pdf14 device to initialize the pattern ctile transpar...Michael Vrhel2009-05-283-2/+46
| * Addition of structure to contain the transparency pattern in the ctile object.Michael Vrhel2009-05-283-5/+78
| * Addition of raw image dump of pattern for debug purposes.Michael Vrhel2009-05-282-0/+49
| * Initial creation of branch from rev 9762. This branch is for the purpose of ...Michael Vrhel2009-05-2816-16/+16
* | Enhancement (pdfwrite) : Add a new switch 'PDFACompatibilityPolicy to control...Ken Sharp2009-07-215-2/+59