summaryrefslogtreecommitdiffstats
path: root/src/dom/xmlreader.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-998/+0
ziptool to utils. (bzr r13047.1.5)
2011-12-04cppcheckKris De Gussem1-12/+18
(bzr r10759)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2008-05-01Clean up. More commenting. Smarten SvgParser and rename to SvgReader.Bob Jamison1-14/+21
(bzr r5570)
2008-04-13address some char* string literal warnings.Peter Moulder1-1/+1
(bzr r5414)
2008-03-08Change charclass.cpp/h to ucd.cpp/hBob Jamison1-1/+1
(bzr r4992)
2008-03-07Update charclass.h/cpp to use complete Unicode character databaseBob Jamison1-2/+2
(bzr r4984)
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+1
(bzr r2720)
2006-09-05Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison1-31/+29
Placeholder for dom binding, finish later. (bzr r1692)
2006-05-21Unix-ify the sourcesBob Jamison1-987/+987
(bzr r928)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-7/+7
(bzr r565)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+987
(bzr r479)
2006-04-12Removed file/folder for ishmalAaron Spike1-985/+0
(bzr r478)
2006-02-28Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison1-4/+8
(bzr r190)