index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
liang.cc
Age
Commit message (
Expand
)
Author
2013-11-01
test/liang: allow passing a word via commandline
Johannes Hofmann
2013-01-02
Fixed valgrind error in Hyphenator.
Sebastian Geerken
2012-12-09
share hyphenators between windows/tabs
Johannes Hofmann
2012-12-06
Split up words in hyphenation.
Sebastian Geerken
2012-12-05
Hyphenation regard characters, not bytes, at the end.
Sebastian Geerken
2012-12-05
Added non-breakable space to division characters, so that hyphenation works c...
Sebastian Geerken
2012-11-05
trim some spaces
corvid
2012-10-26
Only tests and docs: some insights about hyphens.
Sebastian Geerken
2012-08-25
Updated documentations.
sgeerken
2012-07-12
new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issues
sgeerken
2012-07-10
For hyphenation, all characters not belonging to the actual word, e.g. punctu...
sgeerken
2012-07-09
Anchors now work (half)
sgeerken
2012-07-09
Hyphenation exceptions. Some bug fixes.
sgeerken
2012-06-27
Changed interface (but not yet implementation) of Hyphenator.
sgeerken
2012-06-27
First version of automatic hyphenation. (Still a large number of bugs.)
sgeerken
2012-06-25
Doc, tests
sgeerken
2012-06-25
Static hash map for hyphenators. Patterns are loaded from /usr/local/lib/dill...
sgeerken
2012-06-25
Fehlendes "delete" in Test.
sgeerken
2012-06-25
Hyphenation moved to dw (soon to be used by dw::Textlock)
sgeerken
2012-06-24
"hyphenWidth" added to the first word. (Still a bug somewhere.)
sgeerken
2012-06-24
Tippfehler
sgeerken
2012-06-24
First part of hyphenation! And some minor changes in "lout".
sgeerke