summaryrefslogtreecommitdiff
path: root/toolbin/pre.chk
Commit message (Collapse)AuthorAgeFilesLines
* Removing display postscript and NeXT dps operators.Nancy Durgin2018-12-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This only removes operators that are DPS only. They are marked with a "DPS" in the PLRM. Also removes related internal operators. (gs_img.ps) Remove img_utils_dict Dependency on gs_dps.ps is gone. Can just define the utility funcs for use and then just undef them at end. (gs_init.ps) Don't need to undef dps operators anymore, because they won't be defined (pdf_draw.ps) Change PDF implementation to call .setscreenphase directly This used to call it via the dps operator 'sethalftonephase', but that is going away, so just make .setscreenphase be part of the pdf implementation directly. Also move implementation of .setscreenphase to zpdfops.c (gs_cet.ps) No longer need to undef 'deviceinfo' for CET because it won't be defined (gs_btokn.ps) Replace the DPS operators in .installsystemnames with placeholders Keeps the length/values in the array the same, just removing dps operators. (icontext.c) Needed to modify the no_reschedule() proc to return 0 instead of an error. I think we can delete a ton of related code, in future commit, because the code handling the time_slice_proc and reschedule_proc should no longer be needed. (lots of changes) Delete dps-related source files, update makefiles and other files that reference the deleted files.
* Remove the mswindll and mswin devicesChris Liddell2016-10-101-2/+2
| | | | As well as the (long non-functional/non-useful) Windows "xfont" code.
* Remove the various "vga" devicesChris Liddell2016-10-101-1/+1
|
* Commit of build_consolidation branchChris Liddell2015-07-201-0/+238
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.