aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-04-25Clarify page scrolling documentationKevin Koster
See: https://lists.mailman3.com/hyperkitty/list/dillo-dev@mailman3.com/message/5DGCSCREF2SMOADHBHJVCB33BMYDSBHG/
2024-04-10Remove libgif dependency from docsRodrigo 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-08Use build out of treeRodrigo 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-08Add Debian packages to install instructionsRodrigo Arias Mallo
2024-04-04Fix HTML5 errors and warningsRodrigo Arias Mallo
Fixes: https://github.com/dillo-browser/dillo/issues/117
2024-04-04Fix manual typos and clarify some partsRodrigo Arias Mallo
Reported-by: dogma, monkeybusiness
2024-04-01Improve Dillo user manualRodrigo 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-28Add Windows install instructionsRodrigo Arias Mallo
2024-01-09Update references to website and repositoryRodrigo Arias Mallo
The website is now at https://dillo-browser.github.io/ and the repository at https://github.com/dillo-browser/dillo.
2023-12-30Extend install instructions for BSD systemsRodrigo Arias Mallo
We no longer include /usr/local/include by default, it must be specified to the configure script.
2023-12-30Add MacOS build instructionsRodrigo Arias Mallo
2023-12-30Mention OpenSSL 1.1 as supported libraryRodrigo Arias Mallo
2023-12-30Update build instructionsRodrigo Arias Mallo
2023-12-19Update README.md with dillo.org dead noticeRodrigo Arias Mallo
The official server is lost. Move install instructions to its own document.
2023-12-17Fix DuckDuckGo search linksRodrigo 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-11Fix distcheck targetRodrigo Arias Mallo
2015-06-03Moved dev docs to devdoc.Sebastian Geerken
2015-06-03Merge with main repo.Sebastian Geerken
2015-06-01dillo man page datecorvid
2015-06-01Split up user and developer documentation.Sebastian Geerken
2015-06-01Updated doc directory.Sebastian Geerken
2015-05-28update docs a bitcorvid
2015-05-26Fix view-source dpi to handle null characters correctlyJorge 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-24Some doc.Sebastian Geerken
2015-05-20Size requisitions depending on positions (SRDOP): added method signatures.Sebastian Geerken
2015-05-17Documentation: Size requisitions depending on positions (updates)Sebastian Geerken
2015-05-16Documentation: Size requisitions depending on positionsSebastian Geerken
2015-05-10Work on sizes: restructured documentation.Sebastian Geerken
2015-05-10Merge with main repo.Sebastian Geerken
2015-04-04Escape '#' 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-12Some doxygen fixes.Jeremy Henty
2015-02-13More documentation on floats.Sebastian Geerken
2015-02-13Floats: documentation snippets.Sebastian Geerken
2015-02-04Documentation.Sebastian Geerken
2015-02-04Some notes.Sebastian Geerken
2015-02-03Removed obsolete documentations.Sebastian Geerken
2015-02-01Fixed endless recursion. Also cleanup and documentation update.Sebastian Geerken
2015-01-31Preserved text after all.Sebastian Geerken
2015-01-30Relative positions, part 2: OOFPosAbsLikeMgr (initial version).Sebastian Geerken
2015-01-30Mark irrelevant documentation.Sebastian Geerken
2015-01-29More documentation.Sebastian Geerken
2015-01-29Some documentation.Sebastian Geerken
2015-01-28Typo.Sebastian Geerken
2015-01-23Interrupted drawing: more documentation.Sebastian Geerken
2015-01-23Interrupted drawing: cleanups, comments, documentation.Sebastian Geerken
2015-01-22More documentation on interrupted drawing.Sebastian Geerken
2015-01-21Documentation for interrupted drawing.Sebastian Geerken
2015-01-10Documentation update.Sebastian Geerken
2015-01-10Documentation.Sebastian Geerken
2015-01-08Merge with main repo.Sebastian Geerken