summaryrefslogtreecommitdiff
path: root/src/cssparser.cc
AgeCommit message (Expand)Author
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
2011-05-28mergeJohannes 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-08-20parse the CSS property floatJohannes Hofmann
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
2009-09-20trim some spacescorvid
2009-07-11make CssSimpleSelector members privateJohannes Hofmann
2009-06-24bgr -> rgbJohannes Hofmann
2009-06-24don't allow mixing of decimal values and percentages in rgb() colorsJohannes Hofmann
2009-06-23whitespaceJohannes Hofmann
2009-06-23add support for css colors of the form rgb(255, 255, 255)Johannes Hofmann
2009-06-22remove system includescorvid
2009-04-22whitespaceJorge Arellano Cid
2009-04-19wrap long lines in src/ css codecorvid
2009-04-08properly skip ';' after @import directiveJohannes Hofmann
2009-04-08support CSS @import directiveJohannes Hofmann
2009-03-24rename getc() to getChar() to avoid name clash on FreeBSDJohannes Hofmann
2009-03-23allow negative values for specific CSS properties onlyJohannes Hofmann
2009-03-23whitespaceJohannes Hofmann
2009-03-15move CssPropertyInfo definition to cssparser.ccJohannes Hofmann
2009-03-15camelCaseJohannes Hofmann