summaryrefslogtreecommitdiffstats
path: root/src/dom/uri.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-961/+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-6/+3
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2011-11-07cppcheck: performance and initialisationKris De Gussem1-9/+10
(bzr r10729)
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
(bzr r10697)
2011-10-23cppcheckKris De Gussem1-5/+5
(bzr r10695)
2008-04-29More documentation. Fix scope bug in uristream.cpp. Remove warnings.Bob Jamison1-3/+3
(bzr r5540)
2008-03-08Fixed bug found by JonCruz. Using an unsigned int in findLast() caused an ↵Bob Jamison1-5/+6
infinite loop. (bzr r4994)
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-11-25Warning cleanupJon A. Cruz1-0/+3
(bzr r4133)
2007-09-16trivial: Address some g++-4.2 writable-strings warnings.Peter Moulder1-2/+2
(bzr r3758)
2007-03-30forgot #include <vector>Bob Jamison1-1/+1
(bzr r2781)
2007-03-29Fix native path for iriBob Jamison1-9/+10
(bzr r2779)
2007-03-29Begin to support IRI'sBob Jamison1-51/+186
(bzr r2778)
2007-03-29make glib dep configurable againBob Jamison1-2/+104
(bzr r2776)
2007-03-18change std::string::size_type to DOMString::size_typeBob Jamison1-4/+4
(bzr r2701)
2007-03-18fix 64-bit issues with width of npos -- patch #1675697 from mellumMenTaLguY1-2/+2
(Falk Hueffner) (bzr r2695)
2006-11-15Fix non-basenamesBob Jamison1-1/+3
(bzr r1956)
2006-04-22native path supportBob Jamison1-0/+1
(bzr r574)
2006-04-22Native path supportBob Jamison1-2/+42
(bzr r571)
2006-04-22Fix normalize()Bob Jamison1-5/+21
(bzr r569)
2006-04-22Add normalize()Bob Jamison1-5/+67
(bzr r566)
2006-04-22Tweak to use Glib::ustring. Remove warnings.Bob Jamison1-15/+117
(bzr r565)
2006-04-12Add new rearranged /dom directoryBob Jamison1-0/+498
(bzr r479)
2006-04-12Removed file/folder for ishmalAaron Spike1-454/+0
(bzr r478)