Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-20 | RTFL messages. | Sebastian Geerken | |
2013-12-09 | Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>. | Sebastian Geerken | |
2013-11-29 | merge | Johannes Hofmann | |
2013-11-29 | Typos. | Jorge Arellano Cid | |
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-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-16 | Merge with main repo. | Sebastian Geerken | |
2013-10-16 | Strechability of non-justified lines: refinements. | Sebastian Geerken | |
2013-10-09 | Correct initialization of words. | Sebastian Geerken | |
2013-10-09 | Some cleanup. | Sebastian Geerken | |
2013-10-08 | Cleaned up "reference area" of background images; confirms now to CSS spec. | 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 | Some refactoring (Widget::getBgRefArea). | Sebastian Geerken | |
2013-09-16 | ExternalImgRenderer for textblock works. (Unfortunately, still crashes.) | Sebastian Geerken | |
2013-09-07 | Textblock::addBreakOption() forceBreak argument to support WBR element | Sebastian Geerken | |
2013-06-26 | Small cleanup. | Sebastian Geerken | |
2013-03-30 | Added/updated copyright notices. | Sebastian Geerken | |
2013-03-02 | divChars now work in <pre>. | Sebastian Geerken | |
2013-02-16 | Comments for last change. | Sebastian Geerken | |
2013-02-16 | 'text-transform: capitalize' and hyphenation now play together. (Comments ↵ | Sebastian Geerken | |
are missing.) | |||
2013-01-22 | Fixed bug in Textblock::addBreakOption(). | Sebastian Geerken | |
2013-01-22 | Fixed last commit. | Sebastian Geerken | |
2013-01-22 | Make Textblock::addBreakOption() non-inline. | Sebastian Geerken | |
2013-01-12 | compute stretchability and shrinkability dynamically | Johannes Hofmann | |
Together with the removal of another unused field this reduces the size of struct Word by 8 bytes. | |||
2013-01-04 | Workaround for wrapRefLines. | Sebastian Geerken | |
2012-12-16 | Fixed a bug related to UNBREAKABLE_FOR_MIN_WIDTH. | Sebastian Geerken | |
2012-12-16 | Fixed an endless loop. | Sebastian Geerken | |
2012-12-14 | Textblock::findParagraphOfWord (not used yet) | Sebastian Geerken | |
2012-12-13 | New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock. | Sebastian Geerken | |
2012-12-08 | Fixed a problem with realloc. | Sebastian Geerken | |
2012-12-06 | Decoupling calculation of extremes from line wrapping. | Sebastian Geerken | |
2012-11-28 | Comments. | Sebastian Geerken | |
2012-11-28 | Merge. | Sebastian Geerken | |
2012-11-28 | Replaced unconditional hyphen by minus-hyphen; plus some cleanup. | Sebastian Geerken | |
2012-11-27 | Merge. | Sebastian Geerken | |
2012-11-27 | Removed pedantic overflow warning. | Sebastian Geerken | |
2012-11-27 | Added unconditional characters (U+2010). | Sebastian Geerken | |
2012-11-27 | Fixed merge accident. | Sebastian Geerken | |
2012-11-27 | Merge. | Sebastian Geerken | |
2012-11-27 | Introduced UNBREAKABLE_FOR_MIN_WIDTH (not used yet). | Sebastian Geerken | |
2012-11-26 | Merge. | Sebastian Geerken | |
2012-11-26 | Draw unconditional hyphens instead of soft hyphens. | Sebastian Geerken | |
2012-11-26 | rm unused arg in Style::create | corvid | |
2012-11-18 | Cleaned up and completed configuration for penalties. | Sebastian Geerken | |
2012-11-18 | Word::PERM_DIV_CHAR is set correctly. | Sebastian Geerken | |
2012-11-14 | Removed penaltyState, replaced it with INT_MIN and INT_MAX. Also, fixed a ↵ | Sebastian Geerken | |
bug related to hyphenation ("&&" instead of "&"). | |||
2012-11-14 | Cleaned up preferences. | Sebastian Geerken | |
2012-11-13 | Merge. | Sebastian Geerken | |