summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-9/+8
2018-09-11Make XML tree a double-linked-list (significant improvement on previous node ...Marc Jeanmougin1-10/+25
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-28/+28
2018-05-09Apply fixedJabier Arraiza1-4/+88
2018-05-09Reset old code to reaply fixedJabier Arraiza1-88/+4
2018-05-09Start migrating 0.92 patch to masterJabier Arraiza1-4/+88
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-3/+3
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-3/+3
2017-10-18Refactor Util::ptr_sharedJan Lingscheid1-9/+9
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2014-12-16Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah1-0/+20
2012-10-16Fix crash resulting from r11646.Tavmjong Bah1-1/+1
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-5/+2
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-3/+8
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-8/+3
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-11-29Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah1-6/+54
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2008-10-31Making it so that including simple-node.h will generate an errorTed Gould1-0/+1
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-6/+5
2008-07-01remove "public private" virtual methods from XML::NodeMenTaLguY1-6/+5
2008-07-01remove additional unnecessary indirection in tree operationsMenTaLguY1-17/+17
2008-07-01access some SimpleNode fields directlyMenTaLguY1-29/+44
2008-07-01remove last traces of "floating nodes"MenTaLguY1-33/+6
2008-06-11re-enable assertionsMenTaLguY1-2/+2
2008-06-11Back out the `document != NULL' assertions added to SimpleNode constructors i...Peter Moulder1-2/+2
2008-06-08force single single document over a node's lifetimeMenTaLguY1-0/+4
2008-06-08plumb document references a little deeper inMenTaLguY1-6/+5
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2007-11-02warning cleanupJon A. Cruz1-2/+2
2007-07-04make subtree monitoring part of XML::Node's interfaceMenTaLguY1-0/+14
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-4/+3
2007-01-20merge XML::Session into XML::DocumentMenTaLguY1-26/+11
2006-04-29switch everyone to simpler debug event APIMenTaLguY1-173/+79
2006-03-15shared_ptr -> ptr_sharedMenTaLguY1-29/+29
2006-02-13optimization: do not notify any listeners if attributes' new value is the sam...bulia byak1-1/+1
2006-02-08share_static -> share_static_stringMenTaLguY1-8/+8
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY1-40/+43