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
Age
Commit message (
Expand
)
Author
2013-03-05
Fixed a bug in Vector::bsearch.
Sebastian Geerken
2013-03-05
Vector::bsearch and insertSorted.
Sebastian Geerken
2013-03-05
Comparable is now subclass of Object (not pseudo-interface anymore). The old ...
Sebastian Geerken
2013-03-05
Implemented iterators for Vector.
Sebastian Geerken
2013-03-04
Simplified containers test.
Sebastian Geerken
2013-01-29
Some cleanup in HashTable; new container HashSet (of which HashTable is a sub...
Sebastian Geerken
2013-01-27
Test for containers. (Just curious how complete the code is ...)
Sebastian Geerken
2013-01-08
make test/cookies somewhat usable by others
corvid
2013-01-02
Fixed valgrind error in Hyphenator.
Sebastian Geerken
2013-01-01
Don't leak a FD if write() fails on a just-connected local dpi socket.
Jorge Arellano Cid
2012-12-23
Generalized a previois bug fix (line too tight but no possible breaks).
Sebastian Geerken
2012-12-16
Dpi_connect_socket: Removed obsolete code lingering from UDS (2009)
Jorge Arellano Cid
2012-12-14
Made UTF-8 stuff more robust.
Sebastian Geerken
2012-12-14
Test.
Sebastian Geerken
2012-12-14
Extended test.
Sebastian Geerken
2012-12-13
New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.
Sebastian Geerken
2012-12-10
test/Makefile.am: remove the (now unused) fltk_browser_* variables.
Jeremy Henty
2012-12-09
rm test/fltk_browser.cc
corvid
2012-12-09
share hyphenators between windows/tabs
Johannes Hofmann
2012-12-07
Test page.
Sebastian Geerken
2012-12-06
Split up words in hyphenation.
Sebastian Geerken
2012-12-05
Encoding: ISO-8859-1 to UTF-8.
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-27
Added unconditional characters (U+2010).
Sebastian Geerken
2012-11-27
Merge.
Sebastian Geerken
2012-11-26
rm unused arg in Style::create
corvid
2012-11-14
Cleaned up preferences.
Sebastian Geerken
2012-11-10
On the way making "canBeHyphenated" work correctly.
Sebastian Geerken
2012-11-09
"Hard" hyphens and em-dashes are basicly working.
Sebastian Geerken
2012-11-08
Making hyphen penalties configurable.
Sebastian Geerken
2012-11-06
add copright notice to hyphenation patterns in test directory
Johannes Hofmann
2012-11-05
trim some spaces
corvid
2012-10-26
Only tests and docs: some insights about hyphens.
Sebastian Geerken
2012-09-20
add test/trie program
Johannes Hofmann
2012-09-14
Added "xml:lang" to test/lang.html.
Sebastian Geerken
2012-09-13
typos/spelling/a little English
corvid
2012-09-12
Test page for "white-space" attribute.
Sebastian Geerken
2012-09-05
Corrected comparison between too loose and too tight lines.
sgeerken
2012-08-25
Updated documentations.
sgeerken
2012-07-13
"line1Offset" is now handled correctly.
sgeerken
2012-07-12
new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issues
sgeerken
2012-07-11
NotSoSimpleVector is now working in the intended way.
sgeerken
2012-07-11
Adjust anchor positions after automatic hyphenation.
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-07-06
"lang.html" as test for the "lang" attribute.
sgeerken
2012-07-05
NotSoSimpleVector still buggy; replacing insert(), will be fixed later.
sgeerken
2012-07-04
NotSoSimpleVector
sgeerken
[next]