index
:
ousia.git
master
Ousía Main Repository
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
CSS.hpp
Age
Commit message (
Expand
)
Author
2015-01-06
added XML classes including Serialization functions and added a test for it. ...
Benjamin Paassen
2015-01-02
Moved Node class to model folder
Andreas Stöckel
2014-12-17
small style changed -- always pass input arguments as Handles and not Rooted ...
Andreas Stöckel
2014-12-16
changed paths to new location of the Managed class, adapted NodeVector and No...
Andreas Stöckel
2014-12-11
moved to CharReader everywhere
Andreas Stöckel
2014-12-09
made CSSParser full compatible (including pseudo selector arguments) with typ...
Benjamin Paassen
2014-12-05
Successfully (hopefully) implemented CSS Parsing and the respective test.
Benjamin Paassen
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