Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-30 | Add automatic rendering tests | Rodrigo Arias Mallo | |
These tests render a HTML page in Dillo and save a screenshot which is compared with another one rendered by a reference HTML file which doesn't make use of the feature under test. Running these tests require some additional dependencies to run a Xorg server and capture screenshots of the browser, so they are only enabled when configured with the --enable-html-tests option. Additionally, running Dillo and opening local files requires a working file dpi plugin. So, when running the HTML tests it is required that a working dpid server can be launched by Dillo. To do so, Dillo can be first installed to a prefix directory, the dpidrc file copied to ~/.dillo/ and then the DILLOBIN variable set to the path of the dillo binary under test. | |||
2023-12-21 | Split tests into unit and dw (graphical) | Rodrigo Arias Mallo | |
Graphical tests for the dw (Dillo Widget) are moved to test/dw, while unit tests are placed into test/unit. All tests are compiled with "make check" but only the tests that can run without intervention and without a graphic display are executed. | |||
2014-09-18 | Test. | Sebastian Geerken | |
2014-07-18 | Merge with main repo. | Sebastian Geerken | |
2014-07-13 | Tests. | Sebastian Geerken | |
2014-07-12 | Tests are now linked to libX11 when needed. | Sebastian Geerken | |
2014-03-02 | Fixed compile error. | Sebastian Geerken | |
2013-12-09 | Merge (large!). | Sebastian Geerken | |
2013-09-12 | Added basic functionality for background images to dw::style. Drawing still ↵ | Sebastian Geerken | |
very incomplete. | |||
2013-01-29 | Merge with main repo. | Sebastian Geerken | |
2013-01-27 | Test for containers. (Just curious how complete the code is ...) | Sebastian Geerken | |
2012-12-17 | Merge with main repo. | 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-10-07 | Merge with main repo. | 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 | Merge of <http://hg.dillo.org/dillo>. | Sebastian Geerken | |
2012-07-04 | NotSoSimpleVector | sgeerken | |
2012-06-25 | Hyphenation moved to dw (soon to be used by dw::Textlock) | sgeerken | |
2012-06-24 | First part of hyphenation! And some minor changes in "lout". | sgeerke | |
2011-05-28 | merge | Johannes Hofmann | |
2011-01-28 | **/Makefile.am: #include $(top_srcdir). | Jeremy Henty | |
2011-01-28 | **/Makefile.am: replace .. paths with absolute paths using $(top_builddir). | Jeremy Henty | |
2010-08-20 | merge | Johannes Hofmann | |
2010-08-20 | import float prototype and test program by Sebastian Geerken | Johannes Hofmann | |
2010-01-20 | cookies test program | corvid | |
2008-09-24 | - Moved the dw2 tree into dillo2's tree. | jcid | |