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
python script to tell the true difference between a working cvs tree and a cvs repository. cvs diff only diffs the current version of each file. Notify will detect that a version in the repository has changed and diff the different versions. More... about 27 years ago
Support build for 32-bit systems (95 or NT) as default. Don't include vga and other direct devices. Make Pentium the default CPU type, and increase stack size to 32k (needed for high level clist). More... about 27 years ago
Add conditional for Watcom to use regluar setmode and fileno (not _setmode and _fileno). More... about 27 years ago
Add support for 32-bit build flag WAT32, add watcom/h/nt to include path. Add .BEFORE section to create object and gen directories if needed. More... about 27 years ago
Prevent conflicting definitions for dynamic tables (Watcom complained). More... about 27 years ago
Get rid of garbage ^H on line 419 -- caused compile error under Watcom. More... about 27 years ago
removes binary. More... about 27 years ago
moves SR, SI line spacing hack to cursor positioning routine. More... about 27 years ago
Added check for adaptive compression mode in transfer_raster_row() to avoid duplicating last line of raster data (fixes fts.0717). More... about 27 years ago
Fixed problem with adaptive compression (if the last command was repeat previous row it was ignored, showed up in adaptivecompression.pcl). More... about 27 years ago
draws the current path when IP is issued. More... about 27 years ago
corrects multiplier for cell height. More... about 27 years ago
hpgl/2 vector fills now support assymetric scaling properly. More... about 27 years ago
modified to properly handle label placement with SI, SR. More... about 27 years ago
removes obsolete comment. More... about 27 years ago
all labels use round caps and round joins. More... about 27 years ago
Fix condition where cie_joint_caches would not be initialized after alloc. Caused bad colors (near black), only detected with PCL5, not PS. More... about 27 years ago
removes optimization that prints raster as rectangle. The code only worked properly with short edge feed devices. We might reimplement this in the future if this part of the code is indeed a performance bottleneck. More... about 27 years ago
Improvement of fill line anchoring in gl/2. Now use gl/2's position in user space instead of tracking device space position, which resulted in rounding errors when tranforming and doing comparisons. Label code updated to use gl/2 line drawing instead of using gs functions directly. Also we now draw the current path when the for relative/absolution mode changes in the pen. Updates Anomalies.txt to reflect changes. More... about 27 years ago
Remove the extra space after $(O_). This messes up platforms which cannot have a space. Correct fix is to define O_ correctly for platforms that require a space. See common/unixdefs.mak where O_=-o $(NULL). More... about 27 years ago
Force a space after -o for gcc make. The $(NULL) macro method is the same as is used by the gs make (see comments in gs.mak) More... about 27 years ago
fixes day of week error - dates were correct but the day of the week was always monday. More... about 27 years ago
Quiets pcl in DEBUG mode. More... about 27 years ago
make clean now removes pclver.h More... about 27 years ago
Added space after -o to fix problem with Sparc gcc. More... about 27 years ago
Addition to properly select and wrap the current pen. Adds an accessor function for getting the currently selected pen. More... about 27 years ago
removes bezier problem. More... about 27 years ago
Sample implementation of driver configuration. More... about 27 years ago
fixes a stupid typo that was messing up the clipping region in gl/2. More... about 27 years ago
Added space for solaris gcc: $(O_) $(PCLOBJ). More... about 27 years ago