summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* syntx of null pointer dereference checksKris De Gussem2012-05-121-10/+16
* some more string class usageKris De Gussem2012-04-221-13/+9
* Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem2012-01-031-35/+17
* cppcheckKris De Gussem2011-12-041-0/+4
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-1/+22
* Preserve CDATA sections on output.Tavmjong Bah2011-09-081-2/+10
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-13/+34
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+0
|\
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | add libxml/parser.h to fix compile on windowsd2010-09-221-0/+2
* | add XML_PARSE_HUGE to handle documents with more than 256 levels of nestingd2010-09-211-1/+1
|/
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file xml/...Peter Moulder2009-04-071-29/+100
* functional noop: xml/repr-io.cpp: (sp_repr_save_writer): Mark static. Slight...Peter Moulder2009-04-061-8/+8
* Remove trivial wrapper function sp_repr_print that hasn't been used in years.Peter Moulder2009-04-061-11/+0
* functional noop: xml/repr-io.cpp: Simplify a calculation.Peter Moulder2009-04-051-12/+6
* Work-around output encoding issues with comments. Fixes bug #340451.Jon A. Cruz2009-03-141-1/+30
* Casts and legibility cleanupJon A. Cruz2009-03-141-47/+82
* promote default namespace for INX extension filesThomas Holder2009-01-111-9/+12
* From trunkTed Gould2008-10-271-3/+4
* Fold sp_repr_save_file() into sp_repr_save_writer() so that it can also be ca...Bob Jamison2008-04-021-37/+43
* Warning cleanupJon A. Cruz2008-03-151-1/+1
* Add convenience functions to read from/write to Glib::ustrings.Bob Jamison2008-03-131-0/+28
* add basic support for preserving processing instructions in the ASTMenTaLguY2008-03-071-4/+9
* export sp_repr_write_stream()Bob Jamison2008-03-071-1/+0
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* r16525@tres: ted | 2007-09-11 20:49:47 -0700Ted Gould2007-09-121-1/+1
* Add fixme comment re testing for file existence inside g_return_if_fail.Peter Moulder2007-06-201-0/+3
* eliminate last uses of sp_repr_new*MenTaLguY2007-01-251-23/+16
* make SVG indent and inlined attrs configurable via prefsbulia byak2006-11-011-24/+38
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-8/+8
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-8/+8
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-8/+8
* Removed debugging messagesJon A. Cruz2006-06-011-3/+0
* Strip BOM from incoming filesJon A. Cruz2006-05-301-77/+101
* shared_ptr -> ptr_sharedMenTaLguY2006-03-151-5/+5
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-061-6/+7
* Catch failures in fopen of XML files. Fixes #1374551.Carl Hetherington2006-01-231-3/+14
* applied patch #1348672 from enchanterRalf Stephan2006-01-171-1/+1
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+786