summaryrefslogtreecommitdiffstats
path: root/src/xml (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-12syntx of null pointer dereference checksKris De Gussem6-309/+350
2012-04-22some more string class usageKris De Gussem1-13/+9
2012-04-09cppcheck stuffKris De Gussem1-1/+2
2012-04-05Clipboard code cleaning (patch for bug #964852 by Romain, see devmail thread...Kris De Gussem2-0/+72
2012-02-12Header cleaningAlex Valavanis1-1/+1
2012-01-11Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2-34/+1
2012-01-07dropped deprecated function sp_repr_get_double_attributeKris De Gussem3-6/+8
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem5-146/+67
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis14-18/+14
2011-12-04cppcheckKris De Gussem1-0/+4
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2-7/+76
2011-11-10cppcheck: initialization / warning cleanupKris De Gussem1-1/+1
2011-10-08update cmake file listsCampbell Barton1-1/+0
2011-10-04Purging some forward.h files.Jon A. Cruz8-65/+19
2011-10-03Doxygen cleanup.Jon A. Cruz5-14/+16
2011-10-02Removed forgotten debug statement.Tavmjong Bah1-1/+0
2011-09-28Fixed problem with font names that contain spaces.Tavmjong Bah1-3/+8
2011-09-16Remove left over debug g_warning... and the cause of compilation problems.Tavmjong Bah1-2/+1
2011-09-15Fix incorrect argument in call to varargs function in xml/repr-css.cppKrzysztof Kosi??ski1-1/+1
2011-09-15Use CSSOStringStream in writing number strings parsed by libcroco asTavmjong Bah1-4/+31
2011-09-08Preserve CDATA sections on output.Tavmjong Bah5-4/+30
2011-08-29Remove forgotten call to print routine.Tavmjong Bah1-1/+0
2011-08-29Added comments.Tavmjong Bah1-5/+79
2011-07-19Remove deprecated Glib symbolsKrzysztof Kosi??ski1-3/+3
2011-07-02added missing headerCampbell Barton1-0/+3
2011-06-13cmake:Campbell Barton1-1/+32
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+2
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-20/+20
2011-05-07Fix windows build.Jon A. Cruz1-5/+4
2011-05-06Adding initial cut of resource manager.Jon A. Cruz7-140/+296
2011-03-22Path. Fix for Bug #170225 (relative image paths instead of absolute).Nicolas Dufour1-3/+43
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2010-12-12Fixed const/non-const mismatch loop.Jon A. Cruz1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan34-34/+34
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
2010-07-06C++ification of SPObject continued along with the onset of XML Privatisation....Abhishek Sharma Public1-4/+6
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski4-4/+3
2009-08-23patch from 416549bulia byak1-0/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert7-19/+16
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce2-1/+3
2009-08-05xml/Document -> DocumentTreejohnce5-14/+15
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-04-18Fix #358704 that I introduced with r21075.Peter Moulder1-1/+1