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