summaryrefslogtreecommitdiffstats
path: root/src/dom/io/domstream.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...Martin Owens1-1228/+0
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-2/+3
2013-03-08Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-92/+128
2013-03-03Preparation to merge /dom/io and /io code (bug #1120585 )Kris De Gussem1-134/+84
2013-02-13fixing variable type in stream classes to what was intended (preparation for ...Kris De Gussem1-6/+5
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-1/+1
2009-02-26Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski1-0/+1
2008-05-04warning cleanup and fixed string free issueJon A. Cruz1-3/+3
2008-03-08Warning cleanupJon A. Cruz1-1/+1
2008-03-07Update charclass.h/cpp to use complete Unicode character databaseBob Jamison1-2/+2
2007-10-11Avoid string literal char* warnings on g++-4.2: change some functions to take...Peter Moulder1-1/+1
2006-06-30Fix integer paddingBob Jamison1-0/+7
2006-06-26Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison1-103/+147
2006-06-25Fix <path> output. Apparently ODF is more picky about floats than SVG. They...Bob Jamison1-0/+2
2006-06-13patch [ 1503869 ] ODF formatting fixAaron Spike1-10/+329
2006-04-13Made the format buffer larger and part of the class, not the stack.Bob Jamison1-6/+3
2006-04-12fix include pathBob Jamison1-8/+2
2006-04-12Add new rearranged /dom directoryBob Jamison1-228/+264