Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-02 | CSS margins can be 'auto' | Johannes Hofmann | |
2013-11-30 | accept 'auto' only for CSS properties that allow it | Johannes Hofmann | |
Instead of handling the 'auto' value implicitly for all CSS properties that accept lenght types, we now accept it only for specific properties where 'auto' is valid according to CSS 2.1. This fixes an assertion with the following HTML fragment: <div style="background:auto">hello</div> | |||
2013-11-29 | Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random. | Jorge Arellano Cid | |
2013-11-29 | Typos. | Jorge Arellano Cid | |
2013-11-21 | Merge with main repo. | Sebastian Geerken | |
2013-11-20 | Added option "load_background_images" and entry in the tools menu. | Sebastian Geerken | |
2013-11-19 | Toplevel images work now. | Sebastian Geerken | |
2013-11-18 | Merge with main repo. | Sebastian Geerken | |
2013-10-28 | Handle properly when Html_get_current_input() returns NULL | Jorge Arellano Cid | |
May happen with ill formed HTML. | |||
2013-10-22 | Extended ImgRenderer; new option (in the code) for drawing background images ↵ | Sebastian Geerken | |
at once. | |||
2013-10-16 | Merge with main repo. | Sebastian Geerken | |
2013-10-16 | Merge with main repo. | Sebastian Geerken | |
2013-10-16 | Missing dFree. | Sebastian Geerken | |
2013-10-16 | Strechability of non-justified lines: refinements. | Sebastian Geerken | |
2013-10-14 | Merge with main repo. | Sebastian Geerken | |
2013-10-14 | Minor cleanup. | Sebastian Geerken | |
2013-10-14 | Reset background image of the layout. | 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-10-01 | Parsing of <background-position> is complete. | Sebastian Geerken | |
2013-09-30 | Cleaned up Johannes' patch. | Sebastian Geerken | |
2013-09-30 | New type for <background-position> (incomplete). | Johannes Hofmann | |
2013-09-27 | <background-position> is now parsed correctly. | Sebastian Geerken | |
2013-09-27 | Typo (confusing dimensions!). | Sebastian Geerken | |
2013-09-26 | Handle 'background' correctly (a bit complicated because of ↵ | Sebastian Geerken | |
<background-position>). | |||
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-24 | our publicsuffix tld list grows even shorter | corvid | |
2013-09-23 | CSS attribute 'background-repeat'. | Sebastian Geerken | |
2013-09-22 | Check url in CSS parser. | Sebastian Geerken | |
2013-09-22 | CSS type <uri> implemented; applied to 'background-image'. | 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-20 | Refactoring: some useful shortcuts in DilloHtml. | Sebastian Geerken | |
2013-09-16 | Made show_url dillorc option work again (BUG#1128) | Jorge Arellano Cid | |
Some apps that embed dillo or work in kiosk mode find good use for it. | |||
2013-09-15 | DNT will at least do no harm | corvid | |
The whole situation is a manifestation of corporate rule, but - it seems that the EU has some data protection laws that could make it worth something in principle there. - some large corporations have been shamed into claiming that they will do a tiny bit of something based on the header value. | |||
2013-09-14 | BUG#1140: add show_ui_tooltip preference | corvid | |
2013-09-11 | Fix a corner case with attribute parsing and null-bytes in HTML content | Jorge Arellano Cid | |
e.g. details in gbof-read-0_Html_get_attr2.html.asan | |||
2013-09-10 | html5, action not required for FORM | corvid | |
2013-09-10 | html5, complain about assorted obsolete attributes | corvid | |
2013-09-10 | Some refactoring: the image decoding code now only accesses ↵ | Sebastian Geerken | |
dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore. | |||
2013-09-07 | the WBR element itself | corvid | |
2013-09-07 | Textblock::addBreakOption() forceBreak argument to support WBR element | Sebastian Geerken | |
2013-09-06 | html5, complain about obsolete elements | corvid | |
2013-09-06 | Merge with main repo. | Sebastian Geerken | |
2013-09-06 | fix bug_msg | corvid | |
2013-09-06 | html5, cols/rows not required for TEXTAREA | corvid | |