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
updates anomalies. More... about 27 years ago
Changes to allow use of make -f <top level makefile>. It is no longer necessary to create a copy or link of the top level makefile, thought it is still supported. More... about 27 years ago
pixel placement was being applied in gl/2 to graphical objects other than polygons. More... about 27 years ago
PP is not reset by IN on the color laserjet but is on the 6MP. More... about 27 years ago
normalizes min max range value when they are parsed from the long form of the cid command. Previously the decode procedures accounted for the normalization. Also a hack in pcpatrn.c to force install of cie even if the current pen is white. The last change is incorrect and will take a different form in the next release. More... about 27 years ago
initial checkin for cvs2log.py. Converts log file formats from cvs log output. More... about 27 years ago
ES (extra space) is independent of the current text direction. More... about 27 years ago
zlib 1.1.3 release - these files were not added in the original checkin. We have not analyzed why they were not incorporated the first time. More... about 27 years ago
updates for zlib 1.1.3 More... about 27 years ago
Fix for PDF files that use Patterns to make sure the /Resources of a Pattern are included in the context during the /PaintProc. (ref #852) More... about 27 years ago
changes to use gs standard i/o - gs_stderr, gs_stdout, and gs_stderr. More... about 27 years ago
removes unwanted debugging print statements mistakenly added to the last revision. More... about 27 years ago
pcl html documentation. More... about 27 years ago
adds warning message for resetting the picture frame. This is handled directly by the picture frame and plot size commands. More... about 27 years ago
Prefixes devices with $(DD) and moves zlib configuration variable initialization to the to the top level unix makefiles. Someone else will need to check the other makefile systems. This change requires that we set ZLIB variable in # PLATFORMS SUPPORTED * 2 (pcl and XL) places instead of one, but will allow the code to be compiled with gs5.66. More... about 27 years ago
replaces explicit setting of the ctm with clearing the current path which has the same result for the ctm but also updates gl/2's current path to the correct state. Specifically, CI adds a point to the path for positioning after drawing to set the current position to the center of the circle. It is not necessary to leave this moveto in the path, adding the point has already updated the current position. More... about 27 years ago
Reorganizes picture frame and plot size logic. More... about 27 years ago
(1) comments to indicate setting of the current line width is wrong, (2) Saves and restores the CTM "around" setting plu ctm and stroking gl line fills, and (3) adds warning message for bogus picture frame. More... about 27 years ago
identifies fts 2080 anomaly. More... about 27 years ago
Add 'bmpa16' and 'bmpa256' devices for testing. More... about 27 years ago
adds bmpa16m.mak More... about 27 years ago
the fix to not free a reserved page entry is no longer handled by initilializing the page queue info structure when it is allocated. Instead we avoid freeing the information by removing the call for the case of reserved entries. More... about 27 years ago
removes hack to set band buffer space and buffer space equal. More... about 27 years ago
Change to set the target device in pcl's state. Adds accessor functions to set and get the target device. Modifies all put param like functions in pcl to use the real device. More... about 27 years ago
adds full color bmp asyncronous device. More... about 27 years ago
removes comments More... about 27 years ago
removes hack to set band buffer size to the buffer size and makes another correction to the calculation of the buffer sizes. More... about 27 years ago
changes to get C crd interface to work with real data. gs_cie_render1_initialize now calls gs_cie_render_init() to set up DomainLMN, DomainABC, and pqr white and black points. More... about 27 years ago
fix from johnd that I haven't had time to track down. Apparently it prevents arace condition in the async code but I am not sure of the details. More... about 27 years ago
Peter's fix to print rectangular images. More... about 27 years ago