summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-05- fix security bug lp:1025185Johan B. C. Engelen1-1/+7
2012-05-12syntx of null pointer dereference checksKris De Gussem1-10/+16
2012-04-22some more string class usageKris De Gussem1-13/+9
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-35/+17
2011-12-04cppcheckKris De Gussem1-0/+4
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-1/+22
2011-09-08Preserve CDATA sections on output.Tavmjong Bah1-2/+10
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-13/+34
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-22add libxml/parser.h to fix compile on windowsd1-0/+2
2010-09-21add XML_PARSE_HUGE to handle documents with more than 256 levels of nestingd1-1/+1
2009-04-07Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder1-29/+100
2009-04-06functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...Peter Moulder1-8/+8
2009-04-06Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder1-11/+0
2009-04-05functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder1-12/+6
2009-03-14Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz1-1/+30
2009-03-14Casts and legibility cleanupJon A. Cruz1-47/+82
2009-01-11promote default namespace for INX extension filesThomas Holder1-9/+12
2008-10-27From trunkTed Gould1-3/+4
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