summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...Emmanuel Gil Peyrot2019-01-241-18/+17
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-9/+8
* Make XML tree a double-linked-list (significant improvement on previous node ...Marc Jeanmougin2018-09-111-10/+25
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-28/+28
* Apply fixedJabier Arraiza2018-05-091-4/+88
* Reset old code to reaply fixedJabier Arraiza2018-05-091-88/+4
* Start migrating 0.92 patch to masterJabier Arraiza2018-05-091-4/+88
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
* Refactor Util::ptr_sharedJan Lingscheid2017-10-181-9/+9
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
* Debugging routines to print out XML, SP Object, and Display Item trees.Tavmjong Bah2014-12-161-0/+20
* Fix crash resulting from r11646.Tavmjong Bah2012-10-161-1/+1
* some memleak fixes (Bug #1043571)Kris De Gussem2012-09-201-5/+2
* revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem2012-09-031-3/+8
* converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem2012-09-021-8/+3
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-291-6/+54
* Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Making it so that including simple-node.h will generate an errorTed Gould2008-10-311-0/+1
* * Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski2008-09-231-6/+5
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-011-6/+5
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-011-17/+17
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
* remove last traces of "floating nodes"MenTaLguY2008-07-011-33/+6
* re-enable assertionsMenTaLguY2008-06-111-2/+2
* Back out the `document != NULL' assertions added to SimpleNode constructors i...Peter Moulder2008-06-111-2/+2
* force single single document over a node's lifetimeMenTaLguY2008-06-081-0/+4
* plumb document references a little deeper inMenTaLguY2008-06-081-6/+5
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
* warning cleanupJon A. Cruz2007-11-021-2/+2
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-041-0/+14
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-4/+3
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-26/+11
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-173/+79
* shared_ptr -> ptr_sharedMenTaLguY2006-03-151-29/+29
* optimization: do not notify any listeners if attributes' new value is the sam...bulia byak2006-02-131-1/+1
* share_static -> share_static_stringMenTaLguY2006-02-081-8/+8
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-061-40/+43
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+731