Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | fix crash and use proper requester URL for CSS images | Johannes Hofmann | |
2014-04-01 | resolve CSS background-image URLs relative to styleheet URL | Johannes Hofmann | |
2014-02-15 | share user agent style between CssContext's | Johannes Hofmann | |
2014-02-02 | trim some spaces | corvid | |
2014-01-06 | Fixed another memory leak related to background images. | Sebastian Geerken | |
2013-11-20 | Added option "load_background_images" and entry in the tools menu. | Sebastian Geerken | |
2013-10-11 | Background images for inline elements. | Sebastian Geerken | |
2013-10-07 | Removed printf. | Sebastian Geerken | |
2013-10-07 | View(port) background now set by HTML parser. | Sebastian Geerken | |
2013-10-07 | Cache client is stopped when StyleImage is deleted. | Sebastian Geerken | |
2013-10-01 | Cleanup. | Sebastian Geerken | |
2013-09-30 | Cleaned up Johannes' patch. | Sebastian Geerken | |
2013-09-30 | New type for <background-position> (incomplete). | Johannes Hofmann | |
2013-09-26 | CSS attribute 'background-position'. | Sebastian Geerken | |
2013-09-25 | CSS attribute 'background-attachment' (not implemented in dw::core::style). | Sebastian Geerken | |
2013-09-23 | CSS attribute 'background-repeat'. | Sebastian Geerken | |
2013-09-20 | First attempt to integrate 'background-image'. | Sebastian Geerken | |
2013-09-20 | Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related. | Sebastian Geerken | |
2013-09-05 | html5 MARK element | corvid | |
2013-09-05 | INS element | corvid | |
2013-09-05 | some html5 structural elements | corvid | |
The spec also has some rules about how, for instance, a footer can't go inside a header, and that sort of thing, but that can wait until we have something more sophisticated than a collection of IN_* flags. | |||
2013-08-19 | New prefs variable "white_bg_replacement". | Sebastian Geerken | |
2012-12-05 | start styleengine stack bg color with prefs.bg_color | corvid | |
(Prompted by trying to figure out why form widgets had such a tendency to be white.) For the record, I ran this past Johannes before committing. | |||
2012-11-26 | rm unused arg in Style::create | corvid | |
2012-11-05 | trim some spaces | corvid | |
2012-11-04 | own nonCssProperties have precedence over inherited ones | Johannes Hofmann | |
2012-11-04 | some style engine refactoring | Johannes Hofmann | |
2012-11-03 | fix nonCssProperties leak | Johannes Hofmann | |
Fix a leak related to inheritNonCssHints() that can be triggered with following test case: <table border=1> <tr lang=en><td> table </table> noticed-by, test-case-by: corvid <corvid@lavabit.com> | |||
2012-11-03 | more stylengine cleanups | Johannes Hofmann | |
2012-11-03 | remove redundant NULL check | Johannes Hofmann | |
2012-09-15 | use D_ASCII_TOLOWER | corvid | |
2012-09-13 | Merge of http://flpsed.org/hgweb/dillo_hyphen/ | Sebastian Geerken | |
2012-09-06 | set top- and bottom-margin for <p> elements | Johannes Hofmann | |
2012-07-06 | Attribute "lang" is evaluated for hyphenation; part of dw:core::style::Style.y | sgeerken | |
2012-01-21 | add display: property to user agent style | Johannes Hofmann | |
2011-12-30 | move buildUserAgentStyle and buildUserStyle to styleengine.cc | Johannes Hofmann | |
By moving buildUserAgentStyle and buildUserStyle from css.cc to styleengine.cc we can avoid the circular dependency between css.hh and cssparser.hh. | |||
2011-11-11 | generic font-family names not case-sensitive | corvid | |
2011-10-22 | text-transform property | corvid | |
2011-10-14 | font-size property, let absolute-size and relative-size values have larger ↵ | corvid | |
effect Using roughly 1.2 per step, a value mentioned in the CSS2.1 spec. Firefox appears to use a value that is similar but a little larger. http://css-tricks.com/2580-css-font-size/ says that "keyword sizing is pretty consistent across browsers and platforms", and perhaps someday we'll want to go out of our way to make them exactly the same, but this is a start. | |||
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
2011-06-07 | support !important in style attributes | Johannes Hofmann | |
2011-05-02 | indentation | corvid | |
2011-05-01 | fix handling of CSS length values of 0 without unit | Johannes Hofmann | |
Reported by: "Rob S." <mr_semantics@hotmail.com> Submitted by: corvid <corvid@lavabit.com> | |||
2010-12-14 | border-color: transparent | corvid | |
2010-11-24 | trim some spaces | corvid | |
2010-11-09 | merge | Jorge Arellano Cid | |
2010-11-09 | css text-indent property | corvid | |
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-November/007801.html | |||
2010-10-21 | imported patch border-collapse-parsing | Jorge Arellano Cid | |
2010-10-17 | fix another Style leak in StyleEngine | Johannes Hofmann | |
2010-10-17 | remove redundant assert() | Johannes Hofmann | |
Bounds checking is already done by SimpleVector. |