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
adds bmpa16m device. More... about 27 years ago
moved debug definitions from gsalloc.c to avoid a compilation problem on with Watcom C (ray). More... about 27 years ago
Change 'resize' operations of objects/strings to return the original if the old and new size are the same. Also add logic to 'trim' the object/ string if the new size is smaller than the old to avoid double allocations and copy step. Memory trimmed is added to free space. More... about 27 years ago
Comment change to 'Resize'. If old and new size are the same, returns the original object. In any case the min(old,new) bytes of data are copied. More... about 27 years ago
Add comment to 'Resize' to refer to gsmemraw.h. This comment says that if old and new size are the same, the original object is returned. More... about 27 years ago
Make resize operations return original object/string if no size change. More... about 27 years ago
Add optional code to avoid sandbars for async rendering. Default is to free memory as in previous code. Use #define DO_NOT_REDUCE_BUFFER_SPACE 1 to keep initial (largest) allocation when buffer space shrinks. More... about 27 years ago
Properly installs the bbox device and removes the "dubious" dirty page optimization that avoided using the bbox device to check if a page was dirty. More... about 27 years ago
fixes comment. More... about 27 years ago
updates version number. More... about 27 years ago
Added version numbering and build time/date stamp to executable. More... about 27 years ago
chinook check-in. More... about 27 years ago
Change to initialize members required for a future release should have no effect on the current code. More... about 27 years ago
Fix for pattern phase (Peter) More... about 27 years ago
The null device installed for stringwidth didn't copy the color mapping information from its target, causing confusion if the current device was a pattern accumulator. (Peter) More... about 27 years ago
The null device installed for stringwidth didn't copy the color mapping information from its target, causing confusion if the current device was a pattern accumulator (Peter). More... about 27 years ago
I fixed the stdout logic, so that the output can be redirected with the sequence; /.show.stdout (outfile.txt) (w) file def interposed between loading (running) ps2ascii.ps and loading/running the file(s) to be converted. More... about 27 years ago
OOPS! Fix error caused by bad edit. See comment on previous revision. More... about 27 years ago
Change to make sure BufferSpace allows for writer_space + min_row_space. Keep the code that forces writer and reader to be the same (for now). Replace the *** HACK HACK *** comment with something more informative. More... about 27 years ago
Hack to set buffer space and band buffer space equal. I thought this was no longer necessary but bmpamono will not work correctly without the change, although the color bmp driver seems to work. I have not analyzed this. Also max_raster and min_band_height was calculated incorrectly. More... about 27 years ago
removes PC specific keywords. More... about 27 years ago
restores memory status and user time that had been commented out before investigation of the the gs_stdout vs stdout problems. More... about 27 years ago
normalizing min and max ranges is only necessary for the RGB colorimetric color space. More... about 27 years ago
pattern_set_pen() modified to correctly install CIE color spaces for pcl raster, as suggested by jan. More... about 27 years ago
line pattern was not specified correctly. More... about 27 years ago
Explicitly closes pcl's target device, forwarding devices like the color mapper do not close the target device automatically. More... about 27 years ago
Fixed problem with version number under msvc (and watcom). More... about 27 years ago
hpgl_RF() was not properly saving and restoring the index when the parser ran out of data and reinvokes hpgl_RF(). More... about 27 years ago
Version number and build date for PCL. More... about 27 years ago
We were assuming that there existed a password entry for the person who made the log entry. More... about 27 years ago