summaryrefslogtreecommitdiff
path: root/gs/src/gdevprn.c
AgeCommit message (Expand)AuthorFilesLines
2008-08-29Split the source tree into two new directories.Ralph Giles1-1324/+0
2008-07-28Fix (printer) : A check for buffer space overflow was dramatically overestima...Igor Melichev1-1/+1
2008-07-23Fix possible use of uninitialized variable 'mem_space'. Compute the valueRay Johnston1-5/+4
2008-07-22Fix (graphics) : Write tile id into a pattern clist.Igor Melichev1-0/+2
2008-07-18Fix for Seg fault caused by wrap around of an unsigned long. Seen at 600 dpiRay Johnston1-3/+3
2008-05-09This is the "final" merge of the mtrender (multi-threaded clist rendering)Ray Johnston1-0/+18
2008-02-17Fix (images) : Improve coordinate precision when scaling an image (continued 2).Igor Melichev1-4/+5
2008-02-13Try again to branch just the 'gs' tree for mult-threaded rendering from clist.Ray Johnston1-1304/+0
2008-01-17Fix : Cygwin/gcc warnings.Igor Melichev1-1/+2
2007-10-12Fix divide by zero crash. Bug 689493 reported by customer #190.Ray Johnston1-1/+1
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-6/+6
2007-07-06Fix : Restoring high level objects in clist.Igor Melichev1-5/+0
2007-06-18Fixes for ulong overflow in memory device buffer sizing that causedRay Johnston1-7/+17
2007-06-05Update licence headers. Copyright has been transfered from artofcode LLCRalph Giles1-1/+1
2007-04-14Fix for the band_complexity_array overflow issue. First reported in bugTimothy Osborn1-0/+7
2007-04-09Implementing clist i/o virtual functions.Igor Melichev1-0/+1
2007-04-03Committing Raph's wtsimdi deviceStefan Kemper1-6/+6
2007-03-23Custom color hooks code mergeTimothy Osborn1-0/+1
2007-03-04Free up any previous line_ptrs in a memory (image) device beforeRay Johnston1-0/+7
2006-09-20Fix Valgrind warnings: (1) don't use sscanf on a non 0-terminated PS strings.Alex Cherepanov1-1/+2
2006-03-13changed copyright headersStefan Kemper1-13/+10
2005-05-27Fix for 688113 null ptr crash in gdevp14.c. With the -rXXXxYYY switchDan Coby1-4/+9
2005-03-14Fix for 687696 PDF 1.4 transparency can use large chunks of memory.Dan Coby1-2/+23
2004-08-04Addition of a Library Context to start the process of removing globals.Stefan Kemper1-4/+4
2004-06-24Fix for 687534 Unable to determine equivalent CMYK for spot colorsDan Coby1-0/+1
2004-05-28This change implements "687431 Add determining equivalent CMYKDan Coby1-0/+5
2004-05-26Log message:Dan Coby1-0/+1
2003-12-04Fix : Cygwin/gcc compiler claimed possibly uninitialized variables.Igor Melichev1-3/+4
2003-02-25Fixing a compiler warning.Igor Melichev1-1/+1
2003-02-25Fixing the device finalization problem.Igor Melichev1-0/+1
2002-08-22DeviceN.Henry Stiles1-0/+4
2002-06-16Removes all uses of the now-deprecated Pn macros from all remaining .cL Peter Deutsch1-3/+3
2002-02-21Reverts to marking files with the single Id cvs tag instead of theRalph Giles1-1/+1
2002-02-21Update banner to the new format common to all releases (AFPL, GPL andRay Johnston1-13/+11
2002-01-15Fix: Don't signal invalidacces if the OutputFile parameter is setRay Johnston1-1/+4
2001-12-22Improve security for device related access to the file system andRay Johnston1-1/+4
2000-09-19Updates the license notices to reflect the name change from AladdinL Peter Deutsch1-16/+16
2000-06-05Fix: Printer drivers that didn't implement print_page_copies didn't printL Peter Deutsch1-3/+27
2000-05-20Changes gdev_prn_file_is_new from a macro to a procedure.L Peter Deutsch1-1/+12
2000-04-28Adds template macros for printer devices that implement print_page_copiesL Peter Deutsch1-0/+7
2000-03-09Populate repository with gs 6.0 files.ghostscript-6.0L Peter Deutsch1-3/+15
2000-02-15Update to Aladdin 6.0 - Only license block formatting changed.Ray Johnston1-2/+3
1999-12-12Imports Aladdin's 596.Henry Stiles1-16/+3
1999-10-28Copy default space_params BEFORE going to the device for alterations.Ray Johnston1-1/+1
1999-10-03This is the first gs593 integration it is *NOT* a release. NormallyHenry Stiles1-55/+19
1999-05-24initial gs5.84 checkin with pcl and xl compiling.Henry Stiles1-86/+398
1999-01-19Add optional code to avoid sandbars for async rendering. Default is toRay Johnston1-6/+20
1998-12-02John D's changes for async code from the 12/1 code review. See johnsHenry Stiles1-5/+6
1998-12-02Changed mdev->band back to prdev->is_open in gdev_prn_maybe_reallocate_memory()Marcos H. Woehrmann1-2/+1
1998-11-06checks in needed changes from gs5.64Henry Stiles1-1/+2