aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
AgeCommit message (Expand)Author
2009-01-30inline some CSS methodsJohannes Hofmann
2009-01-30CssContext::addRule(): only add rules with nonempty property listJohannes Hofmann
2009-01-30remove unused methodJohannes Hofmann
2009-01-29free font names when replacing themJohannes Hofmann
2009-01-28make sure strings from CSS parser are freedJohannes Hofmann
2009-01-28descendent -> descendant (noticed by corvid)Johannes Hofmann
2009-01-25allocate/deallocate CssSimpleSelector properlyJohannes Hofmann
2009-01-21don't call docTree->top() over and overJohannes Hofmann
2009-01-21move assert from CssSelector::match() to CssRule constructorJohannes Hofmann
2009-01-21simplify CssSelector a bitJohannes Hofmann
2009-01-13mergeJohannes Hofmann
2009-01-13initial implementation of a CSS selector matching optimizationJohannes Hofmann
2009-01-12whitespaceJohannes Hofmann
2009-01-12add RuleList class to implement proper memory managementJohannes Hofmann
2009-01-12String -> ConstStringJohannes Hofmann
2009-01-12remove CssRule reference countingJohannes Hofmann
2009-01-12initial implementation of hashmap based CSS selector matchingJohannes Hofmann
2008-12-19Interim patch for CSS stylesheet loading. Not finished yet.Jorge Arellano Cid
2008-12-17add CssSelector destructorJohannes Hofmann
2008-12-16speed up CSS selector matchingJohannes Hofmann
2008-12-16add reference counting to CssRuleJohannes Hofmann
2008-12-11sort propertiesJohannes Hofmann
2008-12-09use CssLength typeJohannes Hofmann
2008-12-01streamline CssSelector a bitJohannes Hofmann
2008-11-30factor out Css_parse_simple_selector()Johannes Hofmann
2008-11-30make CssSelector a list of CssSimpleSelector objectsJohannes Hofmann
2008-11-20Removed lots of compiler warnings, and formatted code to 80 columns.Jorge Arellano Cid
2008-11-15fix background color definition in user-agent styleJohannes Hofmann
2008-11-15add commentsJohannes Hofmann
2008-11-14remove previously introduced shortcut properties as they break the cascadeJohannes Hofmann
2008-11-14setNonCssProperties() -> setNonCssHints()Johannes Hofmann
2008-11-13add reference counting for CssPropertyList and CssSelectorJohannes Hofmann
2008-11-13move CssLength stuff to css.hhJohannes Hofmann
2008-11-12support more CSS_PROPERTY_MARGIN* props; fix primary orderJohannes Hofmann
2008-11-12reconcile CssProperty::Name and Css_property_infoJohannes Hofmann
2008-11-12tag -> elementJohannes Hofmann
2008-11-11mergeJohannes Hofmann
2008-11-11adjust pseudo class handlingJohannes Hofmann
2008-11-11make selector members public for nowJohannes Hofmann
2008-11-11import CSS parser code from dillo-0.8.0-css-3Johannes Hofmann
2008-11-11support marginJohannes Hofmann
2008-11-10add CSS_PROPERTY_BORDER_SPACING_HORIZONTAL, CSS_PROPERTY_BORDER_SPACING_VERTICALJohannes Hofmann
2008-11-10convert table code to new style handlingJohannes Hofmann
2008-11-08convert Html_tag_open_font()Johannes Hofmann
2008-11-08minor cleanupJohannes Hofmann
2008-11-08support CSS_FONT_WEIGHT_LIGHTER and CSS_FONT_WEIGHT_BOLDERJohannes Hofmann
2008-11-07make CssProperty::Value a union of int and char*Johannes Hofmann
2008-10-30add <b> and <i>Johannes Hofmann
2008-10-30add x_* propertiesJohannes Hofmann
2008-10-30fill userAgentStyle with test valuesJohannes Hofmann