aboutsummaryrefslogtreecommitdiff
path: root/dpi/vsource.c
AgeCommit message (Collapse)Author
2012-09-25vsource: make send_numbered_text consistent with send_html_textcorvid
2011-11-17never treat URI schemes case-sensitivelycorvid
2010-06-06vsource use a_Dpip_dsh_write_str when possiblecorvid
2010-06-06vsource page add title elementcorvid
2010-06-06vsource fix extraneous </pre> with empty source filecorvid
2010-04-05add id="dillo_vs" to view source pageJohannes Hofmann
This allows for custom styling of view source by adjusting ~/.dillo/style.css, e.g: #dillo_vs {background-color: orange !important}
2010-03-31use pre-wrap in vsourcecorvid
2010-03-14fix attr leakcorvid
2010-03-05view source: CR separates linescorvid
2010-03-01free dpip_tagcorvid
2010-02-27trim some spacescorvid
2010-02-24Fix: 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-23Handle vsource dpi inside a_Capi_open_url(); more orthogonality.Jorge Arellano Cid
Also added better error handling.
2010-02-17Implement the view source functionality as a dpiJorge Arellano Cid
2010-02-17Copy the hello dpi as a basis for the "view source" dpiJorge Arellano Cid