summaryrefslogtreecommitdiff
path: root/xps
Commit message (Expand)AuthorAgeFilesLines
* Add test for empty paths when updating bounding boxes.Tor Andersson2009-07-281-2/+10
* Remove PCL/XL file support from the msvc build of gxps.Ralph Giles2009-07-241-6/+7
* Change the msvc xps build to use a 32 bit color index like the gccRalph Giles2009-07-231-5/+0
* Move and rename the PNGSRCDIR entry in the msvc makefile for xps toRalph Giles2009-07-231-4/+4
* Revert the change in c9860 to allow xps to build built without the pclRalph Giles2009-07-171-1/+0
* Changes to allow building XPS (gxps) without the pcl directory present.Ray Johnston2009-07-141-0/+1
* Initialize filladjust to 0 in GhostXPS.Tor Andersson2009-07-071-0/+1
* Fix typo introduced in r9812.Tor Andersson2009-06-231-1/+1
* Add missing returns and a NULL check to previous transparency analysis fixes.Tor Andersson2009-06-222-0/+6
* Look for transparency in image brushes and gradient brushes when analysing th...Tor Andersson2009-06-153-6/+127
* The clip mask and path when emulating a non-solid brush fill was not gsave/gr...Tor Andersson2009-03-311-3/+3
* Initialize and free the part table at job init/de-init time. Solves a crash w...Tor Andersson2009-02-111-2/+8
* Remove the example Visual Studio solution and project files for buildingRalph Giles2009-01-301-266/+0
* Fix an potentially uninitialized variable.Tor Andersson2009-01-281-0/+2
* Make the part name hash table case insensitive.Tor Andersson2009-01-201-6/+13
* Make the content type maps a compile time option (they're not necessary, and ...Tor Andersson2009-01-194-35/+125
* Fix bugs in hash table implementation.Tor Andersson2009-01-192-30/+44
* Add some sanity checks to avoid zero sized images that resulted in infinite s...Tor Andersson2009-01-191-0/+6
* Use hash tables for XPS type maps and part list.Tor Andersson2009-01-177-174/+234
* Set grid fitting values to enable TT interpretation and autohinting in XPS in...Tor Andersson2008-12-101-2/+2
* Remove some debug print outs in the XPS interpreter. Make zip-file debug trac...Tor Andersson2008-11-279-49/+34
* Clarify some error handling in XPS parsing code.Tor Andersson2008-11-262-11/+24
* Pre-parse XPS pages looking for transparency to avoid creating pdf 14 composi...Tor Andersson2008-11-261-0/+4
* Pre-parse XPS pages looking for transparency to avoid creating pdf 14 composi...Tor Andersson2008-11-261-0/+4
* Pre-parse XPS pages looking for transparency to avoid creating pdf 14 composi...Tor Andersson2008-11-262-2/+266
* Split the source tree into two new directories.Ralph Giles2008-08-292-2/+2
* Use __func__ in xps/svg memory macros.Tor Andersson2008-08-251-9/+4
* Fix a code separation issue: expat.mak declares itself to be in GLSRC.Ralph Giles2008-08-232-2/+2
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-2129-54/+462
* Forgot to read current point when drawing absolute quadratic curves in XPS.Tor Andersson2008-08-071-0/+1
* XML debug printing fix.Tor Andersson2008-08-071-2/+10
* Always turn on image interpolation for XPS, as required by the specification.Tor Andersson2008-07-181-0/+3
* Handle namespaced attributes in the XML. This should solve a whole batch of p...Tor Andersson2008-07-172-3/+18
* Import the ghostpdl code from the private trunk r3107.Ralph Giles2008-07-141-0/+0
* Add some missing dependency declarations.Ralph Giles2008-06-301-1/+1
* Fix compile problem on MSVC (in strict C, declarations must precede anyRay Johnston2008-06-261-2/+2
* Warn when encountering markup compatibility tags in XPS documents.Tor Andersson2008-06-161-9/+34
* Process XML namespaces in XPS parser.Tor Andersson2008-06-162-7/+26
* This did not happen.Tor Andersson2008-05-301-1/+1
* Byte swap 16-bit TIFF images to native byte order if necessary.Tor Andersson2008-05-292-0/+32
* Parse ColorConvertedBitmap image references. Does not actually do any color c...Tor Andersson2008-05-293-10/+105
* Correct typo in xps_strcasecmp that caused the wrong parts to be returned fro...Tor Andersson2008-05-273-1/+5
* Redesign of IsStroked logic to not rely on global context state. Also properl...Tor Andersson2008-04-024-52/+48
* Addendum to revision 3055; need to closepath with an explicit lineto since th...Tor Andersson2008-04-011-1/+1
* Support IsStroked and IsFilled attributes when drawing paths.Tor Andersson2008-04-014-7/+68
* Install a 16x16 spot halftone when initializing the device. We should be able...Tor Andersson2008-03-141-0/+84
* Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson2008-03-145-51/+102
* a comment delimiter was missing causing nmake to fail. The problemHenry Stiles2008-02-281-1/+1
* Ignore case when searching for named parts.Tor Andersson2008-02-152-1/+21
* Warn when there are unprocessed pages left at deallocation time, which usuall...Tor Andersson2008-02-151-0/+6