Age | Commit message (Collapse) | 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 | |
solution would have made RTTI neccessary to work correctly. | |||
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 ↵ | Sebastian Geerken | |
sub class); fixed a glitch in both (inserting equal node again does not remove the first instance). | |||
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 | |
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-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 | |
Detected by: p37sitdu Recover code for Unix domain sockets is not necessary because we use INET sockets now. Ref, changeset: 7faa2c7a544f | |||
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 ↵ | Sebastian Geerken | |
correctly. | |||
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 | |
Add code to ignore lines starting with '%' when parsing pattern files as comments. noticed-by: corvid <corvid@lavabit.com> | |||
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 | |
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-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. ↵ | sgeerken | |
punctuation marks, are ignored. Currently only words for English and German.y | |||
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 | |