Age | Commit message (Expand) | Author | Files | Lines |
2010-06-26 | PXL PCLSelectFont implementation - Bug #691362. This code allows the | Henry Stiles | 1 | -63/+63 |
2010-06-22 | Fixes bug #691397 comment #3. Set the heap limit properly when using | Henry Stiles | 1 | -1/+5 |
2010-06-18 | Fixes typo in 11384. | Henry Stiles | 1 | -1/+1 |
2010-06-17 | Integrate Ray Johnston's chunk allocator as the primary allocator for | Henry Stiles | 3 | -39/+22 |
2010-06-14 | A new debug configuration definition so the languages (pcl, pclxl, and | Henry Stiles | 2 | -584/+590 |
2010-05-28 | Fixes bug #690793. PJL Formlines was not set correctly if the paper | Henry Stiles | 2 | -17/+76 |
2010-05-27 | Fix failed compilation of gxps.exe and pcl6.exe with Visual Studio 2008. | Ken Sharp | 1 | -1/+1 |
2010-05-21 | Fixes Bug 691225, integrates Norbert Janssen's work to correctly set | Henry Stiles | 1 | -14/+17 |
2010-05-11 | Revise the UFST interface code for PCL/PXL and GS to work with the changes to... | Chris Liddell | 1 | -1/+1 |
2010-05-04 | Revision 11146 (move op_array_table_global) has broken the language switch | Robin Watts | 1 | -7/+16 |
2010-05-04 | As part of the efforts towards bug 691207 (global variables must be removed) | Robin Watts | 1 | -13/+15 |
2010-04-29 | A light sprinkling of casts (mostly between byte and char) to silence | Robin Watts | 1 | -3/+3 |
2010-04-29 | Remove the 'parent' parameter from gs_malloc_init calls. It only serves to | Robin Watts | 1 | -1/+1 |
2010-03-10 | Norbert Janssen's improvements for converting HP's Master Symbol List | Henry Stiles | 1 | -244/+1303 |
2010-02-24 | Add a missing newline to an error message in plmain. | Tor Andersson | 1 | -1/+1 |
2010-02-11 | Merge the pcl_font_mods branch into the trunk, adding a longstanding | Henry Stiles | 7 | -2473/+2508 |
2010-02-11 | Enable the TrueType dropout prevention code in the graphics library | Henry Stiles | 1 | -2/+11 |
2010-02-10 | Bump the revision and the gs externals url after the 8.71 release. | Ralph Giles | 1 | -1/+1 |
2010-02-10 | Update GhostPDL versioning and gs external reference for the 8.71 release.ghostpdl-8.71 | Ralph Giles | 1 | -1/+1 |
2010-02-04 | Mark the current code as a release candidate. | Ralph Giles | 1 | -2/+2 |
2010-01-28 | Undo the previous commit. | Marcos H. Woehrmann | 1 | -0/+0 |
2010-01-28 | Dummy commit to force generation of local cluster md5sums. | Marcos H. Woehrmann | 1 | -0/+0 |
2010-01-28 | The UFST line printer font's character complement was still set to HP | Henry Stiles | 1 | -3/+9 |
2010-01-28 | Fill in more of the HP Master Symbol List (MSL) to Unicode conversion | Henry Stiles | 1 | -18/+18 |
2010-01-28 | Fixes 2 math symbol set codes, both are incorrectly documented in the | Henry Stiles | 1 | -1/+1 |
2010-01-28 | Adds a definition to identify pcl wide encodings. See the comments in | Henry Stiles | 1 | -0/+14 |
2010-01-27 | Introduce new gs_currentdevicecolor function (and inline macro version) to | Robin Watts | 2 | -2/+4 |
2010-01-23 | Change the UFST Line Printer font from unbound to bound and convert | Henry Stiles | 2 | -3/+5 |
2010-01-22 | Continue the work of rev 10612, to have all internal objects unicode | Henry Stiles | 1 | -15/+15 |
2010-01-22 | generate private copy of plver.h per language to allow parallel build, and re... | Hin-Tak Leung | 1 | -11/+11 |
2010-01-21 | Fix some leaks in XPS. Make sure we call close_job at the end of an XPS file ... | Tor Andersson | 1 | -4/+4 |
2010-01-19 | Do not attempt to free statically allocated glyphs when adding a | Henry Stiles | 1 | -1/+4 |
2010-01-19 | Make internal lineprinter fonts bound to their symbol set. The fonts | Henry Stiles | 1 | -13/+13 |
2010-01-15 | Convert symbol set MSL wingdings (579) to unicode as part of the goal | Henry Stiles | 1 | -2432/+2442 |
2010-01-04 | See the revision log for 10564 (deterministic printing of font page | Henry Stiles | 2 | -102/+85 |
2009-12-28 | Fixes bug 691024, the font list is now printed deterministically. | Henry Stiles | 6 | -153/+149 |
2009-12-23 | Add new assert_.h header file. Convert existing code to use it. | Robin Watts | 1 | -1/+1 |
2009-12-18 | The lowercase icelandic eth in pcl symbol set 19U was not mapped | Henry Stiles | 1 | -1/+1 |
2009-12-18 | Emulate HP TrueType parser bug which ignores the metrics in component | Henry Stiles | 2 | -0/+67 |
2009-11-30 | debug_dump_allocator() is only defined in DEBUG mode. | Henry Stiles | 1 | -0/+2 |
2009-11-30 | The following change was missing from the leak checking commit 10407. | Henry Stiles | 1 | -1/+1 |
2009-11-30 | Add a memory leak debugging option -l to be used by pcl, xps, etc.. | Henry Stiles | 1 | -13/+23 |
2009-11-30 | Modified to not enumerate dictionary keys, this is incorrect as the | Henry Stiles | 1 | -2/+2 |
2009-11-20 | Symbol set fixes and additions courtesy of Norbert Janssen. The | Henry Stiles | 1 | -117/+651 |
2009-11-19 | Add a function process_file to the plmain interface. This is a very simple ha... | Tor Andersson | 4 | -0/+43 |
2009-11-18 | adding two missing \n's to dprintf() | Hin-Tak Leung | 1 | -2/+2 |
2009-11-18 | Deprecate a rom font compression scheme which was used prior to incorporating... | Henry Stiles | 2 | -276/+0 |
2009-10-23 | Fix bug# 690841 and fts panel 340 and others. The glyph was | Henry Stiles | 1 | -1/+1 |
2009-10-21 | Fix incorrect tilde variants in several symbol sets. Fixes the bad | Henry Stiles | 1 | -5/+6 |
2009-09-09 | Remove a spurious executable bit. | Ralph Giles | 1 | -0/+0 |