aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2015-01-05Extremes::adjustmentWidth may now (again) be used for extremes correction.Sebastian Geerken
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2015-01-02Merge with main repo.Sebastian Geerken
2014-12-28Some doc.Sebastian Geerken
2014-12-26Minor changes (no actual code).Sebastian Geerken
2014-12-24merge 3.0.4.1 branchcorvid
2014-12-20a little more clarification in man pagecorvid
2014-12-20update documentation for --localcorvid
2014-12-20New document.Sebastian Geerken
2014-12-12Documentation.Sebastian Geerken
2014-11-08Merge with main repo.Sebastian Geerken
2014-11-08Removed code for absolute positions; this is solved in a different way in ↵Sebastian Geerken
the dillo_grows repository.
2014-09-25Some work on mouse events (getWidgetAtPoint).Sebastian Geerken
2014-09-24Avoid dublicate drawing.Sebastian Geerken
2014-09-24Typo.Sebastian Geerken
2014-09-24Documentation.Sebastian Geerken
2014-09-01Documentation.Sebastian Geerken
2014-08-17Some corrections on recent work.Sebastian Geerken
2014-08-10morecorvid
2014-08-02morecorvid
2014-08-02doc: shrink filesizecorvid
2014-07-18New dillorc option 'adjust_min_width'. Also fixed bug in textblock extremes ↵Sebastian Geerken
calculation.