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