summaryrefslogtreecommitdiff
path: root/src/core/dom
AgeCommit message (Expand)Author
2014-11-21According to my lords holy command I enacted his graces order of moving all p...Benjamin Paassen
2014-11-21working on ManagedContainers.hppAndreas Stöckel
2014-11-15added event system to Node class (needed for updating name->node maps in pare...Andreas Stöckel
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen
2014-11-14added TestNode unit testAndreas Stöckel
2014-11-14fixed equals operator in Handle class when comparing Handles of different typesAndreas Stöckel
2014-11-13deleted files with content that has been merged into the Node classAndreas Stöckel
2014-11-13Node.cpp and Node.hpp now containts the new Node base class (which always is ...Andreas Stöckel
2014-11-13allow the Handle class to be converted to const pointersAndreas Stöckel
2014-11-13fixed static type assertion in the Handle class for incomplete typesAndreas Stöckel
2014-11-13refactored NodeManager and Node class to Manager and Managed classesAndreas Stöckel
2014-11-06current working copyAndreas Stöckel
2014-11-03fixed bugs in garbage collector, improved handle classes, added some more uni...Andreas Stöckel
2014-11-03fixed node purgingAndreas Stöckel
2014-11-03implemented equals operator, fixed assignment operator, NodeManager now asser...Andreas Stöckel
2014-11-02fixed gc sweep rooting detection, added new gc unit testAndreas Stöckel
2014-11-02implemented garbage collecting node graphAndreas Stöckel