------------------------------------------------------------------------ r3091 | tor | 2008-06-16 05:54:30 -0700 (Mon, 16 Jun 2008) | 1 line Warn when encountering markup compatibility tags in XPS documents. ------------------------------------------------------------------------ r3090 | tor | 2008-06-16 04:02:24 -0700 (Mon, 16 Jun 2008) | 1 line Process XML namespaces in XPS parser. ------------------------------------------------------------------------ r3089 | giles | 2008-06-12 09:44:19 -0700 (Thu, 12 Jun 2008) | 2 lines Use the defined username and host as the ssh target. ------------------------------------------------------------------------ r3088 | giles | 2008-06-11 17:21:58 -0700 (Wed, 11 Jun 2008) | 6 lines Check a series of the most recent ghostpcl build directories for the latest automatic regression baseline in case clusterpush is invoked when the latest regression is still running. Also port changes from the version in the gs tree. ------------------------------------------------------------------------ r3087 | henrys | 2008-06-11 10:07:32 -0700 (Wed, 11 Jun 2008) | 8 lines Fixes indeterminism in C307.BIN reported last in cluster regression report ghostpcl-r3086+8793. The pen was not properly set for the TextPath operator. The non deterministic behavior in C307.BIN was the result of stroking with a pattern that had been deleted. Setting the pen fixes this. We also add a heuristic to check for marking a page to the TextPath operator resulting in progressions for E104.BIN and E102.BIN. ------------------------------------------------------------------------ r3084 | giles | 2008-06-03 18:53:04 -0700 (Tue, 03 Jun 2008) | 2 lines Have clusterpush pull and print the regression report. ------------------------------------------------------------------------ r3081 | henrys | 2008-06-02 22:22:55 -0700 (Mon, 02 Jun 2008) | 1 line remove obsolete script ------------------------------------------------------------------------ r3080 | henrys | 2008-06-02 18:55:26 -0700 (Mon, 02 Jun 2008) | 6 lines removing extra copy of regress.py, it is maintained here: http://svn.ghostscript.com/ghostscript/trunk/cluster/tti/ ------------------------------------------------------------------------ r3079 | henrys | 2008-06-02 17:33:46 -0700 (Mon, 02 Jun 2008) | 3 lines sync'ing to the cluster version which isn't maintained with vc right now. ------------------------------------------------------------------------ r3078 | giles | 2008-06-02 13:38:14 -0700 (Mon, 02 Jun 2008) | 4 lines Update the clusterpush script to also run a regression against the latest baseline. There are some problems with output ordering, but otherwise it works. ------------------------------------------------------------------------ r3077 | tor | 2008-05-30 04:06:55 -0700 (Fri, 30 May 2008) | 1 line This did not happen. ------------------------------------------------------------------------ r3076 | henrys | 2008-05-29 22:18:57 -0700 (Thu, 29 May 2008) | 3 lines Modified to work on 64 bit architectures and improves how big and little endian input and output is handled. ------------------------------------------------------------------------ r3075 | henrys | 2008-05-29 22:18:54 -0700 (Thu, 29 May 2008) | 3 lines Modified to work on 64 bit architectures and improves how big and little endian input and output is handled. ------------------------------------------------------------------------ r3074 | tor | 2008-05-29 07:51:25 -0700 (Thu, 29 May 2008) | 1 line Byte swap 16-bit TIFF images to native byte order if necessary. ------------------------------------------------------------------------ r3073 | tor | 2008-05-29 07:34:21 -0700 (Thu, 29 May 2008) | 1 line Parse ColorConvertedBitmap image references. Does not actually do any color conversion. ------------------------------------------------------------------------ r3072 | tor | 2008-05-27 06:01:06 -0700 (Tue, 27 May 2008) | 1 line Correct typo in xps_strcasecmp that caused the wrong parts to be returned from xps_find_part, resulting in overwritted font data and other mishaps. ------------------------------------------------------------------------ r3069 | giles | 2008-05-21 10:11:22 -0700 (Wed, 21 May 2008) | 2 lines Update the snapshot NEWS cutoff to coincide with the 1.52 release. ------------------------------------------------------------------------ r3068 | henrys | 2008-05-20 08:37:48 -0700 (Tue, 20 May 2008) | 4 lines fix 689828. PCL pixel encoding mode has the side effect of setting bits per index to 8. Progression noted in cet file 22-05.BIN page 14 and 16. ------------------------------------------------------------------------ r3065 | henrys | 2008-05-12 20:13:12 -0700 (Mon, 12 May 2008) | 56 lines Finally fixing bug #689159. HPGL/2 beziers were not properly joined to other path segments. The fix depends on previous patches and upgrade is recommended to address the bug. The following regression tests had trivial pixel differences or progressions: fts.2350 fts.1120 fts.1130 fts.1100 fts.2340 fts.2132 fts.1635 fts.2131 fts.2133 fts.1502 fts.2130 fts.1820 fts.1810 35-06.BIN 32-01.BIN 31-01.BIN 35-03.BIN 28-04.BIN 35-02.BIN 28-03.BIN 31-03.BIN 30-01.BIN 28-10.BIN 34-03.BIN 28-06.BIN 30-19.BIN 29-03.BIN 36-04.BIN 31-07.BIN 31-04.BIN 35-05.BIN 32-02.BIN 29-11.BIN 29-07.BIN fts.1832 fts.2210a fts.1430 fts.1370 fts.1460 fts.1450 fts.1380 fts.1965 bmp28sa2.bin ls40c1d3.bin ls406wd2.bin lt83.test pcl5_testcases1004.zip pwstate.test md312dwf.pcl ------------------------------------------------------------------------ r3064 | henrys | 2008-05-09 13:09:39 -0700 (Fri, 09 May 2008) | 4 lines curves should have beveled joins - the same change was made for pxl in revision 3061. This might cause pixel level trivial changes in some bezier tests. ------------------------------------------------------------------------ r3063 | henrys | 2008-05-09 13:01:56 -0700 (Fri, 09 May 2008) | 2 lines removes obsolete bmpa devices. No differences expected. ------------------------------------------------------------------------ r3061 | henrys | 2008-04-28 18:13:40 -0700 (Mon, 28 Apr 2008) | 6 lines Fixes 689699. Curves should have beveled joins. Actually we had a comment documenting what should be done but no associated code. I did not look to see if it was mistakenly removed. Unfortunately this change has small effects on many tests. A large sample of differing tests (not all) were spot checked. ------------------------------------------------------------------------ r3060 | henrys | 2008-04-20 20:23:24 -0700 (Sun, 20 Apr 2008) | 3 lines Changes limit of undocumented vendor unique attribute. Fixes 689797, no expected differences. ------------------------------------------------------------------------ r3059 | tor | 2008-04-15 07:50:45 -0700 (Tue, 15 Apr 2008) | 1 line Add SVG interpreter skeleton. ------------------------------------------------------------------------ r3058 | ray | 2008-04-04 10:28:22 -0700 (Fri, 04 Apr 2008) | 3 lines Remove duplicate 'config-clean' target that caused 'clean' target to fail. Thanks to Michael for the patch. Fixes bug 689784. ------------------------------------------------------------------------ r3057 | tor | 2008-04-02 06:00:42 -0700 (Wed, 02 Apr 2008) | 1 line Redesign of IsStroked logic to not rely on global context state. Also properly uses gs_closepath when possible. ------------------------------------------------------------------------ r3056 | tor | 2008-04-01 06:49:58 -0700 (Tue, 01 Apr 2008) | 1 line Addendum to revision 3055; need to closepath with an explicit lineto since the IsStroked logic uses gs_moveto to skip past path segments. ------------------------------------------------------------------------ r3055 | tor | 2008-04-01 06:45:11 -0700 (Tue, 01 Apr 2008) | 1 line Support IsStroked and IsFilled attributes when drawing paths. ------------------------------------------------------------------------ r3054 | henrys | 2008-03-31 11:34:24 -0700 (Mon, 31 Mar 2008) | 2 lines assign memory devices. ------------------------------------------------------------------------ r3053 | henrys | 2008-03-26 11:32:14 -0700 (Wed, 26 Mar 2008) | 4 lines Replace florin with adieresis. This is the second encoding problem found with our lineprinter font. This fixes 689675 but an exhaustive test of all the characters in the font is needed. ------------------------------------------------------------------------ r3052 | leonardo | 2008-03-22 13:58:33 -0700 (Sat, 22 Mar 2008) | 10 lines Provide Visual Trace window for pcl6 Windows build (comtinued). DETAILS : Rules for GUI object modules specified a wrong directory. EXPECTED DIFFERENCES : None. ------------------------------------------------------------------------ r3051 | leonardo | 2008-03-21 12:21:44 -0700 (Fri, 21 Mar 2008) | 17 lines Provide Visual Trace window for pcl6 Windows build. DETAILS : It opens a window, and Visual Trace instructions can paint to it. See gs/doc/Use.htm#Visual_trace for details. Needs Ghostscript revision 8604. 1. 3 rules are added at the end of pcl6_msvc.mak . They may need forther improvements or to be moved elswhere. 2. When building, specify ALLOW_VD_TRACE=1 in 'nmake' arguments. EXPECTED DIFFERENCES : None. ------------------------------------------------------------------------ r3050 | henrys | 2008-03-20 23:45:54 -0700 (Thu, 20 Mar 2008) | 3 lines Enter PCL Mode should not be executed in macro mode. This is part of fixing 689747, no differences in local regression testing. ------------------------------------------------------------------------ r3049 | henrys | 2008-03-20 23:40:51 -0700 (Thu, 20 Mar 2008) | 3 lines Fixes a compiler warning caused by the previous change. No expected differences. ------------------------------------------------------------------------ r3048 | henrys | 2008-03-20 23:18:42 -0700 (Thu, 20 Mar 2008) | 3 lines Note an error location so it can be seen with -Z#. This is related to fixing 689747. No expected differences. ------------------------------------------------------------------------ r3047 | henrys | 2008-03-19 16:13:11 -0700 (Wed, 19 Mar 2008) | 4 lines Fixes a compiler error in MSVC. int32_t is defined in system headers on many unix boxes so it was not noticed earlier. Thanks to Leo for reporting this. ------------------------------------------------------------------------ r3045 | tor | 2008-03-14 07:39:30 -0700 (Fri, 14 Mar 2008) | 1 line Install a 16x16 spot halftone when initializing the device. We should be able to specify the halftone somewhere, but leaving that for later. Solves the immediate problem of bug 689343. ------------------------------------------------------------------------ r3044 | tor | 2008-03-14 06:50:24 -0700 (Fri, 14 Mar 2008) | 1 line Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequence. Fixes bug #689744. ------------------------------------------------------------------------ r3043 | henrys | 2008-03-06 10:58:19 -0800 (Thu, 06 Mar 2008) | 3 lines cosmetic change, use int32_t from stdint_.h instead of a definition private to pxl. ------------------------------------------------------------------------ r3042 | henrys | 2008-03-06 09:26:39 -0800 (Thu, 06 Mar 2008) | 2 lines Remove notice about 64 bit problems which were fixed some time ago. ------------------------------------------------------------------------ r3041 | henrys | 2008-03-05 14:45:49 -0800 (Wed, 05 Mar 2008) | 2 lines Fixes 689659, replaces "o acute" with "em dash" in the font. ------------------------------------------------------------------------ r3040 | henrys | 2008-03-03 20:42:33 -0800 (Mon, 03 Mar 2008) | 6 lines Remove diagnostic relative position printout, this was wrong frequently because the current buffer pointer does not necessarily point to the read stream, it can point to a saved buffer, in which case the calculated position is bogus. ------------------------------------------------------------------------ r3039 | henrys | 2008-03-02 18:46:13 -0800 (Sun, 02 Mar 2008) | 2 lines just changes some filenames ghostpcl -> ghostpdl. ------------------------------------------------------------------------ r3038 | henrys | 2008-03-02 18:31:23 -0800 (Sun, 02 Mar 2008) | 2 lines Begin "deriving" ghostPDL documentation from the out-of-date ghostpcl documentation. ------------------------------------------------------------------------ r3037 | henrys | 2008-03-02 18:28:23 -0800 (Sun, 02 Mar 2008) | 2 lines change makefile targets from ghostpcl -> ghostpdl ------------------------------------------------------------------------ r3034 | giles | 2008-02-29 17:37:19 -0800 (Fri, 29 Feb 2008) | 3 lines Update the version string and unfreeze the gs revision after the 1.52 release. ------------------------------------------------------------------------