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
removes unnecessary CONFIG macro. More... almost 27 years ago
gs5.84 integration. Initialization of DD macro, initializes directory location for device (.dev) files. Changes default gs directory locations, also. More... almost 27 years ago
gs5.84 integration. Initialization of DD macro, initializes directory location for device (.dev) files More... almost 27 years ago
adds include of version.mak so clients can resolve the revision information. More... almost 27 years ago
restores DD setup. Clients do not have a way of setting this right now. More... almost 27 years ago
updates for gs5.84. More... almost 27 years ago
initial gs5.84 checkin with pcl and xl compiling. More... almost 27 years ago
The last modification was not correct, reverts to previous revision. More... almost 27 years ago
adds gxcolor2.h and gxdcolor.h, needed by gxpcolor.h More... almost 27 years ago
adds gdebug.h, indirectly needed by reference counting code. Modification for gs5.84 color space interface. More... almost 27 years ago
Adds directory definition for creation of .dev files. These are no longer built in the current source directory. More... almost 27 years ago
modified to use gs_nogc_reclaim() instead of gs_reclaim(). More... almost 27 years ago
"arch_is_big_endian" from generated arch.h is now uppercase. More... almost 27 years ago
removes gsnogc object from "async_" definition to avoid multiple link problem in pxl and pcl. More... almost 27 years ago
gs5.84 integration - uses gx_stroke_add() instead of gx_image_stroke_add(). When drawing dots (0 length lines) gx_stroke_path_only() requires the current device to get the initial matrix. gx_imager_stroke_add() does not pass the device. More... almost 27 years ago
gs5.84 integration: incorporates new documentation. More... almost 27 years ago
fixes static removal regression. The pcl cap can reside in the pcl state but is not really part of the modified print environment. After macro invocation, copy back the cap to simulate this behavior. More... almost 27 years ago
modifications to get max stack usage for pcl_execute_macro() down from 56K to 38K. To be continued. More... almost 27 years ago
corrects typo and fixes a compiler warning introduced in the last modification. More... almost 27 years ago
removes unnecessary header file. More... almost 27 years ago
adds symbols "-g" to profiling builds. More... almost 27 years ago
hpgl/2 will now allow round joins with beziers, other joins default to bevel. More... almost 27 years ago
The labeling code is now more liberal about using "show" and the graphics library character cache instead of drawing characters with the gl/2 line drawing code. This change speeds up the fts about 20%. Effects on other test are not likely to be as significant since most applications don't use gl/2's LB as frequently as the fts tests. More... almost 27 years ago
raster source width and source height were calculated incorrectly when not given explicity. This caused the bounds of the image to be larger than the extant the of the clipping rectangle for the page, resulting in expensive and unnecessary calls to gx_default_fill_triangle from the bbox device. More... almost 27 years ago
Change the way round joins and caps are done to match 5.83. More... almost 27 years ago
Change round joins to match Adobe -- full circle. More... almost 27 years ago
properly initialize pattern reference point and orientation. More... almost 27 years ago
removes obsolete comment. More... almost 27 years ago
Increase STACK to 64k to support nested macros (fixes fts.1060 failure) and make BANDLIST_MEMORY == file. More... almost 27 years ago
not properly closing directories. More... almost 27 years ago