summaryrefslogtreecommitdiff
path: root/src/core/dom/Managed.hpp
AgeCommit message (Collapse)Author
2014-11-14Moved Managed to core and implemented managing of nodes for the CSS Style Tree.Benjamin Paassen
2014-11-14fixed equals operator in Handle class when comparing Handles of different typesAndreas 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