summaryrefslogtreecommitdiff
path: root/src/css.hh
AgeCommit message (Expand)Author
2024-06-07Ensure the same number of tags for CSS and HTMLRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2014-12-21more (and indentation in one spot)corvid
2014-03-05use a singe matchCache per CssContextJohannes Hofmann
2014-03-03fix clang warningJohannes Hofmann
2014-02-16css: embed klass into CssSimpleSelectorJohannes Hofmann
2014-02-16css: embed selectorList in CssSelectorJohannes Hofmann
2014-02-16css: mark CssStyleSheet::apply() as constJohannes Hofmann
2014-02-15share user agent style between CssContext'sJohannes Hofmann
2014-02-15mergeJohannes Hofmann
2014-02-15css: move cached matching information out of CssStyleSheetJohannes Hofmann
2014-02-15rudimentary support for html5 video,audio,source,embedcorvid
2014-01-06Fixed memory leak (CSS URIs).Sebastian Geerken
2013-11-30accept 'auto' only for CSS properties that allow itJohannes Hofmann
2013-10-16Missing dFree.Sebastian Geerken
2013-09-30Cleaned up Johannes' patch.Sebastian Geerken
2013-09-30New type for <background-position> (incomplete).Johannes Hofmann
2013-09-26CSS attribute 'background-position'.Sebastian Geerken
2013-09-22CSS type <uri> implemented; applied to 'background-image'.Sebastian Geerken
2013-09-07the WBR element itselfcorvid
2013-09-05html5 MARK elementcorvid
2013-09-05some html5 structural elementscorvid
2012-07-06Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.ysgeerken
2012-01-21ignore remote CSS rules that could reveal browser historyJohannes Hofmann
2012-01-13fix descendant selector matchingJohannes Hofmann
2011-12-30cleanup CssStyleSheet a bitJohannes Hofmann
2011-12-30move buildUserAgentStyle and buildUserStyle to styleengine.ccJohannes Hofmann
2011-12-30use array of CssStyleSheets instead of pointers in CssContextJohannes Hofmann
2011-08-02don't reuse user- and useragent-stylesheetJohannes Hofmann
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