Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-02-01 | Minor function signature cleanup | Jorge Arellano Cid | |
2009-02-01 | Added a warning message to the broken limit_text_width pref. | corvid | |
2009-02-01 | Removed a redundant check. | Jorge Arellano Cid | |
2009-02-01 | s/atoi/strtol/g | Jorge Arellano Cid | |
2009-02-01 | Fixed a SEGFAULT bug on redirections without Location | corvid | |
2009-02-01 | Fixed tools menu to take CSS state from prefs | corvid | |
2009-02-01 | Refactored prefs.c to a much smaller size! | corvid | |
2009-02-01 | Fixed a leak in Html_tag_open_link() | Jeremy Henty | |
2009-01-31 | Removed an unused variable in DicEntry structure | Jorge Arellano Cid | |
2009-01-31 | Avoid a compiler warning in cache.c | Jorge Arellano Cid | |
2009-01-31 | Minor tricks to avoid a couple compiler warnings in png.c | Jorge Arellano Cid | |
2009-01-31 | Avoid a couple of compiler warnings in jpeg.c | Jorge Arellano Cid | |
2009-01-31 | Fixed a bug parsing prefs.save_dir (missing break). | corvid | |
2009-01-31 | Cosmetic reorder of a few enum items. | corvid | |
2009-01-31 | s/gif.h/dgif.h/ in Makefile.am (fixes 6828b4d19d69) | Jorge Arellano Cid | |
2009-01-31 | Set dicache as MIME dispatcher for image/{gif,jpg,png}. +refactor and cleanups | Jorge Arellano Cid | |
2009-01-31 | add copyright notice to cssparser.cc | Johannes Hofmann | |
2009-01-31 | merge | Johannes Hofmann | |
2009-01-31 | Switched strcasecmp() to dStrcasecmp() calls. | Jorge Arellano Cid | |
2009-01-31 | remove debugging code | Johannes Hofmann | |
2009-01-31 | remove unnecessary initialization | Johannes Hofmann | |
2009-01-31 | optimize CssStyleSheet::apply() a bit | Johannes Hofmann | |
2009-01-31 | set inheritBackgroundColor for <p> | Johannes Hofmann | |
2009-01-31 | make CssParser case insensitive | Johannes Hofmann | |
2009-01-31 | fix cascading order | Johannes Hofmann | |
CSS data given in style="" attributes can be overruled by AUTHOR_IMPORTANT style data. This fixes http://www.w3.org/Style/CSS/Test/CSS2.1/current/html4/t060402-c31-important-00-b.htm | |||
2009-01-31 | comment | Johannes Hofmann | |
2009-01-30 | remove todo | Johannes Hofmann | |
2009-01-30 | comment | Johannes Hofmann | |
2009-01-30 | apply CSS rules ordered by their specificity | Johannes Hofmann | |
2009-01-30 | simplify CssSimpleSelector::specificity() | Johannes Hofmann | |
2009-01-30 | insert rules in correct order | Johannes Hofmann | |
2009-01-30 | add CssRule::specificity | Johannes Hofmann | |
2009-01-30 | add CssSelector::specificity() | Johannes Hofmann | |
2009-01-30 | add comment | Johannes Hofmann | |
2009-01-30 | whitespace | Johannes Hofmann | |
2009-01-30 | remove unused CSS parser functions | Johannes Hofmann | |
2009-01-30 | inline some CSS methods | Johannes Hofmann | |
2009-01-30 | fix parsing CSS values of type CSS_TYPE_STRING | Johannes Hofmann | |
2009-01-30 | CssContext::addRule(): only add rules with nonempty property list | Johannes Hofmann | |
2009-01-30 | remove unused method | Johannes Hofmann | |
2009-01-29 | merge | Jorge Arellano Cid | |
2009-01-29 | Made Shift+{Left,Right} work after openning multiple URLs from CLI | Jorge Arellano Cid | |
2009-01-29 | free font names when replacing them | Johannes Hofmann | |
2009-01-29 | free font names from style="" attributes (found by Jeremy) | Johannes Hofmann | |
2009-01-29 | merge | Jorge Arellano Cid | |
2009-01-29 | Refactor cleanup in menu.cc (load images) | corvid | |
2009-01-29 | remove redundant array sizes in cssparser.cc | Johannes Hofmann | |
2009-01-29 | add (incomplete) support for the "font" shorthand | Johannes Hofmann | |
This commit makes simple stuff work, but does not implement all the hairy details (see http://www.w3.org/TR/CSS21/fonts.html#font-shorthand). | |||
2009-01-28 | make sure strings from CSS parser are freed | Johannes Hofmann | |