Age | Commit message (Expand) | Author |
---|---|---|
2014-12-05 | Further work on implementing CSSRuleSets. This needs further testing, though. | Benjamin Paassen |
2014-12-05 | Added compilable version of RuleSets to the CSS.hpp. | Benjamin Paassen |
2014-12-05 | added an 'accepting' attribute to SelectorNodes to make them properly usable ... | Benjamin Paassen |
2014-12-04 | implemented CSSParser for selectors. The code compiles. Tests are still neede... | Benjamin Paassen |
2014-12-03 | implemented Unit-Test for SelectorNode::append and fixed a bug in the append ... | Benjamin Paassen |
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 SelectorNode... | Benjamin Paassen |
2014-12-02 | Refactored CSS object structure into an own header file and added additional ... | Benjamin Paassen |