summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix a benign compiler warningdevice_subclassingKen Sharp2015-07-031-1/+1
* Fix the pxlcolor device, which modifies the device structure after openingKen Sharp2015-07-031-2/+7
* saved-pages param processing was assuming the top device was the clist deviceKen Sharp2015-07-031-0/+3
* Missed updating the tiffsep device, it was trying to access members inKen Sharp2015-07-031-2/+11
* Use inline functions rather than MACROS for subclassed color mappingsRobin Watts2015-07-0310-100/+111
* Fix Language Switch build.Robin Watts2015-07-031-3/+3
* A few devices only catered for a single subclass.Ken Sharp2015-07-037-28/+28
* Move the internal subclass device creation to a single entry pointKen Sharp2015-07-0316-428/+140
* Ensure that we don't dereference a NULL dev pointer (Robin's review)Ken Sharp2015-07-031-12/+21
* turn the 'handled' error into an enum, now that we changed all the othersKen Sharp2015-07-031-7/+7
* Some changes suggested by RobinKen Sharp2015-07-0318-30/+71
* Remove some commented/ifdef'ed out code that should not have been presentKen Sharp2015-07-032-6/+0
* Some work on device unsubclassing, this was causing memory faults.Ken Sharp2015-07-031-10/+28
* Modify FistPage/LastPage handling for PDF inputKen Sharp2015-07-036-103/+142
* Change filter bitfields from #define to enum as per Robin's reviewKen Sharp2015-07-031-3/+5
* Improve color mapping macros per Robin's reviewKen Sharp2015-07-032-11/+11
* add the new include file as a gdevprn and gdevvec dependencyKen Sharp2015-07-031-2/+2
* From Robin's review, simplify some meddling to locate and use the device headKen Sharp2015-07-031-16/+12
* Define the extern devices in a new kernel device include file.Ken Sharp2015-07-0311-44/+39
* fix some missing spaces in dependency lists, courtesy of RobinKen Sharp2015-07-031-4/+4
* From Robin's comments, change the bare return of gs_error_Fatal into aKen Sharp2015-07-031-3/+3
* The gdevfpng get_param routine was not processing any of the default orKen Sharp2015-07-031-1/+1
* remove processing of First/LastPage from the bbox device, this is no longer r...Ken Sharp2015-07-031-12/+0
* Move First/LastPage and object filter parameter processing from devprn and gd...Ken Sharp2015-07-033-28/+22
* remove some commented out codeKen Sharp2015-07-031-2/+0
* remove dependency on gdevflp. from contrib.mak as it is covered by gdevprn.Ken Sharp2015-07-031-8/+8
* fix a typo in a comment, spotted by Chris' reviewKen Sharp2015-07-031-1/+1
* move mono palette device into graphics library - amend makefilesKen Sharp2015-07-032-11/+9
* remove a spurious line of code causing warnings.Ken Sharp2015-07-031-2/+0
* Move the Monochrome palette device from PCL into the graphics libraryKen Sharp2015-07-032-16/+1
* add #include gxdcconv.h in order to get prototypes for the rgb and cmyk toKen Sharp2015-07-031-4/+20
* Remove unused defintionsKen Sharp2015-07-031-10/+0
* Remove the old palette switching codeKen Sharp2015-07-031-43/+0
* Remove pointless test against codeKen Sharp2015-07-031-3/+0
* Change some fixed memory copies to sizeofs for future proofing.Ken Sharp2015-07-031-5/+5
* fix a typo in the tiff deviceKen Sharp2015-07-031-1/+1
* A little "safety first" coding and some tidying upKen Sharp2015-07-032-6/+25
* Have the subclass devices keep the icc_struct member as NULL instead of aKen Sharp2015-07-033-2/+62
* set the image enumerator 'skipping' flag when we are skipping images.Ken Sharp2015-07-032-43/+2
* make greater use of the 'default' subclass procedures. Remove some methodsKen Sharp2015-07-031-368/+74
* remove spurious commentKen Sharp2015-07-031-4/+0
* Clean up code to use the default subclass methods instead of device-specificKen Sharp2015-07-031-363/+108
* Remove a load of code no longer neededKen Sharp2015-07-032-102/+1
* fix some compiler warnings and a potential GC problemKen Sharp2015-07-031-4/+1
* clean up some compiler warningsKen Sharp2015-07-031-2/+1
* Its possible for at least some device methods to be called even after weKen Sharp2015-07-033-697/+645
* In the default subclass create_compositor method, check the return code fromKen Sharp2015-07-033-111/+3
* Required or some files failKen Sharp2015-07-031-1/+1
* fix a typoKen Sharp2015-07-031-1/+1
* add gs_errror_handled as the return from the default create_compositorKen Sharp2015-07-033-2/+56