Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | resolve CSS background-image URLs relative to styleheet URL | Johannes Hofmann | |
2013-09-30 | Cleaned up Johannes' patch. | Sebastian Geerken | |
2013-09-26 | Handle 'background' correctly (a bit complicated because of ↵ | Sebastian Geerken | |
<background-position>). | |||
2013-09-20 | Refactoring: some useful shortcuts in DilloHtml. | Sebastian Geerken | |
2011-06-07 | support !important in style attributes | Johannes Hofmann | |
2010-11-26 | Support @media rules. | Jeremy Henty | |
2010-11-21 | imported patch ignore-unknown-at-rules-1 | Jeremy Henty | |
2009-11-19 | ignore XML comment markers in CSS | Johannes Hofmann | |
2009-06-24 | don't allow mixing of decimal values and percentages in rgb() colors | Johannes Hofmann | |
2009-06-23 | add support for css colors of the form rgb(255, 255, 255) | Johannes Hofmann | |
2009-04-19 | wrap long lines in src/ css code | corvid | |
2009-04-08 | support CSS @import directive | Johannes Hofmann | |
2009-03-24 | rename getc() to getChar() to avoid name clash on FreeBSD | Johannes Hofmann | |
2009-03-15 | move CssPropertyInfo definition to cssparser.cc | Johannes Hofmann | |
2009-03-15 | camelCase | Johannes Hofmann | |
2009-03-15 | move CssTokenType into CssParser class | Johannes Hofmann | |
2009-03-15 | make CSS_MAX_STR_LEN a static const integer | Johannes Hofmann | |
2009-03-15 | replace a_Css_parse(), a_Css_parse_declaration() with static methods | Johannes Hofmann | |
2009-03-15 | move CssOrigin definition to css.hh | Johannes Hofmann | |
2009-03-15 | remove (wrong) comment | Johannes Hofmann | |
2009-03-15 | move macro definition to .cc file | Johannes Hofmann | |
2009-02-06 | switch font-weight handling to new multi type system | Johannes Hofmann | |
2009-02-06 | add type to CSS properties | Johannes Hofmann | |
2009-02-06 | allow multiple types for CSS properties | Johannes Hofmann | |
2009-02-05 | move CssProperty::Name and CssProperty::Value out of CssProperty class | Johannes Hofmann | |
2009-02-02 | remove unused order_count parameter | Johannes Hofmann | |
It seems that in dillo-0.8.0-css-3 it was used to make sure that later definitions of the same CSS property have more weight than previous ones. If for example a first stylesheet sets background-color to black, and a second stylesheet sets it to green, green should win. But as we currently parese everything in order (throughing away all parsed CSS data when a new CSS stylesheet has arrived), we don't need to remember the original ordering of stylesheets. | |||
2009-01-30 | remove unused CSS parser functions | Johannes Hofmann | |
2009-01-17 | implement parsing of CSS data from style attribute | Johannes Hofmann | |
E.g. <body style="background-color: red; font-family: arial; font-size: 30mm"> Hello World </body> | |||
2009-01-17 | some consts | Johannes Hofmann | |
2008-11-23 | remove unused code | Johannes Hofmann | |
2008-11-20 | Removed lots of compiler warnings, and formatted code to 80 columns. | Jorge Arellano Cid | |
Used: indent -kr -st -sc -i3 -bad -nbbo -nut | |||
2008-11-13 | move CssLength stuff to css.hh | Johannes Hofmann | |
2008-11-13 | compute relative values | Johannes Hofmann | |
2008-11-12 | support more CSS_PROPERTY_MARGIN* props; fix primary order | Johannes Hofmann | |
2008-11-11 | use CssProperty::FontWeightExtensions | Johannes Hofmann | |
2008-11-11 | more fixes | Johannes Hofmann | |
2008-11-11 | import CSS parser code from dillo-0.8.0-css-3 | Johannes Hofmann | |