summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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