summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-02Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison1-37/+43
2008-03-15Warning cleanupJon A. Cruz1-1/+1
2008-03-13Add convenience functions to read from/write to Glib::ustrings.Bob Jamison1-0/+28
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-4/+9
2008-03-07export sp_repr_write_stream()Bob Jamison1-1/+0
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-09-12r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould1-1/+1
2007-06-20Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder1-0/+3
2007-01-25eliminate last uses of sp_repr_new*MenTaLguY1-23/+16
2006-11-01make SVG indent and inlined attrs configurable via prefsbulia byak1-24/+38
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-8/+8
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-8/+8
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-8/+8
2006-06-01Removed debugging messagesJon A. Cruz1-3/+0
2006-05-30Strip BOM from incoming filesJon A. Cruz1-77/+101
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-5/+5
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-6/+7
2006-01-23Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington1-3/+14
2006-01-17applied patch #1348672 from enchanterRalf Stephan1-1/+1