summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/rdhtml.c
AgeCommit message (Expand)Author
2016-03-11mothra: dynamically allocate buffer for refresh url (was 20 bytes stack buffe...cinap_lenrek
2015-09-08mothra: make text inside <td> boldcinap_lenrek
2015-09-07mothra: add missing initializations for plaintext html statecinap_lenrek
2015-09-03mothra: subscript and superscript supportcinap_lenrek
2015-08-01mothra: fix nil crash on missing name/src attributes for source/video/audio/e...cinap_lenrek
2015-08-01mothra: enable compiler warnings and type checking, cleanupcinap_lenrek
2015-08-01mothra: support for inline images and <image> tagcinap_lenrek
2015-03-15mothra: <del>, <ins>, <wbr>cinap_lenrek
2015-03-15mothra: add <strike> supportcinap_lenrek
2014-03-07mothra: handle blank lines inside <pre> tagsstanley lieber
2014-02-16mothra: remove unused local variables from pl_nextc()cinap_lenrek
2014-02-16mothra: fix unicode rendering for plaintextcinap_lenrek
2013-10-10mothra: handle <input type=image>cinap_lenrek
2013-07-11mothra: handle empty attributes (for base-tag and others...)cinap_lenrek
2012-09-26mothra: dont make all images into links (only in mothmode)cinap_lenrek
2012-09-22mothra: text selection 2nd attemptcinap_lenrek
2012-09-11mothra: special parse mode for <script> as parsetag gets confused by long jav...cinap_lenrek
2012-09-10mothra: simpler approach to ignoring <script> tagscinap_lenrek
2012-08-16mothra: bruteforce image src= attributecinap_lenrek
2012-08-15mothra: handle misplaced trailing quotescinap_lenrek
2012-07-31mothra: make emalloc zero memory, fix uninitialized nextline pointer crashcinap_lenrek
2012-07-20mothra: delayed screen updates to reduce flickercinap_lenrek
2012-07-20mothra: work arround mismatched quotes in html attributescinap_lenrek
2012-07-19fix strchr \0 bugscinap_lenrek
2012-07-17mothra: handle relative urls in <base> tagcinap_lenrek
2012-07-08mothra: handle span and div, helps to resynchronization on html errorscinap_lenrek
2012-07-07mothra: fix <br/> <hr/> tagscinap_lenrek
2012-07-01mothra: make sequence of links separated by spacecinap_lenrek
2012-06-24mothra/uhtml: properly handle quoting in tagscinap_lenrek
2012-05-16mothra: </div> line breakscinap_lenrek
2012-05-03mothra: terminus/unicode.12 for smallest fixed fontstanley lieber
2012-04-17mothra: fix bogus strtolengthcinap_lenrek
2012-04-03mothra: <base> tag, nstrcpycinap_lenrek
2012-03-21vga: fix type in vga.font, make vga/unicode.font filecinap_lenrek
2012-03-18mothra: interpret table regardless of nestingcinap_lenrek
2012-02-21mothra: linkifycinap_lenrek
2012-01-01mothra: allow plmouse() to update mouse state, use a pipe to signal screen up...cinap_lenrek
2011-12-08mothra: use dejavusans for regular text and terminus for fixed width textstanley lieber
2011-11-08mothra: treat <div> as <br> instead of <p>stanley lieber
2011-11-08mothra: treat <div> as <p>stanley lieber
2011-11-06mothra: more tagscinap_lenrek
2011-11-06mothra: support <video>, <object>, <input type=password> and <meta http-equiv...cinap_lenrek
2011-10-13mothra: support fragment urlscinap_lenrek
2011-10-10mothra: fix unicode buffer overflow and spurious select crash, webfs: dont re...cinap_lenrek
2011-10-03mothra: ignore http content-type and encoding and just do content sniffingcinap_lenrek
2011-10-02mothra: render <p> tag with no ident, offset with blank linesstanley lieber
2011-10-02mothra: mothmode cleanupcinap_lenrek
2011-10-01mothra: add moth mode; display images that are not also links as a link to th...stanley lieber
2011-09-24html2ms, tcs, mothra, uhtml: threat &apos; as special entity, add uhtml(1)cinap_lenrek
2011-09-23mothra: button tag, email input typecinap_lenrek