summaryrefslogtreecommitdiffstats
path: root/src/dom/cssreader.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-1684/+0
ziptool to utils. (bzr r13047.1.5)
2013-08-05code cleanup (cppcheck)Johan B. C. Engelen1-4/+3
(bzr r12469)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-4/+4
(bzr r5594)
2008-05-01Rearrange tests.Bob Jamison1-13/+28
(bzr r5573)
2008-05-01Finish changing "Parser" to "Reader"Bob Jamison1-29/+29
(bzr r5572)
2008-05-01Rename *Parsers to ReadersBob Jamison1-1/+1
(bzr r5571)
2008-03-20Change from DOM Level 3 Views to Level 2 to sync with CSSBob Jamison1-1/+1
(bzr r5131)
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-10/+10
(bzr r4984)
2007-09-16trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder1-1/+1
(bzr r3758)
2007-03-29make glib dep configurable againBob Jamison1-1/+1
(bzr r2776)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-2/+2
(bzr r565)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+1670
(bzr r479)
2006-04-12Removed file/folder for ishmalAaron Spike1-1669/+0
(bzr r478)
2006-02-28Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison1-1/+1
(bzr r190)