aboutsummaryrefslogtreecommitdiff
path: root/src/css.hh
AgeCommit message (Expand)Author
2011-06-07support !important in style attributesJohannes Hofmann
2010-11-24trim some spacescorvid
2010-10-17no need to inline CssPropertyList copy constructorJohannes Hofmann
2010-10-12implement optional deep copy for CssPropertyListJohannes Hofmann
2010-10-11allow to apply CssContext to an arbitrary node in the docTreeJohannes Hofmann
2010-10-11rework nonCssHints API of StyleEngineJohannes Hofmann
2010-08-23add lout::misc::roundInt() for double -> int conversionJohannes Hofmann
2010-04-23use CSS rule position when specificity is equalJohannes Hofmann
2010-04-20css word-spacing propertycorvid
2010-04-02add CSS_TYPE_LENGTH_PERCENTAGE_NUMBERJohannes Hofmann
2009-12-18support border-width: thin | medium | thickJohannes Hofmann
2009-10-18represent millimeter values as fractions in CssLengthJohannes Hofmann
2009-10-17add letter-spacing support to CSS subsystemJohannes Hofmann
2009-07-17Fix an implicit int cast error when int != int32_tJorge Arellano Cid
2009-07-11allow multiple class strings in CssSimpleSelectorJohannes Hofmann
2009-07-11make CssSimpleSelector members privateJohannes Hofmann
2009-07-07Added parenthesis to math expressionJorge Arellano Cid
2009-07-06adjust CssLengthJohannes Hofmann
2009-04-23commentsJohannes Hofmann
2009-03-23allow negative values for specific CSS properties onlyJohannes Hofmann
2009-03-15move CssOrigin definition to css.hhJohannes Hofmann
2009-03-12replace CSS_LENGTH_* macros with inline functionsJohannes Hofmann
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-02-08's/if(/if (/g' 's/for(/for (/g' 's/while(/while (/g', and indentation.Jorge Arellano Cid
2009-02-07free CSS values based on typeJohannes Hofmann
2009-02-06support font-size enum valuesJohannes Hofmann
2009-02-06switch font-weight handling to new multi type systemJohannes Hofmann
2009-02-06add type to CSS propertiesJohannes Hofmann
2009-02-05move CssProperty::Name and CssProperty::Value out of CssProperty classJohannes Hofmann
2009-02-05add CssProperty::typeJohannes Hofmann
2009-01-30insert rules in correct orderJohannes Hofmann
2009-01-30add CssRule::specificityJohannes Hofmann
2009-01-30add CssSelector::specificity()Johannes Hofmann
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