Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-17 | small style changed -- always pass input arguments as Handles and not Rooted ↵ | Andreas Stöckel | |
-- otherwise a temporary Rooted has to be created and freed which may trigger unwanted garbage collector runs. Always use the C++ nullptr instread of NULL -- the first one is typesafe, the latter is not | |||
2014-12-05 | Successfully (hopefully) implemented CSS Parsing and the respective test. | Benjamin Paassen | |
2014-12-03 | implemented Unit-Test for SelectorNode::append and fixed a bug in the append ↵ | Benjamin Paassen | |
function. | |||
2014-12-03 | Convenience versions for SelectorNode::getChildren. | Benjamin Paassen | |
2014-12-03 | implemented SelectorNode::append, which is not tested yet. | Benjamin Paassen | |
2014-12-03 | fixed some subtle design errors in SelectorNodes and implemented ↵ | Benjamin Paassen | |
SelectorNode::getChildren. |