summaryrefslogtreecommitdiffstats
path: root/src/xml/node.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16Inkscape::XML::Node::addChildAtPosThomas Holder1-1/+15
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-03-20Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva1-5/+4
2018-11-10fix compiling on macOSThomas Holder1-2/+2
2018-11-08Clarify licensesMax Gaukler1-9/+4
2018-09-11Make XML tree a double-linked-list (significant improvement on previous node ...Marc Jeanmougin1-0/+2
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-1/+1
2018-05-09Apply fixedJabier Arraiza1-1/+18
2018-05-09Reset old code to reaply fixedJabier Arraiza1-18/+1
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-1/+18
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+2
2014-09-27Update to experimental r13565Liam P. White1-8/+7
2014-09-07Update to experimental r13543Liam P. White1-8/+7
2014-09-06More header cleanupLiam P. White1-8/+7
2014-03-24fix tiny mistakeJohan B. C. Engelen1-1/+1
2014-03-24add convenience functions to deal with Glib::ustrings for setting repr attrib...Johan B. C. Engelen1-1/+15
2012-02-12Header cleaningAlex Valavanis1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04Purging some forward.h files.Jon A. Cruz1-1/+6
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+0
2009-08-05Inkscape::XML::Document -> Inkscape::XML::DocumentTree (more refactoring ...)johnce1-0/+2
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-37/+390
2008-07-01remove "public private" virtual methods from XML::NodeMenTaLguY1-9/+0
2008-07-01remove last traces of "floating nodes"MenTaLguY1-1/+0
2008-03-07add basic support for preserving processing instructions in the ASTMenTaLguY1-1/+2
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY1-0/+4
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-5/+0