aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
AgeCommit message (Expand)Author
2009-05-08spellingcorvid
2009-04-23commentsJohannes Hofmann
2009-04-19wrap long lines in src/ css codecorvid
2009-04-08support CSS @import directiveJohannes Hofmann
2009-03-09whitespaceJohannes Hofmann
2009-03-06remove bg_color dillorc optionJohannes Hofmann
2009-02-17fix missing background color for ComplexButton (noticed by corvid)Johannes Hofmann
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-06fix check for name/id mismatch (noticed by corvid)Johannes Hofmann
2009-02-02remove unused order_count parameterJohannes Hofmann
2009-01-13initial implementation of a CSS selector matching optimizationJohannes Hofmann
2008-12-19make StyleEngine::computeValue() and computeLength() return boolJohannes Hofmann
2008-12-14inherit pseudo classes "link" and "visited"Johannes Hofmann
2008-12-09add comment about inheritBackgroundColor()Johannes Hofmann
2008-12-09use output parameter in StyleEngine::computeValue()Johannes Hofmann
2008-12-09use CssLength typeJohannes Hofmann
2008-12-04add wordStyle() method to StyleEngineJohannes Hofmann
2008-12-04hook up <style>...</style> parsingJohannes Hofmann
2008-12-01fix DocTree implementation in StyleEngineJohannes Hofmann
2008-11-28add workaround for table row coloringJohannes Hofmann
2008-11-14fix id, class, style attribute handlingJohannes Hofmann
2008-11-14setNonCssProperties() -> setNonCssHints()Johannes Hofmann
2008-11-14call StyleEngine::startElement() in Html_force_push_tag() to fix assertionsJohannes Hofmann
2008-11-13start implementing resolution of relative CSS valuesJohannes Hofmann
2008-11-13use CssLength in computeValueJohannes Hofmann
2008-11-13compute relative valuesJohannes Hofmann
2008-11-08set CSS pseudo class in Html_tag_open_a()Johannes Hofmann
2008-10-30remove nonCssProperties from NodeJohannes Hofmann
2008-10-29pass Layout to StyleEngineJohannes Hofmann
2008-10-29switch to original enum names from dillo-0.8.0-css-3Johannes Hofmann
2008-10-29implement various apply() methodsJohannes Hofmann
2008-10-28add doctree.hhJohannes Hofmann
2008-10-26add klass parameterJohannes Hofmann
2008-10-23css.[ch][ch] -> styleengine.[ch][ch]Johannes Hofmann