index
:
dillo
master
Dillo, a multi-platform graphical web browser
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpi
/
vsource.c
Age
Commit message (
Expand
)
Author
2015-05-27
Made view-source dpi use CSS formatting (it's shorter and cleaner)
Jorge Arellano Cid
2015-05-26
Fix view-source dpi to handle null characters correctly
Jorge Arellano Cid
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
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
2010-02-23
Handle vsource dpi inside a_Capi_open_url(); more orthogonality.
Jorge Arellano Cid
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