summaryrefslogtreecommitdiffstats
path: root/src/dom/io/domstream.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-1228/+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/+3
check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
2013-03-08Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-92/+128
(bzr r12184)
2013-03-03Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-134/+84
(bzr r12168)
2013-02-13fixing variable type in stream classes to what was intended (preparation for ↵Kris De Gussem1-6/+5
solving bug #1120585 ) (bzr r12123)
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-05-04warning cleanup and fixed string free issueJon A. Cruz1-3/+3
(bzr r5594)
2008-03-08Warning cleanupJon A. Cruz1-1/+1
(bzr r4995)
2008-03-07Update charclass.h/cpp to use complete Unicode character databaseBob Jamison1-2/+2
(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)
2006-06-30Fix integer paddingBob Jamison1-0/+7
(bzr r1324)
2006-06-26Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison1-103/+147
(bzr r1295)
2006-06-25Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵Bob Jamison1-0/+2
They do not like .nnn . Must be 0.nnn (bzr r1282)
2006-06-13patch [ 1503869 ] ODF formatting fixAaron Spike1-10/+329
(bzr r1209)
2006-04-13Made the format buffer larger and part of the class, not the stack.Bob Jamison1-6/+3
(bzr r512)
2006-04-12fix include pathBob Jamison1-8/+2
(bzr r488)
2006-04-12Add new rearranged /dom directoryBob Jamison1-228/+264
(bzr r479)