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