Age | Commit message (Expand) | Author | Files | Lines |
2011-06-01 | Clean up warnings and problems identified with static analysis. | Henry Stiles | 7 | -27/+46 |
2011-05-27 | Makes procedure static. | Henry Stiles | 1 | -1/+1 |
2011-05-20 | Merge branch 'Type3_PCL' | Ken Sharp | 1 | -1/+1 |
2011-05-17 | Add another new font type 'ft_PCL_user_defined' for the PCL bitmap | Ken Sharp | 1 | -1/+1 |
2011-05-15 | Change in device ICC profile handling | Michael Vrhel | 1 | -1/+1 |
2011-04-25 | The new custom paper size implementation introduced a bug in | Henry Stiles | 1 | -12/+15 |
2011-04-22 | Revision 43a5362 modified a global variable. We address that by | henrys | 4 | -11/+42 |
2011-04-22 | Josef Hinteregger's patch to implement custom paper sizes in PJL and PCL, | henrys | 1 | -3/+89 |
2011-04-19 | Indent with spaces and strip trailing whitespace. | Tor Andersson | 80 | -6320/+6180 |
2011-04-01 | Remove temporary development definition used to identify the graphics | Henry Stiles | 1 | -4/+4 |
2011-03-31 | Fixes 692109, the "no argument case" of the HPGL/2 INPUT RELATIVE | Henry Stiles | 1 | -6/+7 |
2011-03-16 | Revert part of the optimization in revision 12036 - we go back to | Henry Stiles | 1 | -4/+1 |
2011-03-11 | Code to support Cyrillic, Greek, Arabic, Baltic symbol sets, see the | Henry Stiles | 4 | -47/+205 |
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 |