summaryrefslogtreecommitdiff
path: root/contrib/japanese/gdevrpdl.c
Commit message (Collapse)AuthorAgeFilesLines
* Coverity CIDs: 326829, 326828 and 326827Chris Liddell2018-11-191-1/+3
| | | | Check return values for gdev_prn_open_printer()
* "rpdl" output device: Allow 5pt tolerance for page size selectionTill Kamppeter2016-11-161-16/+17
| | | | | | | | The "rpdl" printer driver required an exact match of the page size in points so that the correct command for selecting the page size was sent to the printer. Otherwise the printer received the command for a custom size. Tis is fixed now, allowing a 5-point tolerance (Bug 697348).
* Squash warnings: Cull unused or dead code.Robin Watts2016-01-041-5/+1
| | | | | In cases where the code is there for potential future use, comment small sections out or use #ifdef UNUSED.
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+296
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.