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