Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | Made view-source dpi use CSS formatting (it's shorter and cleaner) | Jorge Arellano Cid | |
BTW, is there a point in using a monospaced font? Besides it looks like code printing (which is good), a proportional-spaced font may be easier to read. | |||
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. | |||
2012-09-25 | vsource: make send_numbered_text consistent with send_html_text | corvid | |
2011-11-17 | never treat URI schemes case-sensitively | corvid | |
2010-06-06 | vsource use a_Dpip_dsh_write_str when possible | corvid | |
2010-06-06 | vsource page add title element | corvid | |
2010-06-06 | vsource fix extraneous </pre> with empty source file | corvid | |
2010-04-05 | add id="dillo_vs" to view source page | Johannes Hofmann | |
This allows for custom styling of view source by adjusting ~/.dillo/style.css, e.g: #dillo_vs {background-color: orange !important} | |||
2010-03-31 | use pre-wrap in vsource | corvid | |
2010-03-14 | fix attr leak | corvid | |
2010-03-05 | view source: CR separates lines | corvid | |
2010-03-01 | free dpip_tag | corvid | |
2010-02-27 | trim some spaces | corvid | |
2010-02-24 | Fix: vsource html, fix entities display, indentation and removed \r check. | Jorge Arellano Cid | |
Now long lines don't wrap (a side effect of PRE). If a wrapping version is preferred, it can be achieved by stuffing NBSP at the beginning of the line. | |||
2010-02-23 | Handle vsource dpi inside a_Capi_open_url(); more orthogonality. | Jorge Arellano Cid | |
Also added better error handling. | |||
2010-02-17 | Implement the view source functionality as a dpi | Jorge Arellano Cid | |
2010-02-17 | Copy the hello dpi as a basis for the "view source" dpi | Jorge Arellano Cid | |