aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-12-02CSS margins can be 'auto'Johannes Hofmann
2013-11-30accept 'auto' only for CSS properties that allow itJohannes 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-29Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random.Jorge Arellano Cid
2013-11-29Typos.Jorge Arellano Cid
2013-11-21Merge with main repo.Sebastian Geerken
2013-11-20Added option "load_background_images" and entry in the tools menu.Sebastian Geerken
2013-11-19Toplevel images work now.Sebastian Geerken
2013-11-18Merge with main repo.Sebastian Geerken
2013-10-28Handle properly when Html_get_current_input() returns NULLJorge Arellano Cid
May happen with ill formed HTML.
2013-10-22Extended ImgRenderer; new option (in the code) for drawing background images ↵Sebastian Geerken
at once.
2013-10-16Merge with main repo.Sebastian Geerken
2013-10-16Merge with main repo.Sebastian Geerken
2013-10-16Missing dFree.Sebastian Geerken
2013-10-16Strechability of non-justified lines: refinements.Sebastian Geerken
2013-10-14Merge with main repo.Sebastian Geerken
2013-10-14Minor cleanup.Sebastian Geerken
2013-10-14Reset background image of the layout.Sebastian Geerken
2013-10-11Background images for inline elements.Sebastian Geerken
2013-10-07Removed printf.Sebastian Geerken
2013-10-07View(port) background now set by HTML parser.Sebastian Geerken
2013-10-07Cache client is stopped when StyleImage is deleted.Sebastian Geerken
2013-10-01Cleanup.Sebastian Geerken
2013-10-01Parsing of <background-position> is complete.Sebastian Geerken
2013-09-30Cleaned up Johannes' patch.Sebastian Geerken
2013-09-30New type for <background-position> (incomplete).Johannes Hofmann
2013-09-27<background-position> is now parsed correctly.Sebastian Geerken
2013-09-27Typo (confusing dimensions!).Sebastian Geerken
2013-09-26Handle 'background' correctly (a bit complicated because of ↵Sebastian Geerken
<background-position>).
2013-09-26CSS attribute 'background-position'.Sebastian Geerken
2013-09-25CSS attribute 'background-attachment' (not implemented in dw::core::style).Sebastian Geerken
2013-09-24our publicsuffix tld list grows even shortercorvid
2013-09-23CSS attribute 'background-repeat'.Sebastian Geerken
2013-09-22Check url in CSS parser.Sebastian Geerken
2013-09-22CSS type <uri> implemented; applied to 'background-image'.Sebastian Geerken
2013-09-20First attempt to integrate 'background-image'.Sebastian Geerken
2013-09-20Added BrowserWindow and DilloURL (base URL) to StyleEngine::apply and related.Sebastian Geerken
2013-09-20Refactoring: some useful shortcuts in DilloHtml.Sebastian Geerken
2013-09-16Made 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-15DNT will at least do no harmcorvid
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-14BUG#1140: add show_ui_tooltip preferencecorvid
2013-09-11Fix a corner case with attribute parsing and null-bytes in HTML contentJorge Arellano Cid
e.g. details in gbof-read-0_Html_get_attr2.html.asan
2013-09-10html5, action not required for FORMcorvid
2013-09-10html5, complain about assorted obsolete attributescorvid
2013-09-10Some refactoring: the image decoding code now only accesses ↵Sebastian Geerken
dw::core::ImgRenderer, not dw::Image (which now implements the former) anymore.
2013-09-07the WBR element itselfcorvid
2013-09-07Textblock::addBreakOption() forceBreak argument to support WBR elementSebastian Geerken
2013-09-06html5, complain about obsolete elementscorvid
2013-09-06Merge with main repo.Sebastian Geerken
2013-09-06fix bug_msgcorvid
2013-09-06html5, cols/rows not required for TEXTAREAcorvid