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 cljet driver temporarily. More... over 27 years ago
gs5.39 release. More... over 27 years ago
modifications for the new color laserjet driver. More... over 27 years ago
adds .h file dependencies. More... over 27 years ago
changes to not compile main with debug. More... over 27 years ago
We were allocating extra for the symbol set codes but they are actually allocated through the structure allocation since the symbol code array is defined statically. More... over 27 years ago
Modified the handling of the right text margin. It turns out that the case of no-line-wrap must be handle differently that the case in which line wrapping is enabled. More... over 27 years ago
Fixed typo in pattern_set_shade_gl: a solid pattern should be used for an unrecognized intensity if the intensity is > 0, not <= 0. This gave rise to an anomally on panel 1815 of the PCL 5c FTS. More... over 27 years ago
Modified invocations of pcl_crd_build_default_crd to pass a pcl_state_t pointer rather than a memory structure pointer; see pccrd.h abvoe. More... over 27 years ago
Modified code to not always define DEBUG. More... over 27 years ago
Modified the code to handle the situation in which the black and white reference points for a component are the same. This is tested in the PCL 5c FTS. More... over 27 years ago
Changed from a single color mapping device to multiple color mapping devices, one for each mapping type. This is needed because the rendering method used by the foreground may be different from that used by the palette (which, in turn, is used by a raster), so it is necessary to have two different color mapping device present at the same time. More... over 27 years ago
Added facility to read a device-specific CRD encoded as a gs_param dictionary. More... over 27 years ago
bad revision. More... over 27 years ago
fixes memory allocation problem introduced because a new field was added to the symbol set data structure. More... over 27 years ago
modifications to support paper size specification from pcl. More... over 27 years ago
new color laserjet device. More... over 27 years ago
gs5.38 More... over 27 years ago
add new header file dependencies. More... over 27 years ago
update documentation. More... over 27 years ago
adds decmap device. More... over 27 years ago
Modified pcsymbol_do_reset to support overlay macros. More... over 27 years ago
Modified the shade pattern for the 11% - 20% case; this had been entered incorrectly previously. More... over 27 years ago
Modified the code for the pixel placement operator for the new manner in which pixel placement information is kept in the PCL state. More... over 27 years ago
Added code to handle GL/2's source transparency separately from PCL's pattern transparency. The two parameters have the same effect (all GL/2 objects are masks, and hence do not support notion of "source" transparency similar to PCL's), but must be maintained independently in the PCL-GL/2 state. More... over 27 years ago
Modified to support color-mapping as part of a rendering method, and to support monochrome mode. More... over 27 years ago
Added prototype for the new procedure pcl_ht_set_print_mode, which can be used to set monochrome or colored print mode. More... over 27 years ago
Generalixed the pcl_cs_indexed_0_is_{black | white} routines to check for the blackness or whiteness of any entry. The routines are now know as pcl_cs_indexed_is_{black | white}. Replaced prototypes for pcl_cs_indexed_0_is_{black | white} with those for pcl_cs_indexed_is_{black | white}. Defined macros to correspond to the former prototypes, for backwards compatibility. More... over 27 years ago
Modified pcmacros_do_reset to support overlay macros. More... over 27 years ago
Added a pair of calls to gs_reclaim prior to running the first job. This is very important; until gs_reclaim is called for the first time, freed string objects are not recovered. Hence, the memory they use is lost. More... over 27 years ago