aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.hh
AgeCommit message (Expand)Author
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ...Sebastian Geerken
2013-03-02divChars now work in <pre>.Sebastian Geerken
2013-02-16Comments for last change.Sebastian Geerken
2013-02-16'text-transform: capitalize' and hyphenation now play together. (Comments are...Sebastian Geerken
2013-01-22Make Textblock::addBreakOption() non-inline.Sebastian Geerken
2013-01-12compute stretchability and shrinkability dynamicallyJohannes Hofmann
2012-12-16Fixed a bug related to UNBREAKABLE_FOR_MIN_WIDTH.Sebastian Geerken
2012-12-14Textblock::findParagraphOfWord (not used yet)Sebastian Geerken
2012-12-07UNBREAKABLE_FOR_MIN_WIDTH is used now.Sebastian Geerken
2012-12-07Merge.Sebastian Geerken
2012-12-07Comments.Sebastian Geerken
2012-12-07Debug message stuff.Sebastian Geerken
2012-12-06Decoupling calculation of extremes from line wrapping.Sebastian Geerken
2012-12-06Removed nbsp again from divChars: not necessary anymore with recent changes i...Sebastian Geerken
2012-12-05Added non-breakable space to division characters, so that hyphenation works c...Sebastian Geerken
2012-11-28Merge.Sebastian Geerken
2012-11-28Replaced unconditional hyphen by minus-hyphen; plus some cleanup.Sebastian Geerken
2012-11-27Added unconditional characters (U+2010).Sebastian Geerken
2012-11-27Introduced UNBREAKABLE_FOR_MIN_WIDTH (not used yet).Sebastian Geerken
2012-11-22Comments.Sebastian Geerken
2012-11-18Cleaned up and completed configuration for penalties.Sebastian Geerken
2012-11-18Word::PERM_DIV_CHAR is set correctly.Sebastian Geerken
2012-11-14Removed penaltyState, replaced it with INT_MIN and INT_MAX. Also, fixed a bug...Sebastian Geerken
2012-11-14Cleaned up preferences.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-09"Hard" hyphens and em-dashes are basicly working.Sebastian Geerken
2012-11-09Generalization of soft hyphens, for "hard" hyphens, em-dashes and similar cha...Sebastian Geerken
2012-11-08Merge.Sebastian Geerken
2012-11-08Draw hyphens of selected text.Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2012-11-05Saved some int's per word.Sebastian Geerken
2012-11-02Corrected break options.Sebastian Geerken
2012-10-29Making <pre> work.Sebastian Geerken
2012-09-13typos/spelling/a little Englishcorvid
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-05Typos.sgeerken
2012-09-04Finished cleanup of the calculation of extremes.sgeerken
2012-08-25Updated documentations.sgeerken
2012-07-28Removed lineIndex parameter from accumulateWordData(); accumulateWordData() n...sgeerken
2012-07-22Cleaned up space handling.sgeerken
2012-07-13"line1Offset" is now handled correctly.sgeerken
2012-07-09Correct (or better) value for HYPHEN_BREAKsgeerken
2012-07-09Introduced QUITE_LOOSE, which solves some problems with large values of "ratio".sgeerkenq
2012-07-09Hyphenation exceptions. Some bug fixes.sgeerken
2012-07-04NotSoSimpleVectorsgeerken