aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
AgeCommit message (Collapse)Author
2009-01-09remove unused codeJohannes Hofmann
2009-01-03fix parsing of CSS selectors with '>' combinatorJohannes Hofmann
2008-12-19Interim patch for CSS stylesheet loading. Not finished yet.Jorge Arellano Cid
2008-12-11sort propertiesJohannes Hofmann
2008-12-02check for EOF in Css_next_token()Johannes Hofmann
2008-12-02implement CSS_SHORTHAND_BORDERJohannes Hofmann
2008-12-02ignore CSS commentsJohannes Hofmann
2008-12-01stop simple selector parsing at whitespaceJohannes Hofmann
2008-12-01avoid looping in CSS parserJohannes Hofmann
2008-11-30make complex selectors workJohannes Hofmann
2008-11-30factor out Css_parse_simple_selector()Johannes Hofmann
2008-11-30factor out Css_parse_selector()Johannes Hofmann
2008-11-30remove more obsolete codeJohannes Hofmann
2008-11-30remove obsolete ifJohannes Hofmann
2008-11-30add CssSimpleSelector::ELEMENT_ANYJohannes Hofmann
2008-11-30introduce space_separated flagJohannes Hofmann
2008-11-30make CssSelector a list of CssSimpleSelector objectsJohannes Hofmann
2008-11-23remove unused codeJohannes Hofmann
2008-11-21typoJohannes Hofmann
2008-11-20mergeJohannes Hofmann
2008-11-20Removed lots of compiler warnings, and formatted code to 80 columns.Jorge Arellano Cid
Used: indent -kr -st -sc -i3 -bad -nbbo -nut
2008-11-20ignore unknown HTML elementsJohannes Hofmann
2008-11-15support percentages in font-size definitionJohannes Hofmann
2008-11-14add missing Css_next_token() callJohannes Hofmann
2008-11-14remove previously introduced shortcut properties as they break the cascadeJohannes Hofmann
2008-11-13add reference counting for CssPropertyList and CssSelectorJohannes Hofmann
2008-11-12support cursorJohannes Hofmann
2008-11-12revert CSS_LENGTH_TYPE_AUTO->LENGTH_AUTO conversionJohannes Hofmann
2008-11-12support more CSS_PROPERTY_MARGIN* props; fix primary orderJohannes Hofmann
2008-11-12add one more missing Css_property_info entryJohannes Hofmann
2008-11-12reconcile CssProperty::Name and Css_property_infoJohannes Hofmann
2008-11-12add debug printJohannes Hofmann
2008-11-12more compile fixesJohannes Hofmann
2008-11-11use CssProperty::FontWeightExtensionsJohannes Hofmann
2008-11-11Css_parse_value return boolJohannes Hofmann
2008-11-11more fixesJohannes Hofmann
2008-11-11fix some compile errorsJohannes Hofmann
2008-11-11import CSS parser code from dillo-0.8.0-css-3Johannes Hofmann
2011-05-16rm spacescorvid