summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-10dillorc update http_user_agent examplescorvid
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2013-12-04Fix a couple of bugs in scaleRowBeautifulJorge Arellano Cid
An infinite loop situation (corner case race condition) and also avoid rescaling already scaled rows (speed).
2013-12-02CSS margins can be 'auto'Johannes Hofmann
2013-11-30mergeJohannes 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-29mergeJohannes Hofmann
2013-11-29ChangeLog: background images.Sebastian Geerken
2013-11-29Clarified documentation.Sebastian Geerken
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-27Background images are drawn instantly.Sebastian Geerken
2013-11-26Fixed bug with "tiled" image background buffers.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-18Updated doc.Sebastian Geerken
2013-11-18Merge with main repo.Sebastian Geerken
2013-11-18Typo.Sebastian Geerken
2013-11-18Optimized drawing of very small background images.Sebastian Geerken
2013-11-18Fix related to recent "multiplyWithPerLength" change.Sebastian Geerken
2013-11-18Applied recent changes (multiplyWithPerLength) on background images.Sebastian Geerken
2013-11-18Merge with main repo.Sebastian Geerken
2013-11-17Some refactoring: floats may be removed related do Length, so usage is reduced.Sebastian Geerken
2013-11-17Small cleanup.Sebastian Geerken
2013-11-03code cleanupJohannes Hofmann
2013-11-02for VALIGN_SUB and VALIGN_SUPER only increase line-height if necessaryJohannes Hofmann
For cases like <div style="line-height:1.7"> dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo <sup>dillo</sup> dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo <sub>dillo</sub> dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo dillo </div> this gives equally spaced lines and also seems to replicate firefox behaviour.
2013-11-01test/liang: allow passing a word via commandlineJohannes Hofmann
2013-10-30Documentation.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-21Fixed segfault.Sebastian Geerken
2013-10-20Some more documentation.Sebastian Geerken
2013-10-20Documentation for image backgrounds.Sebastian Geerken
2013-10-16Merge with main repo.Sebastian Geerken
2013-10-16Doc: "out of date" warning.Sebastian Geerken
2013-10-16Missing dFree.Sebastian Geerken
2013-10-16Doc: Comparison to TeX.Sebastian Geerken
2013-10-16Documentation.Sebastian Geerken
2013-10-16Strechability of non-justified lines: refinements.Sebastian Geerken
2013-10-15Constant strechability when line is not justified.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-14'background-image' now also works for <button>.Sebastian Geerken
2013-10-11Background images for inline elements.Sebastian Geerken
2013-10-09Removed obsolete comment.Sebastian Geerken
2013-10-09Correct initialization of words.Sebastian Geerken
2013-10-09Some cleanup.Sebastian Geerken
2013-10-09Comments.Sebastian Geerken
2013-10-08Cleaned up "reference area" of background images; confirms now to CSS spec.Sebastian Geerken