summaryrefslogtreecommitdiffstats
path: root/src/xml/simple-node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove "public private" virtual methods from XML::NodeMenTaLguY2008-07-011-6/+5
| | | (bzr r6110)
* remove additional unnecessary indirection in tree operationsMenTaLguY2008-07-011-17/+17
| | | (bzr r6109)
* access some SimpleNode fields directlyMenTaLguY2008-07-011-29/+44
| | | (bzr r6108)
* remove last traces of "floating nodes"MenTaLguY2008-07-011-33/+6
| | | (bzr r6107)
* re-enable assertionsMenTaLguY2008-06-111-2/+2
| | | (bzr r5885)
* Back out the `document != NULL' assertions added to SimpleNode constructors ↵Peter Moulder2008-06-111-2/+2
| | | | | in r18847 (see https://bugs.launchpad.net/inkscape/+bug/239101). (bzr r5878)
* force single single document over a node's lifetimeMenTaLguY2008-06-081-0/+4
| | | (bzr r5862)
* plumb document references a little deeper inMenTaLguY2008-06-081-6/+5
| | | (bzr r5861)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* warning cleanupJon A. Cruz2007-11-021-2/+2
| | | (bzr r4012)
* make subtree monitoring part of XML::Node's interfaceMenTaLguY2007-07-041-0/+14
| | | (bzr r3186)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-4/+3
| | | (bzr r2723)
* merge XML::Session into XML::DocumentMenTaLguY2007-01-201-26/+11
| | | (bzr r2248)
* switch everyone to simpler debug event APIMenTaLguY2006-04-291-173/+79
| | | (bzr r634)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-151-29/+29
| | | (bzr r240)
* optimization: do not notify any listeners if attributes' new value is the ↵bulia byak2006-02-131-1/+1
| | | | | same as old (bzr r121)
* share_static -> share_static_stringMenTaLguY2006-02-081-8/+8
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-061-40/+43
| | | (bzr r87)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+731
(bzr r1)