aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2014-02-02trim some spacescorvid
2013-11-18Optimized drawing of very small background images.Sebastian Geerken
2013-11-18Merge with main repo.Sebastian Geerken
2013-11-01test/liang: allow passing a word via commandlineJohannes Hofmann
2013-10-09Some cleanup.Sebastian Geerken
2013-10-04Background image for view(port)s; no updates yet.Sebastian Geerken
2013-09-17Fixed a problem in the test.Sebastian Geerken
2013-09-16Extended test for bg images.Sebastian Geerken
2013-09-13Some more tests.Sebastian Geerken
2013-09-12Added basic functionality for background images to dw::style. Drawing still ↵Sebastian Geerken
very incomplete.
2013-06-17Added gamma correction value to dw::core::ImgBuf.Sebastian Geerken
2013-04-20include optgroup-close among items in dillo-dw interface for SELECTcorvid
On the whole, this makes things easier to deal with.
2013-04-19trim some spacescorvid
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
solution would have made RTTI neccessary to work correctly.
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 ↵Sebastian Geerken
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance).
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
This also fixes the wrong error message given in this situation. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009656.html Patch: p37sitdu, jcid
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
Detected by: p37sitdu Recover code for Unix domain sockets is not necessary because we use INET sockets now. Ref, changeset: 7faa2c7a544f
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 ↵Sebastian Geerken
correctly.
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
Add code to ignore lines starting with '%' when parsing pattern files as comments. noticed-by: corvid <corvid@lavabit.com>
2012-11-05trim some spacescorvid
2012-10-26Only tests and docs: some insights about hyphens.Sebastian Geerken
2012-09-20add test/trie programJohannes Hofmann
The test/trie program allows to create better packed tries to reduce memory consumption of the hyphenation even further. Usage: trie <pattern file> > <prefix>/lib/dillo/hyphenation/<lang>.pat.trie e.g: ./trie hyph-de-1996.pat > /usr/local/lib/dillo/hyphenation/de.pat.trie If the <lang>.pat.trie is found, dillo will use this precompressed trie instead of the <lang>.pat file.
2012-09-14Added "xml:lang" to test/lang.html.Sebastian Geerken
2012-09-13typos/spelling/a little Englishcorvid