aboutsummaryrefslogtreecommitdiff
path: root/src/cssparser.cc
AgeCommit message (Expand)Author
2013-09-30New type for <background-position> (incomplete).Johannes Hofmann
2013-09-27<background-position> is now parsed correctly.Sebastian Geerken
2013-09-27Typo (confusing dimensions!).Sebastian Geerken
2013-09-26Handle 'background' correctly (a bit complicated because of <background-posit...Sebastian Geerken
2013-09-26CSS attribute 'background-position'.Sebastian Geerken
2013-09-25CSS attribute 'background-attachment' (not implemented in dw::core::style).Sebastian Geerken
2013-09-23CSS attribute 'background-repeat'.Sebastian Geerken
2013-09-22Check url in CSS parser.Sebastian Geerken
2013-09-22CSS type <uri> implemented; applied to 'background-image'.Sebastian Geerken
2013-09-20First attempt to integrate 'background-image'.Sebastian Geerken
2012-11-15ignore empty CSS class or id selectorsJohannes Hofmann
2012-10-30trim some spacescorvid
2012-05-26unify use of sizeof() when computing array lengthJohannes Hofmann
2012-01-21add inline-block to possible display: valuesJohannes Hofmann
2012-01-13fix descendant selector matchingJohannes Hofmann
2011-11-11locale-independent ASCII character case handlingcorvid
2011-10-22text-transform propertycorvid
2011-08-24add support for CSS adjacent sibling selectorsJohannes Hofmann
2011-06-21Eliminated a pack of 22 compiler warnings (gcc-4.6.1 amd64)Jorge Arellano Cid
2011-06-12merge in recent changes from main repocorvid
2011-06-07support !important in style attributesJohannes Hofmann
2010-12-18CssParser::parseImport(): implement media-conditional @import rules.Jeremy Henty
2010-12-18cssparser.cc: move some calls to nextToken().Jeremy Henty
2010-12-18CssParser::parseImport(): call ignoreStatement().Jeremy Henty
2010-12-14border-color: transparentcorvid
2010-11-26minor bracket style normalization for "else" clausesJorge Arellano Cid
2010-11-26Support @media rules.Jeremy Henty
2010-11-21imported patch ignore-unknown-at-rules-1Jeremy Henty
2010-11-21imported patch ignore-unknown-at-rules-0Jeremy Henty
2010-11-15fix bug comment handling of CssParserJohannes Hofmann
2010-11-09mergeJorge Arellano Cid
2010-11-09css text-indent propertycorvid
2010-10-21imported patch border-collapse-parsingJorge Arellano Cid
2010-10-07CSS part for font-variant: small-caps supportJorge Arellano Cid
2010-04-20css word-spacing propertycorvid
2010-04-02add CSS_TYPE_LENGTH_PERCENTAGE_NUMBERJohannes Hofmann
2010-03-30white-space: pre-wrapcorvid
2010-02-27trim some spacescorvid
2009-12-20recognize text-{top,bottom} as vertical-align valuescorvid
2009-12-19fix CSS_SHORTHAND_DIRECTIONS case in CssParserJohannes Hofmann
2009-12-18support border-width: thin | medium | thickJohannes Hofmann
2009-12-09remove DISPLAY_LASTJohannes Hofmann
2009-12-08add DISPLAY_NONEJohannes Hofmann
2009-12-08add support for CSS property list-style-positionJohannes Hofmann
2009-11-20don't loop on unterminated CSS commentsJohannes Hofmann
2009-11-19ignore XML comment markers in CSSJohannes Hofmann
2009-11-15properly parse comma separated list of font-family names in CSS parserJohannes Hofmann
2009-10-18use letter spacing when drawingcorvid
2009-10-17add letter-spacing support to CSS subsystemJohannes Hofmann
2009-09-23fix css *resize cursor valuescorvid