aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
AgeCommit message (Expand)Author
2013-03-30Added/updated copyright notices.Sebastian Geerken
2013-02-16'text-transform: capitalize' and hyphenation now play together. (Comments are...Sebastian Geerken
2013-01-12compute stretchability and shrinkability dynamicallyJohannes Hofmann
2012-12-26Corrected debug messages.Sebastian Geerken
2012-12-23Generalized a previois bug fix (line too tight but no possible breaks).Sebastian Geerken
2012-12-21Fixed a bug which caused accumulateWordData() not to be called for some words...Johannes Hofmann
2012-12-16Fixed a bug related to UNBREAKABLE_FOR_MIN_WIDTH.Sebastian Geerken
2012-12-16Fixed an endless loop.Sebastian Geerken
2012-12-15Use binary search for paragraphs. The number of paragraphs *can* become quite...Sebastian Geerken
2012-12-09share hyphenators between windows/tabsJohannes Hofmann
2012-12-08Fixed a problem with realloc.Sebastian Geerken
2012-12-07UNBREAKABLE_FOR_MIN_WIDTH is used now.Sebastian Geerken
2012-12-07Comments.Sebastian Geerken
2012-12-07Merge.Sebastian Geerken
2012-12-07Debug message stuff.Sebastian Geerken
2012-12-07Line::maxLineWidth is initialized correctly.Sebastian Geerken
2012-12-06Decoupling calculation of extremes from line wrapping.Sebastian Geerken
2012-11-28Fixed wrong textblock (especially list item) size (overlapping borders in tab...Sebastian Geerken
2012-11-28Merge.Sebastian Geerken
2012-11-28Replaced unconditional hyphen by minus-hyphen; plus some cleanup.Sebastian Geerken
2012-11-27Merge.Sebastian Geerken
2012-11-27Introduced UNBREAKABLE_FOR_MIN_WIDTH (not used yet).Sebastian Geerken
2012-11-26Draw unconditional hyphens instead of soft hyphens.Sebastian Geerken
2012-11-15Simple bug fix.Sebastian Geerken
2012-11-14Removed penaltyState, replaced it with INT_MIN and INT_MAX. Also, fixed a bug...Sebastian Geerken
2012-11-14Penalty index is now calculated correctly.Sebastian Geerken
2012-11-13Introduced two penalties. (Not used yet.)Sebastian Geerken
2012-11-13Some cleanups.Sebastian Geerken
2012-11-12Text is now correctly drawn as a whole.Sebastian Geerken
2012-11-09Generalization of soft hyphens, for "hard" hyphens, em-dashes and similar cha...Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2012-11-07Set parentRef for child widget correctly.Sebastian Geerken
2012-11-05Saved some int's per word.Sebastian Geerken
2012-10-29Making <pre> work.Sebastian Geerken
2012-10-28fix typo in commentJohannes Hofmann
2012-09-21fix some free() / delete mismatchesJohannes Hofmann
2012-09-13typos/spelling/a little Englishcorvid
2012-09-10Fixed another SEGFAULTSebastian Geerken (patch by Johannes Hofmann)
2012-09-06Typo in comment.sgeerken
2012-09-06Fixed a SEGFAULT occurring when resizing the window.sgeerken
2012-09-05Exact definition of HYPHEN_BREAK.sgeerken
2012-09-05Too tight lines are now *exclusively* the worst case.sgeerken
2012-09-05More cleanup.sgeerken
2012-09-05Corrected comparison between too loose and too tight lines.sgeerken
2012-09-05Typos.sgeerken
2012-09-04Finished cleanup of the calculation of extremes.sgeerken
2012-08-31Cleaned up calculation of extremes (still a bit to do).sgeerken
2012-07-28Commentsgeerken
2012-07-28Removed lineIndex parameter from accumulateWordData(); accumulateWordData() n...sgeerken
2012-07-23Fixed bug with zero-height textblocks.sgeerken