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
whitespace difference. More... over 27 years ago
Fixed a bug/memory leak in pcl_cmap_map_raster. If a new raster array was allocated to hold the re-mapped pattern data, its pointer was never being placed in *pout_pixinfo. More... over 27 years ago
1. Modified code to support (up to) two rendered instances per pattern: one mask and one colored. More... over 27 years ago
Modified the pattern structure to be able to hold two rendered instances: one colored and one uncolored. This is an attempt to reduce memory thrashing due to the frequent and unnecessary re-allocation of mask patterns. More... over 27 years ago
Modified to the pattern handling code to allow for two rendered instances per pattern: one mask and one colored. This is an attempt to reduce memory thrashing due to the frequent and unnecessary re-allocation of mask patterns. More... over 27 years ago
1. Fixed a pair of memory-related problems in the push/pop palette code: pop palettes were erroneously getting an extra reference, and the palette stack global was not being set to NULL after the palette had been cleared. More... over 27 years ago
Moved the reporting points for the memory leak detection code to more convenient locations. More... over 27 years ago
Fixed a memory leak in set_threshold_ht. A fourth threshold string was being generated to handle the case of a 4-color output device, but this was overwritting the red-component threshold array allocated previously. Not output error occurred because the two arrays were meant to be the same, but the previously allocated array could no longer be freed. More... over 27 years ago
*** empty log message *** More... over 27 years ago
Modified the set color component and assign color index commands to be permitted but ignored in raster graphics mode (i.e.: they do not end raster graphics mode). This is contrary to the documentation but matches the behavior of the CLJ 5/5M and DJ 1600C/CM. The effect is visible in PCL 5c FTS panel 845. More... over 27 years ago
Fixed bug in pcl_cs_indexed_update_lookup_tbl. A new indexed color space may have been created via the "unshare" operation, but the color space pointer was never being updated. Hence, the lookup table was being modified in the old color space. This bug is visible on PCL 5c FTS panels 2410 and 2411. More... over 27 years ago
*** empty log message *** More... over 27 years ago
removes all id's with perl -pi -e 's/\$Id:.*\$.*//g' * More... over 27 years ago
gs update from jan. More... over 27 years ago
modification for new gs build system. More... over 27 years ago
Work around to stroke lines gl/2 style fills individually instead of accumulating the entire fill in one path. This guarantees that a fixed amount of memory will be used for fills. It was changed to fix fts 1462 which creates a path that is much to large, not due to the size of the graphical object being filled but the algorithm fills from GL/2's anchor corner and clips the resulting fill to the graphical object. We should find the equivalent maximum value for the anchor corner such that the coordinates are less than the X and Y origin coordinates of the bounding box of the object being filled. More... over 27 years ago
Modified to properly (if quite slowly) handle the case of a raster with source transaprency off but pattern transparency on. More... over 27 years ago
Modified pcl_cmap_create_remap_ary to potentially provide a remap array if source of pattern transparency is set. This is necessary to support the "two part" image structure required for rendering images with opaque source\ s but transparent patterns. Also removed a remnant of the temporary hack that made all rasters opaque. More... over 27 years ago
fills in a missing else. More... over 27 years ago
Added the "colored" bit to the pattern object, to indicate if it was rendered as a colored pattern. More... over 27 years ago
1. Moved the retained copy of the special white base color space to pccsbase.c, and the retained copy of the default halftone to pcht.c. This improves modularity and simplifies work with memory leak detection tools. More... over 27 years ago
Modified to retain a copy of the default palette, and to set the default drawing color during initialization. This reduces memory thrashing slightly and simplies work with memory leak detection tools. More... over 27 years ago
Modified new_page_size to reset the default transformation in the graphic state. This is necessary for devices that feed different size sheets in different directions. More... over 27 years ago
Removed initialization of the PCL coordinate system; this is now handled in pcpage.c More... over 27 years ago
Changed the third operand of pcl_cs_indexed_build_special to be a const byte pointer rather than a byte pointer. Also added the prototype for the new initialization routine pcl_cs_indexed_init. More... over 27 years ago
Modified default pen widths to be in plotter units rather than millemeters. Also modified to retain the default indexed color space. This reduces memory thrashing slightly, and makes working with memory leak detection tools simpler. The latter change requires the addition of the an intialization procedure, pcl_cs_indexed_init. More... over 27 years ago
Modified to provide a default transfer map (color lookup table) for the default (K) component of the output. This is necessary to properly handle cases in which the provided transfer function for the other components is an inverting function, for otherwise the results will be very black. More... over 27 years ago
Modified to retain a copy of the default foreground. This reduces memory thrashing slightly, and more significantly simplifies work with memory leak detection tools. More... over 27 years ago
Modified pcl_grestore to release the references held by the pcl_gstate_ids_t structure that will be discarded. This plugs a major memory leak. VS: ---------------------------------------------------------------------- More... over 27 years ago
Added prototype for initialization routine pcl_cs_base_init. More... over 27 years ago