Age | Commit message (Expand) | Author | Files | Lines |
2011-03-09 | Fixes bug #692037 and improves the several pages in PCL5C CET files | Henry Stiles | 1 | -0/+5 |
2011-03-07 | The PCL code creates an indexed colored space (with 256*3) entries, and then | Robin Watts | 1 | -0/+13 |
2011-02-22 | Initialise pcs->vmi_cp to zero to quieten valgrind, and solve Bug 691987. | Robin Watts | 1 | -12/+13 |
2011-02-20 | Fixes 691987. Initialize the pcl cap to 0, later it is again | Henry Stiles | 2 | -2/+1 |
2011-02-11 | Optimization to skip the unsolid pattern if the pattern is opaque and | Henry Stiles | 1 | -3/+13 |
2011-02-11 | Use memset instead of setting bytes individually, no expected | Henry Stiles | 1 | -2/+2 |
2011-01-18 | Avoid excessive printing of blank pages using the "page marked" | Henry Stiles | 3 | -22/+23 |
2011-01-15 | Followup to commit 12027 (see that log for more details), as expected | Henry Stiles | 1 | -5/+1 |
2010-12-28 | Disable Font hinting at printer resolutions, the improvement does not | Henry Stiles | 1 | -0/+3 |
2010-11-23 | Fix for bug 691655: Indeterminism in PCL code (shown by valgrind). | Robin Watts | 1 | -0/+7 |
2010-11-15 | Fixes bug 689361 - The HP origin in raster presentation mode 3 is off | Henry Stiles | 1 | -2/+20 |
2010-11-09 | 11890 was not correct, it it did not properly delete gl/2 patterns | Henry Stiles | 1 | -10/+17 |
2010-11-06 | Delete the contents of the GL2 pattern dictionary at end of job. This | Henry Stiles | 1 | -10/+16 |
2010-11-03 | Fixes bug 691738, the state restore process after a PCL macro call was | Henry Stiles | 1 | -12/+13 |
2010-11-02 | Remove a bug from the anomaly list that was fixed some time ago. | Henry Stiles | 1 | -4/+0 |
2010-11-01 | Document PCL differences against the HP 4700 | Henry Stiles | 1 | -0/+0 |
2010-10-25 | Fix crash reported in bug #691717, gs_text_release() should not be | Henry Stiles | 2 | -3/+4 |
2010-10-20 | Fixes 690415, the pcl interpreter failed to print the undefined glyph | Henry Stiles | 1 | -5/+12 |
2010-10-11 | PCL should copy the complete palette, pens (entries) outside of range | Henry Stiles | 1 | -6/+4 |
2010-10-11 | Implement the HPGL/2 color range command, not surprisingly we missed | Henry Stiles | 4 | -0/+67 |
2010-08-03 | Fix 691501, the new mask patterns introduced with revision 10324 were | Henry Stiles | 1 | -1/+3 |
2010-07-31 | Thanks to Norbert Janssen for providing this fix for bug #690375. PCL | Henry Stiles | 1 | -58/+74 |
2010-06-29 | Pass the page size from pxl to pcl pxl passthrough mode, bug #691362 | Henry Stiles | 2 | -6/+14 |
2010-06-28 | Finish up bug 691362, PXL PCLSelectFont attribute not handled. The | Henry Stiles | 2 | -54/+50 |
2010-06-26 | PXL PCLSelectFont implementation - Bug #691362. This code allows the | Henry Stiles | 1 | -145/+145 |
2010-06-26 | Updates missing or wrong header file dependencies. No expected | Henry Stiles | 3 | -30/+43 |
2010-06-16 | A memory error check was not put immediately after the allocation. No | Henry Stiles | 1 | -1/+1 |
2010-06-07 | Fixes bug #691357, in pathological input cases the polyline encoding | Henry Stiles | 2 | -61/+94 |
2010-06-01 | Rename of gsicccache.c/h to gsicc_cache.c/h and gsiccmanage.c/h to gsicc_man... | Michael Vrhel | 2 | -2/+2 |
2010-05-20 | Documents another anomaly. | Henry Stiles | 1 | -0/+5 |
2010-05-11 | Fix potential customer reported problems associated with the ATS | Henry Stiles | 1 | -426/+432 |
2010-05-08 | Fixes a customer reported problem with pcl6 cet 3.0 T427.BIN (no bug | Henry Stiles | 1 | -2/+12 |
2010-05-08 | Fixes a coding error the enumerated type value pcl_reset_printer was | Henry Stiles | 1 | -156/+162 |
2010-05-05 | More work for bug 691207 (remove global vars). Change the gp_ interface and | Robin Watts | 1 | -1/+1 |
2010-05-04 | As part of the efforts towards bug 691207 (global variables must be removed) | Robin Watts | 1 | -1/+1 |
2010-04-29 | A light sprinkling of casts (mostly between byte and char) to silence | Robin Watts | 1 | -1/+1 |
2010-04-08 | Revision 10259 was incorrect, a page is ejected unconditionally if we | Henry Stiles | 1 | -51/+51 |
2010-03-27 | copy the last pattern id and pointers in upattern_do_copy() | Hin-Tak Leung | 2 | -1/+5 |
2010-03-19 | Adds iniitialization for the HPGL/2 soft clip windows simply to quiet | Henry Stiles | 1 | -48/+52 |
2010-03-01 | Integrate Michael Vrhel's changes. Moves the initialization of the | Henry Stiles | 1 | -5/+4 |
2010-03-01 | It is not necessary to set up the graphics library crd if the device | Henry Stiles | 1 | -0/+3 |
2010-02-23 | Update pcl anomaly documentation for new problems discovered on the | Henry Stiles | 1 | -358/+73 |
2010-02-17 | Michael Vrhel's patches to enable use of the ICC branch with pcl and | Henry Stiles | 2 | -1/+13 |
2010-02-17 | Expands the change in rev 10750 which only included device independent | Henry Stiles | 1 | -1/+3 |
2010-02-12 | Absurd as it may seem, all device independent color space requests | Henry Stiles | 1 | -0/+14 |
2010-02-11 | Merge the pcl_font_mods branch into the trunk, adding a longstanding | Henry Stiles | 11 | -99/+284 |
2010-02-02 | Fixes bug #691098, a regression knowingly introduced with the change | Henry Stiles | 1 | -1/+10 |
2010-01-30 | The wrong font was selected on pcl 5c fts panel 443 because the | Henry Stiles | 1 | -0/+1 |
2010-01-29 | Fixed missing codes on pcl 5c fts panel 1790. Codes are always | Henry Stiles | 1 | -2/+6 |
2010-01-29 | The size of the pcl palette was not synchronzized with size of the | Henry Stiles | 1 | -0/+4 |