aboutsummaryrefslogtreecommitdiff
path: root/src/styleengine.cc
AgeCommit message (Expand)Author
2009-06-22remove system includescorvid
2009-04-19wrap long lines in src/ css codecorvid
2009-04-08support CSS @import directiveJohannes Hofmann
2009-03-23disable negative margins for nowJohannes Hofmann
2009-03-15replace a_Css_parse(), a_Css_parse_declaration() with static methodsJohannes Hofmann
2009-03-11whitespaceJorge Arellano Cid
2009-03-11fix allow_white_bg=NO caseJohannes Hofmann
2009-03-09whitespaceJohannes Hofmann
2009-03-06remove bg_color dillorc optionJohannes Hofmann
2009-03-05reduce number of styleEngine::style0() callsJohannes Hofmann
2009-02-17fix missing background color for ComplexButton (noticed by corvid)Johannes Hofmann
2009-02-17add font_max_size dillorc optionJohannes Hofmann
2009-02-16check base font against font_min_sizeJohannes Hofmann
2009-02-15clean StyleEngine::stack on deletionJohannes Hofmann
2009-02-11add "font_min_size" dillorc optionJohannes Hofmann
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08mergeJohannes Hofmann
2009-02-07inherit valign when inheritBackgroundColor is setJohannes Hofmann
2009-02-06support font-size enum valuesJohannes Hofmann
2009-02-06switch font-weight handling to new multi type systemJohannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
2009-02-02remove unused order_count parameterJohannes Hofmann
2009-01-30remove todoJohannes Hofmann
2009-01-29free font names from style="" attributes (found by Jeremy)Johannes Hofmann
2009-01-26adapt font-family preferences to match CSSJohannes Hofmann
2009-01-22improve font handlingJohannes Hofmann
2009-01-21start supporting "auto" value in CSSJohannes Hofmann
2009-01-19switch default font size to 14Johannes Hofmann
2009-01-17add parse_embedded_css optionJohannes Hofmann
2009-01-17implement parsing of CSS data from style attributeJohannes Hofmann
2009-01-16update copyrightJohannes Hofmann
2009-01-15use prefs.font_factor to scale base fontJohannes Hofmann
2009-01-15mergeJohannes Hofmann
2009-01-13pass valign property from base style into wordStyleJohannes Hofmann
2009-01-13initial implementation of a CSS selector matching optimizationJohannes Hofmann
2009-01-06initialize styleAttribute and inheritBackgroundColor (by Jorge)Johannes Hofmann
2009-01-04backout 14ce954d98c0Johannes Hofmann
2009-01-03reduce rounding errors when casting float to intJohannes Hofmann
2008-12-19make StyleEngine::computeValue() and computeLength() return boolJohannes Hofmann
2008-12-15initialize wordStyleJohannes Hofmann
2008-12-14inherit pseudo classes "link" and "visited"Johannes Hofmann
2008-12-11always use shaded colorsJohannes Hofmann
2008-12-11use shaded colors for bordersJohannes Hofmann
2008-12-09remove duplicate breakJohannes Hofmann
2008-12-09support white-space propertyJohannes Hofmann
2008-12-09whitespaceJohannes Hofmann
2008-12-09use output parameter in StyleEngine::computeValue()Johannes Hofmann
2008-12-09use CssLength typeJohannes Hofmann
2008-12-08partly revert ed5ea857edc6 to fix coloring of <tr> elementsJohannes Hofmann
2008-12-04adjust inheritBackgroundColor() handling to new wordStyle() stuffJohannes Hofmann