Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | Clarify page scrolling documentation | Kevin Koster | |
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/5DGCSCREF2SMOADHBHJVCB33BMYDSBHG/ | |||
2024-04-10 | Remove libgif dependency from docs | Rodrigo Arias Mallo | |
The libgif library is not needed as Dillo already has builtin GIF support. Fixes: https://github.com/dillo-browser/dillo/issues/128 Reported-by: dogma | |||
2024-04-08 | Use build out of tree | Rodrigo Arias Mallo | |
The recommended way of building Dillo is to use a out-of-tree build, so it can be removed and leave the source directory clean. Fixes: https://github.com/dillo-browser/dillo/issues/125 | |||
2024-04-08 | Add Debian packages to install instructions | Rodrigo Arias Mallo | |
2024-04-04 | Fix HTML5 errors and warnings | Rodrigo Arias Mallo | |
Fixes: https://github.com/dillo-browser/dillo/issues/117 | |||
2024-04-04 | Fix manual typos and clarify some parts | Rodrigo Arias Mallo | |
Reported-by: dogma, monkeybusiness | |||
2024-04-01 | Improve Dillo user manual | Rodrigo Arias Mallo | |
A lot of sections were updated and extended to cover the usage of the browser from the perspective of a new user. Other missing content was added, specially to describe the configuration files and the format they use. Fixes: https://github.com/dillo-browser/dillo/issues/73 | |||
2024-03-28 | Add Windows install instructions | Rodrigo Arias Mallo | |
2024-01-09 | Update references to website and repository | Rodrigo Arias Mallo | |
The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo. | |||
2023-12-30 | Extend install instructions for BSD systems | Rodrigo Arias Mallo | |
We no longer include /usr/local/include by default, it must be specified to the configure script. | |||
2023-12-30 | Add MacOS build instructions | Rodrigo Arias Mallo | |
2023-12-30 | Mention OpenSSL 1.1 as supported library | Rodrigo Arias Mallo | |
2023-12-30 | Update build instructions | Rodrigo Arias Mallo | |
2023-12-19 | Update README.md with dillo.org dead notice | Rodrigo Arias Mallo | |
The official server is lost. Move install instructions to its own document. | |||
2023-12-17 | Fix DuckDuckGo search links | Rodrigo Arias Mallo | |
The DuckDuckGo service that redirects the links from the search page is returning a broken page for non-javascript browsers. They have a meta refresh tag in the body, instead of in the head. Adding the kd=-1 argument causes the DuckDuckGo search results to point directly to the target page avoiding the redirection. Based on this patch: https://salsa.debian.org/debian/dillo/-/commit/ffbd4fc0e6cf94b3947d02766224c0e80344a017 Thanks: liftof+dbug@gmail.com Thanks: Axel Beckert <abe@debian.org> Bug-Debian: https://bugs.debian/org/924357 | |||
2023-12-11 | Fix distcheck target | Rodrigo Arias Mallo | |
2015-06-03 | Moved dev docs to devdoc. | Sebastian Geerken | |
2015-06-03 | Merge with main repo. | Sebastian Geerken | |
2015-06-01 | dillo man page date | corvid | |
2015-06-01 | Split up user and developer documentation. | Sebastian Geerken | |
2015-06-01 | Updated doc directory. | Sebastian Geerken | |
2015-05-28 | update docs a bit | corvid | |
2015-05-26 | Fix view-source dpi to handle null characters correctly | Jorge Arellano Cid | |
Although not allowed in text contexts, null characters should not stop/halt/fail dpi protocol, thus the patch. Test Example. Display a file with these contents: null padding^@^@ (two trailing null characters) and view source for it. Note that dillo will not _display_ the file completely correct, it will eat a char after each null, but this is not a problem in dpi nor dpip but in rendering, the cache gets it right. Adding code to correctly _display_ these anomalous pages is probably not worth the effort though. | |||
2015-05-24 | Some doc. | Sebastian Geerken | |
2015-05-20 | Size requisitions depending on positions (SRDOP): added method signatures. | Sebastian Geerken | |
2015-05-17 | Documentation: Size requisitions depending on positions (updates) | Sebastian Geerken | |
2015-05-16 | Documentation: Size requisitions depending on positions | Sebastian Geerken | |
2015-05-10 | Work on sizes: restructured documentation. | Sebastian Geerken | |
2015-05-10 | Merge with main repo. | Sebastian Geerken | |
2015-04-04 | Escape '#' characters. | Jeremy Henty | |
The '#' character has a special meaning for doxygen; it is a reference to a documented entity so it must be escaped when the character itself is wanted. The doxygen command "\#" writes a '#' to the output. This fixes many doxygen warnings of the form "warning: explicit link request to 'foo' could not be resolved". | |||
2015-03-12 | Some doxygen fixes. | Jeremy Henty | |
2015-02-13 | More documentation on floats. | Sebastian Geerken | |
2015-02-13 | Floats: documentation snippets. | Sebastian Geerken | |
2015-02-04 | Documentation. | Sebastian Geerken | |
2015-02-04 | Some notes. | Sebastian Geerken | |
2015-02-03 | Removed obsolete documentations. | Sebastian Geerken | |
2015-02-01 | Fixed endless recursion. Also cleanup and documentation update. | Sebastian Geerken | |
2015-01-31 | Preserved text after all. | Sebastian Geerken | |
2015-01-30 | Relative positions, part 2: OOFPosAbsLikeMgr (initial version). | Sebastian Geerken | |
2015-01-30 | Mark irrelevant documentation. | Sebastian Geerken | |
2015-01-29 | More documentation. | Sebastian Geerken | |
2015-01-29 | Some documentation. | Sebastian Geerken | |
2015-01-28 | Typo. | Sebastian Geerken | |
2015-01-23 | Interrupted drawing: more documentation. | Sebastian Geerken | |
2015-01-23 | Interrupted drawing: cleanups, comments, documentation. | Sebastian Geerken | |
2015-01-22 | More documentation on interrupted drawing. | Sebastian Geerken | |
2015-01-21 | Documentation for interrupted drawing. | Sebastian Geerken | |
2015-01-10 | Documentation update. | Sebastian Geerken | |
2015-01-10 | Documentation. | Sebastian Geerken | |
2015-01-08 | Merge with main repo. | Sebastian Geerken | |