summaryrefslogtreecommitdiff
path: root/svg
Commit message (Expand)AuthorAgeFilesLines
* Fix so that new icc changes work with svg. This fixes the seg faults for 691...Michael Vrhel2010-06-213-1/+10
* Bring svg_msvc.mak into line with xps_msvc.mak. This solves the situation ofRobin Watts2010-02-042-6/+8
* Change 2 uses of strtof to be (float)strtod. This should be exactly equivalent,Robin Watts2010-02-041-2/+2
* Changes to the MSVC makefiles to prepare for the prototype vs2005 solutionRobin Watts2010-01-071-0/+8
* Add a function process_file to the plmain interface. This is a very simple ha...Tor Andersson2009-11-191-22/+76
* Final msvc makefile changes to make ghostPDL targets build with the newRobin Watts2009-11-111-1/+1
* GhostPDL makefile changes required to make GhostPDL targets make on msvc withRobin Watts2009-11-111-0/+6
* Fix typo in svg_stroke.Tor Andersson2008-09-151-1/+1
* Split the source tree into two new directories.Ralph Giles2008-08-292-2/+2
* Parse SVG rgb(X,Y,Z) color syntax.Tor Andersson2008-08-251-2/+37
* 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-2112-29/+190
* Simplify code for setting the color when filling/stroking SVG shapes.Tor Andersson2008-08-081-28/+14
* Parse SVG polygons and polylines.Tor Andersson2008-08-081-7/+38
* Simplify whitespace and comma parsing in svg_parse_transform.Tor Andersson2008-08-081-14/+2
* Parse SVG basic data types, colors and shapes.Tor Andersson2008-08-0710-34/+1545
* Import the ghostpdl code from the private trunk r3107.Ralph Giles2008-07-142-1/+1
* Add some missing dependency declarations.Ralph Giles2008-06-301-5/+15
* Fix some missing prototypes.Ralph Giles2008-06-283-3/+5
* Uninspired utilitarian process triumphs over non-functional minimalistRalph Giles2008-06-271-1/+1
* Update the svg makefile for the gxi1[26]bit changes in r8519.Ralph Giles2008-06-271-4/+2
* Add SVG interpreter skeleton.Tor Andersson2008-04-157-0/+1172