summaryrefslogtreecommitdiffstats
path: root/src/dom/xpathparser.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-2093/+0
ziptool to utils. (bzr r13047.1.5)
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis1-2/+1
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2013-02-11cppcheckKris De Gussem1-1/+1
(bzr r12117)
2012-02-15cppcheckKris De Gussem1-7/+9
(bzr r10977)
2011-12-04cppcheckKris De Gussem1-1/+1
(bzr r10759)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
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-7/+7
(bzr r4984)
2007-03-29make glib dep configurable againBob Jamison1-1/+1
(bzr r2776)
2006-09-05Massive update for smart pointers. Rework js dom binding to be smarter. ↵Bob Jamison1-1/+1
Placeholder for dom binding, finish later. (bzr r1692)
2006-07-13fixed parsing of axesBob Jamison1-0/+13
(bzr r1404)
2006-07-09finally getting closer to processing axes and contexts correctlyBob Jamison1-2/+6
(bzr r1389)
2006-07-07cleaned up token generationBob Jamison1-64/+90
(bzr r1375)
2006-07-07rearrange axis/context structure. make tokens more robustBob Jamison1-62/+64
(bzr r1370)
2006-05-21Unix-ify the sourcesBob Jamison1-2047/+2047
(bzr r928)
2006-04-30Rework Stack class to TokenExecutor, to support an Axis stackBob Jamison1-1/+4
(bzr r638)
2006-04-27Add axis and function token stubs to token setBob Jamison1-2/+91
(bzr r598)
2006-04-27interim cleanup commitBob Jamison1-1/+7
(bzr r597)
2006-04-23Move contextual info to StackBob Jamison1-1/+20
(bzr r578)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-7/+7
(bzr r565)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+1930
(bzr r479)
2006-04-12Removed file/folder for ishmalAaron Spike1-1910/+0
(bzr r478)
2006-02-28Replace isspace() with isWhitespace(). Use pure unicode character classes.Bob Jamison1-10/+10
(bzr r190)