Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | trim some spaces | corvid | |
2013-11-18 | Optimized drawing of very small background images. | Sebastian Geerken | |
2013-11-18 | Merge with main repo. | Sebastian Geerken | |
2013-11-01 | test/liang: allow passing a word via commandline | Johannes Hofmann | |
2013-10-09 | Some cleanup. | Sebastian Geerken | |
2013-10-04 | Background image for view(port)s; no updates yet. | Sebastian Geerken | |
2013-09-17 | Fixed a problem in the test. | Sebastian Geerken | |
2013-09-16 | Extended test for bg images. | Sebastian Geerken | |
2013-09-13 | Some more tests. | Sebastian Geerken | |
2013-09-12 | Added basic functionality for background images to dw::style. Drawing still ↵ | Sebastian Geerken | |
very incomplete. | |||
2013-06-17 | Added gamma correction value to dw::core::ImgBuf. | Sebastian Geerken | |
2013-04-20 | include optgroup-close among items in dillo-dw interface for SELECT | corvid | |
On the whole, this makes things easier to deal with. | |||
2013-04-19 | trim some spaces | corvid | |
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 | |