summaryrefslogtreecommitdiffstats
path: root/src/dom/svgimpl.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-2563/+0
ziptool to utils. (bzr r13047.1.5)
2013-11-12fix type. note that a real fix should get rid of all the macros like ↵Johan B. C. Engelen1-4/+4
SVG_ZOOM_AND_PAN and replace it with enum... (bzr r12800)
2013-09-21fix Windows buildJohan B. C. Engelen1-2/+2
(bzr r12559)
2012-10-27Fix C++11 narrowing conversion errorsAlex Valavanis1-1/+1
(bzr r11834)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2008-06-11Add interface enumerations to element enumerationsBob Jamison1-93/+167
(bzr r5891)
2008-06-05fix compile with g++-4.3.Peter Moulder1-0/+2
(bzr r5810)
2008-06-04first try at attribute overloadingBob Jamison1-0/+53
(bzr r5808)
2008-06-03have svgdoc.createElement make every one of the svg element types. fix a ↵Bob Jamison1-0/+80
pure virtual problem (bzr r5795)
2008-06-03Move element creation to SVGDocumentImpl. Remove from svgreader.Bob Jamison1-2/+475
(bzr r5794)
2008-05-12minor changes for svg documentBob Jamison1-0/+7
(bzr r5660)
2008-05-01Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison1-4/+8
(bzr r5570)
2008-04-29Warning cleanup.Jon A. Cruz1-21/+21
(bzr r5542)
2008-03-18Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison1-0/+0
(bzr r5117)
2006-09-05Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison1-11/+11
Placeholder for dom binding, finish later. (bzr r1692)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+1870
(bzr r479)