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