aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-03-05Fixed a bug in Vector::bsearch.Sebastian Geerken
2013-03-05Vector::bsearch and insertSorted.Sebastian Geerken
2013-03-05Comparable is now subclass of Object (not pseudo-interface anymore). The old ...Sebastian Geerken
2013-03-05Implemented iterators for Vector.Sebastian Geerken
2013-03-04Simplified containers test.Sebastian Geerken
2013-01-29Some cleanup in HashTable; new container HashSet (of which HashTable is a sub...Sebastian Geerken
2013-01-27Test for containers. (Just curious how complete the code is ...)Sebastian Geerken
2013-01-08make test/cookies somewhat usable by otherscorvid
2013-01-02Fixed valgrind error in Hyphenator.Sebastian Geerken
2013-01-01Don't leak a FD if write() fails on a just-connected local dpi socket.Jorge Arellano Cid
2012-12-23Generalized a previois bug fix (line too tight but no possible breaks).Sebastian Geerken
2012-12-16Dpi_connect_socket: Removed obsolete code lingering from UDS (2009)Jorge Arellano Cid
2012-12-14Made UTF-8 stuff more robust.Sebastian Geerken
2012-12-14Test.Sebastian Geerken
2012-12-14Extended test.Sebastian Geerken
2012-12-13New function nextUtf8Char; usage in dw::Hyphenator and (partly) dw::Textblock.Sebastian Geerken
2012-12-10test/Makefile.am: remove the (now unused) fltk_browser_* variables.Jeremy Henty
2012-12-09rm test/fltk_browser.cccorvid
2012-12-09share hyphenators between windows/tabsJohannes Hofmann
2012-12-07Test page.Sebastian Geerken
2012-12-06Split up words in hyphenation.Sebastian Geerken
2012-12-05Encoding: ISO-8859-1 to UTF-8.Sebastian Geerken
2012-12-05Hyphenation regard characters, not bytes, at the end.Sebastian Geerken
2012-12-05Added non-breakable space to division characters, so that hyphenation works c...Sebastian Geerken
2012-11-27Added unconditional characters (U+2010).Sebastian Geerken
2012-11-27Merge.Sebastian Geerken
2012-11-26rm unused arg in Style::createcorvid
2012-11-14Cleaned up preferences.Sebastian Geerken
2012-11-10On the way making "canBeHyphenated" work correctly.Sebastian Geerken
2012-11-09"Hard" hyphens and em-dashes are basicly working.Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2012-11-06add copright notice to hyphenation patterns in test directoryJohannes Hofmann
2012-11-05trim some spacescorvid
2012-10-26Only tests and docs: some insights about hyphens.Sebastian Geerken
2012-09-20add test/trie programJohannes Hofmann
2012-09-14Added "xml:lang" to test/lang.html.Sebastian Geerken
2012-09-13typos/spelling/a little Englishcorvid
2012-09-12Test page for "white-space" attribute.Sebastian Geerken
2012-09-05Corrected comparison between too loose and too tight lines.sgeerken
2012-08-25Updated documentations.sgeerken
2012-07-13"line1Offset" is now handled correctly.sgeerken
2012-07-12new file "unicode.hh" and "unicode.cc" for Unicode and UTF-8 issuessgeerken
2012-07-11NotSoSimpleVector is now working in the intended way.sgeerken
2012-07-11Adjust anchor positions after automatic hyphenation.sgeerken
2012-07-10For hyphenation, all characters not belonging to the actual word, e.g. punctu...sgeerken
2012-07-09Anchors now work (half)sgeerken
2012-07-09Hyphenation exceptions. Some bug fixes.sgeerken
2012-07-06"lang.html" as test for the "lang" attribute.sgeerken
2012-07-05NotSoSimpleVector still buggy; replacing insert(), will be fixed later.sgeerken
2012-07-04NotSoSimpleVectorsgeerken