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