summaryrefslogtreecommitdiff
path: root/svg
AgeCommit message (Expand)AuthorFilesLines
2011-09-05Add Memento configuration to Visual Studio projects (and gs makefile)Robin Watts1-0/+37
2011-08-09Remove gserror.h, its contents have been moved to gserrors.h so weHenry Stiles2-2/+1
2011-07-20Fix for missing ICCProfilesDir during some device init. Move profiledir to gs...Ray Johnston1-4/+0
2011-06-26Fix for icc directory and icc device profile initialization.Michael Vrhel1-0/+4
2011-05-17Merge branch 'master' into patt_trans_clistRobin Watts1-1/+1
2011-05-15Change in device ICC profile handlingMichael Vrhel1-1/+1
2011-04-20Work on the pattern transparency clist code.mvrhel1-2/+2
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson8-860/+851
2010-06-21Fix so that new icc changes work with svg. This fixes the seg faults for 691...Michael Vrhel3-1/+10
2010-02-04Bring svg_msvc.mak into line with xps_msvc.mak. This solves the situation ofRobin Watts2-6/+8
2010-02-04Change 2 uses of strtof to be (float)strtod. This should be exactly equivalent,Robin Watts1-2/+2
2010-01-07Changes to the MSVC makefiles to prepare for the prototype vs2005 solutionRobin Watts1-0/+8
2009-11-19Add a function process_file to the plmain interface. This is a very simple ha...Tor Andersson1-22/+76
2009-11-11Final msvc makefile changes to make ghostPDL targets build with the newRobin Watts1-1/+1
2009-11-11GhostPDL makefile changes required to make GhostPDL targets make on msvc withRobin Watts1-0/+6
2008-09-15Fix typo in svg_stroke.Tor Andersson1-1/+1
2008-08-29Split the source tree into two new directories.Ralph Giles2-2/+2
2008-08-25Parse SVG rgb(X,Y,Z) color syntax.Tor Andersson1-2/+37
2008-08-25Use __func__ in xps/svg memory macros.Tor Andersson1-9/+4
2008-08-23Fix a code separation issue: expat.mak declares itself to be in GLSRC.Ralph Giles2-2/+2
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles12-29/+190
2008-08-08Simplify code for setting the color when filling/stroking SVG shapes.Tor Andersson1-28/+14
2008-08-08Parse SVG polygons and polylines.Tor Andersson1-7/+38
2008-08-08Simplify whitespace and comma parsing in svg_parse_transform.Tor Andersson1-14/+2
2008-08-07Parse SVG basic data types, colors and shapes.Tor Andersson10-34/+1545
2008-07-14Import the ghostpdl code from the private trunk r3107.Ralph Giles7-0/+1182
2008-06-30Add some missing dependency declarations.Ralph Giles1-5/+15
2008-06-28Fix some missing prototypes.Ralph Giles3-3/+5
2008-06-27Uninspired utilitarian process triumphs over non-functional minimalistRalph Giles1-1/+1
2008-06-27Update the svg makefile for the gxi1[26]bit changes in r8519.Ralph Giles1-4/+2
2008-04-15Add SVG interpreter skeleton.Tor Andersson7-0/+1172