aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.hh
AgeCommit message (Expand)Author
2014-07-25avoid requesting background images if an ancestor has display:noneJohannes Hofmann
2014-07-02make dpmm a proper member of StyleEngineJohannes Hofmann
2014-04-02fix crash and use proper requester URL for CSS imagesJohannes Hofmann
2014-04-01resolve CSS background-image URLs relative to styleheet URLJohannes Hofmann
2014-02-15share user agent style between CssContext'sJohannes Hofmann
2013-10-07View(port) background now set by HTML parser.Sebastian Geerken
2013-09-20Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related.Sebastian Geerken
2012-11-04some style engine refactoringJohannes Hofmann
2011-12-30move buildUserAgentStyle and buildUserStyle to styleengine.ccJohannes Hofmann
2011-06-07support !important in style attributesJohannes Hofmann
2010-11-24trim some spacescorvid
2010-10-17fix Style leaks in StyleEngineJohannes Hofmann
2010-10-14inline setNonCssHint()Johannes Hofmann
2010-10-11use background-color on <html>-elementJohannes Hofmann
2010-10-11add StyleEngine::restyle()Johannes Hofmann
2010-10-11rework nonCssHints API of StyleEngineJohannes Hofmann
2010-10-11store style attribute as CssPropertyList instead of a stringJohannes Hofmann
2010-10-11make StyleEngine::Node a struct - it's just that anywayJohannes Hofmann
2010-10-01fix last commitJohannes Hofmann
2010-01-07make Doctree a non-virtual classJohannes Hofmann
2009-12-18support border-width: thin | medium | thickJohannes Hofmann
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