summaryrefslogtreecommitdiffstats
path: root/src/dom/io/domstream.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch from Lubomir Rintel: fixes for GCC 4.4Krzysztof Kosi??ski2009-02-261-0/+1
| | | (bzr r7380)
* warning cleanup and fixed string free issueJon A. Cruz2008-05-041-3/+3
| | | (bzr r5594)
* Warning cleanupJon A. Cruz2008-03-081-1/+1
| | | (bzr r4995)
* Update charclass.h/cpp to use complete Unicode character databaseBob Jamison2008-03-071-2/+2
| | | (bzr r4984)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-111-1/+1
| | | | | take char const* rather than char*. (bzr r3874)
* Fix integer paddingBob Jamison2006-06-301-0/+7
| | | (bzr r1324)
* Add code for printf() to allow %#s as xml-escaped string (cool, eh?)Bob Jamison2006-06-261-103/+147
| | | (bzr r1295)
* Fix <path> output. Apparently ODF is more picky about floats than SVG. ↵Bob Jamison2006-06-251-0/+2
| | | | | They do not like .nnn . Must be 0.nnn (bzr r1282)
* patch [ 1503869 ] ODF formatting fixAaron Spike2006-06-131-10/+329
| | | (bzr r1209)
* Made the format buffer larger and part of the class, not the stack.Bob Jamison2006-04-131-6/+3
| | | (bzr r512)
* fix include pathBob Jamison2006-04-121-8/+2
| | | (bzr r488)
* Add new rearranged /dom directoryBob Jamison2006-04-121-0/+878
(bzr r479)