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
Modified to see dependency changes in the gs directory. Also updated to not generate the temporary makefile, instead we build the gs sources directly. More... almost 27 years ago
adds log searching utility for mailing log summaries. More... almost 27 years ago
Fixes 2 problems with polyline encoding: After PE is executed, the previous plotting mode (absolute or relative) is restored, but the pen up and down status is maintained. More... almost 27 years ago
PCL now exits with an error message(s) if internal fonts cannot be found. More... almost 27 years ago
Changes to const and private for msvc. More... almost 27 years ago
A couple of changes to guarantee pcl and xl is rebuilt when its dependencies in the gs library are modified. This change only affects the gcc environment but should carry over to the other compilers as well. More... almost 27 years ago
changes title in the pcl faq. More... almost 27 years ago
updates documentation for rtl. More... almost 27 years ago
Modifications for RTL/GL2 mode, these changes are only relevant to RTL not pcl5c or pcl5e: (1) Adds rtl personality to pcl state and factory defaults (2) sets page size offsets to zero (3) changes clipping region to not use the pcl default setting of a 1/6" margin around the page (4) export pcl's new logical page and pcl's form feed procedure for use by gl/2's plot size (PS) and advance full page (PG) (5) Ignores text (6) Adds more implementations to plot size and advance page size (these commands are not complete) (7) defines rtl coordinate system for cases plot length < plot width and plot length > plot width (8) change gl/2 picture frame to have the same extant as the logical page size. (9) defaults gl/2's anchor point to have coordinate 0, 0 (having no effect on the coordinate system). More... almost 27 years ago
modification to get around const warning. More... almost 27 years ago
change to use proper color mapping procedure going from cmyk to rgb. More... almost 27 years ago
Added definitions for D_, _D_, and _D (required by zlib). More... almost 27 years ago
removes external declarations that are now properly done in gxalloc.h. More... almost 27 years ago
Add another UPPERCASE macro to allow code to match later 5.8x style. More... almost 27 years ago
Add logic to track the top of 'interior' free space of each chunk and consolidate when freeing an object just above that space. This prevents sandbars in the chunk. Logic also incorporated in 5.82+ More... almost 27 years ago
Add 'int_freed_top' to track when free list consolidation is needed. This is to fix sandbar problems in the chunk. More... almost 27 years ago
Change #define that enables statics used for gathering statistics to DEBUG_MEMFILE so that normal DEBUG builds aren't polluted with statics. More... almost 27 years ago
Add UPPERCASE versions of some #define macros for compatibility with future GS source (5.8x). Lowercase version kept for backward compatibility More... almost 27 years ago
adds a procedure for releasing the bbox and removes near keyword (from gs5.80). More... almost 27 years ago
Removes a global variable and a static local to a function, both supporting indexed color spaces. More... almost 27 years ago
Add initialization for hpgl parser. Fixes exception error. More... almost 27 years ago
Add extern to prevent multiple definition linker errors. More... almost 27 years ago
Change to use defining macro for pstack_entry (see change in pcpalet.h). This definition only here, others do not cause multiple def'n link errors. More... almost 27 years ago
Add defining instance macro for pstack_entry to prevent multiple def'n link errors. More... almost 27 years ago
Add missing 'extern' to prevent multiple definition link errors. More... almost 27 years ago
Add comment delimiters following #endif to prevent warning. More... almost 27 years ago
Get rid of label "top" to prevent spurious warning. More... almost 27 years ago
WARNING: changes pending - do not release. First stable pcl checkin with no statics and general code clean up. Modifications for pcl raster, parser, color, foreground, palette and hpgl/2 parser. More... almost 27 years ago
extensive changes to support static removal from the pcl halftone code. Removes use of extern in prototypes and adds the standard prototype macros for argument templates. Adds support for device resolution patterns. More... almost 27 years ago
moves the origin of the pcl output to properly account for the offsets of the imageable area. More... almost 27 years ago