summaryrefslogtreecommitdiffstats
path: root/src/dom/svgreader.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-750/+0
ziptool to utils. (bzr r13047.1.5)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
(bzr r7380)
2008-06-03Move element creation to SVGDocumentImpl. Remove from svgreader.Bob Jamison1-560/+11
(bzr r5794)
2008-06-01add terminator to table, add lookup functionsBob Jamison1-3/+36
(bzr r5778)
2008-06-01Add enumerations for svg element types, and lookup tableBob Jamison1-0/+440
(bzr r5776)
2008-05-12use smart pointer types correctlyBob Jamison1-2/+2
(bzr r5661)
2008-05-12minor changes for svg documentBob Jamison1-14/+34
(bzr r5660)
2008-05-01Finish changing "Parser" to "Reader"Bob Jamison1-1/+1
(bzr r5572)
2008-05-01Rename *Parsers to ReadersBob Jamison1-2/+2
(bzr r5571)
2008-05-01Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison1-11/+55
(bzr r5570)
2008-03-18Raise SVG c++ files to main dom directory. They belong there nos.Bob Jamison1-0/+0
(bzr r5117)
2008-03-08Change charclass.cpp/h to ucd.cpp/hBob Jamison1-1/+1
(bzr r4993)
2008-03-07Update charclass.h/cpp to use complete Unicode character databaseBob Jamison1-4/+4
(bzr r4984)
2007-10-11Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder1-1/+1
take char const* rather than char*. (bzr r3874)
2007-09-16trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder1-1/+1
(bzr r3758)
2006-09-05Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison1-14/+13
Placeholder for dom binding, finish later. (bzr r1692)
2006-06-01remove warningsBob Jamison1-8/+8
(bzr r1117)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-1/+1
(bzr r565)
2006-04-12fix some includesAaron Spike1-2/+2
(bzr r493)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+762
(bzr r479)