Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-20 | Fixed a bug related to line breaking. (Originally applied to floats repo.) | Sebastian Geerken | |
2014-03-05 | use delete[] to delete array | Johannes Hofmann | |
2014-03-02 | consts for overriding const functions from Fl_Browser | corvid | |
clang complains about this | |||
2014-02-02 | trim some spaces | corvid | |
2014-01-14 | comment | corvid | |
to a quick glance, that looked like division could be involved. | |||
2013-12-27 | Minor RTFL fixes. | Sebastian Geerken | |
2013-12-21 | Fix: RTFL message. | Sebastian Geerken | |
2013-12-21 | Some more RTFL messages. | Sebastian Geerken | |
2013-12-20 | RTFL messages. | Sebastian Geerken | |
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-11-29 | merge | Johannes Hofmann | |
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-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-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 | Documentation for image backgrounds. | Sebastian Geerken | |
2013-10-16 | Merge with main repo. | 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 | Reset background image of the layout. | Sebastian Geerken | |
2013-10-14 | 'background-image' now also works for <button>. | 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 | |
2013-10-08 | Comment. | Sebastian Geerken | |
2013-10-07 | View(port) background now set by HTML parser. | Sebastian Geerken | |
2013-10-04 | Background images for view(port)s are now updated. | Sebastian Geerken | |
2013-10-04 | Some refactoring. | Sebastian Geerken | |
2013-10-04 | Background image for view(port)s; no updates yet. | Sebastian Geerken | |
2013-10-02 | Typo in comment. | Sebastian Geerken | |
2013-09-17 | Comment. | Sebastian Geerken | |
2013-09-17 | Replacing Word* by word index (int) in WordImgRenderer; this seems to fix ↵ | Sebastian Geerken | |
the segfaults. (There should still be problems with hyphenation.) | |||
2013-09-17 | Fixed a problem in the test. | Sebastian Geerken | |
2013-09-17 | Some refactoring (Widget::getBgRefArea). | Sebastian Geerken | |
2013-09-16 | ExternalImgRenderer for textblock works. (Unfortunately, still crashes.) | Sebastian Geerken | |
2013-09-15 | StyleImage::ExternalImgRenderer::drawRow now only draws single rows. | Sebastian Geerken | |