357
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 2 years ago. based on code collected over 2 years ago.
Jun 26, 2022 — Jun 26, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
corrects label offset calculation when SI and SR are enabled. More... about 27 years ago
HP ignores the bits-per-primary setting for device-independent color spaces, and always uses [255, 0] as white and black reference points for these spaces. More... about 27 years ago
It is not necessary to return to the starting point of a circle when drawing in polygon mode. More... about 27 years ago
rtgmode.c was truncated at the last checkin (not analyzed). More... about 27 years ago
Fixes ats file floating poing rounding and truncating error. For the particular transformation in effect, the initial horizontal position of 7008 centi-points would come back as 7007.9994... centi-points, which was converted to 7007 centipoints, which would come back as 7006.9994... centi-points, and so on. The process finally stopped at about 6600 centi-points, due to a change in the least significant bit of the tx field of transformation matrix. Now we round the calculated centipoint position before converting to an integer. More... about 27 years ago
I thought I had a good idea but I didn't. More... about 27 years ago
hail news file check in. More... about 27 years ago
Modifications to support PJL fontsource and fontnumber environment variables. More... about 27 years ago
Fix for unintialized caches when using CIE color space. Problem seen with PCL5c fts0871.bin. CIE_CHECK_RENDERING macro was checking the wrong status. More... about 27 years ago
Fix non 32-bit tool make to include the SYSTEM and OPTION STUB directives. More... about 27 years ago
Fix non 32-bit tool make to write to $(ll_tr) before appending. More... about 27 years ago
Add -zp8 flag to force alignment -- important to prevent FP errors. More... about 27 years ago
Change cs_indexed_..._ptrs to pcl_cs_indexed_..._ptrs to prevent conflict with gscolor2.c when building NOPRIVATE=1. More... about 27 years ago
Fix problems that kept this from working. Change to make 32-bit tools and target the default. Update it to work with the new directory structure. This is probably the first workable version for Watcom. More... about 27 years ago
Fix building of pclver.h to use '-x 23' instead of '#' which breaks under Watcom/Dos. More... about 27 years ago
Fix PCLCCC to use $(I_) macro instead of hard coded -I which doesn't work on Watcom, VMS, etc. More... about 27 years ago
Change paper_sizes to clj_paper_sizes to prevent conflict (with PCL code) when building with NOPRIVATE=1. More... about 27 years ago
Change to '***_f' version of pl_font_glyph things to prevent conflict with NOPRIVATE (conflict in plchar.c) More... about 27 years ago
Fix to use correct INCLUDE macros (instead of hard coded '-I'). Needed for Watcom, VMS, etc. More... about 27 years ago
Fix PXLCCC to use correct INCLUDE macros (instead of hard coded '-I'). Needed for Watcom and VMS, etc. More... about 27 years ago
Fix LIBPATHS syntax, put !ifndef around most definitions to allow pre- definition (from pcl/pxl make). Add WAT32 section to build for NT char mode executable. More... about 27 years ago
Add missing $(GLSRCDIR) to CP_ and RMN_ definitions. Change genconf escape to '~' ('^' is special in .bat files). Move .BEFORE directory creation to watc.mak. More... about 27 years ago
Move .BEFORE here to make directories, add missing $(GLGENDIR) for ll_tr macro assignment (for pcl/pxl make). More... about 27 years ago
Make 'put_bytes' into 'px_put_bytes' to prevent conflict when building with NOPRIVATE. More... about 27 years ago
Fix problems for make under Watcom. Use GLSRCDIR (not GSDIR), instead of 'type' to update time stamp, use >> (prevents file truncation). Use '~' as the genconf escape character (special in .bat files). Increase stack to 32K (needed for high level clists). Correct some missing directory prefixes. More... about 27 years ago
Prevent 'not_found' error on _.tmp temp file More... about 27 years ago
removes pcl clipping region bug - not actually a bug but a problem with the device driver. More... about 27 years ago
removes clipping anomaly. More... about 27 years ago
Rounding of device clip boxes and ctm translation components. Also, modifies GL/2 to use a closed clipping region instead of the default half-open region. More... about 27 years ago
modifications to support PCLXL processing of PJL. More... about 27 years ago