openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Ghostscript
Settings
|
Report Duplicate
357
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 2 years
ago. based on code collected
over 2 years
ago.
Jun 26, 2022 — Jun 26, 2023
Showing page 763 of 778
Search / Filter on:
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.
Henry Stiles
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).
Ray Johnston
More...
about 27 years ago
Add conditional for Watcom to use regluar setmode and fileno (not _setmode and _fileno).
Ray Johnston
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.
Ray Johnston
More...
about 27 years ago
Prevent conflicting definitions for dynamic tables (Watcom complained).
Ray Johnston
More...
about 27 years ago
Get rid of garbage ^H on line 419 -- caused compile error under Watcom.
Ray Johnston
More...
about 27 years ago
removes binary.
Henry Stiles
More...
about 27 years ago
moves SR, SI line spacing hack to cursor positioning routine.
Henry Stiles
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).
Marcos H. Woehrmann
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).
Marcos H. Woehrmann
More...
about 27 years ago
draws the current path when IP is issued.
Henry Stiles
More...
about 27 years ago
corrects multiplier for cell height.
Henry Stiles
More...
about 27 years ago
hpgl/2 vector fills now support assymetric scaling properly.
Henry Stiles
More...
about 27 years ago
modified to properly handle label placement with SI, SR.
Henry Stiles
More...
about 27 years ago
removes obsolete comment.
Henry Stiles
More...
about 27 years ago
all labels use round caps and round joins.
Henry Stiles
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.
Ray Johnston
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.
Henry Stiles
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.
Henry Stiles
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).
Ray Johnston
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)
Ray Johnston
More...
about 27 years ago
fixes day of week error - dates were correct but the day of the week was always monday.
Henry Stiles
More...
about 27 years ago
Quiets pcl in DEBUG mode.
Henry Stiles
More...
about 27 years ago
make clean now removes pclver.h
Marcos H. Woehrmann
More...
about 27 years ago
Added space after -o to fix problem with Sparc gcc.
Marcos H. Woehrmann
More...
about 27 years ago
Addition to properly select and wrap the current pen. Adds an accessor function for getting the currently selected pen.
Henry Stiles
More...
about 27 years ago
removes bezier problem.
Henry Stiles
More...
about 27 years ago
Sample implementation of driver configuration.
Henry Stiles
More...
about 27 years ago
fixes a stupid typo that was messing up the clipping region in gl/2.
Henry Stiles
More...
about 27 years ago
Added space for solaris gcc: $(O_) $(PCLOBJ).
Marcos H. Woehrmann
More...
about 27 years ago
←
1
2
…
759
760
761
762
763
764
765
766
767
…
777
778
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree