Age | Commit message (Expand) | Author |
2016-03-11 | mothra: dynamically allocate buffer for refresh url (was 20 bytes stack buffe... | cinap_lenrek |
2015-09-08 | mothra: make text inside <td> bold | cinap_lenrek |
2015-09-07 | mothra: add missing initializations for plaintext html state | cinap_lenrek |
2015-09-03 | mothra: subscript and superscript support | cinap_lenrek |
2015-08-01 | mothra: fix nil crash on missing name/src attributes for source/video/audio/e... | cinap_lenrek |
2015-08-01 | mothra: enable compiler warnings and type checking, cleanup | cinap_lenrek |
2015-08-01 | mothra: support for inline images and <image> tag | cinap_lenrek |
2015-03-15 | mothra: <del>, <ins>, <wbr> | cinap_lenrek |
2015-03-15 | mothra: add <strike> support | cinap_lenrek |
2014-03-07 | mothra: handle blank lines inside <pre> tags | stanley lieber |
2014-02-16 | mothra: remove unused local variables from pl_nextc() | cinap_lenrek |
2014-02-16 | mothra: fix unicode rendering for plaintext | cinap_lenrek |
2013-10-10 | mothra: handle <input type=image> | cinap_lenrek |
2013-07-11 | mothra: handle empty attributes (for base-tag and others...) | cinap_lenrek |
2012-09-26 | mothra: dont make all images into links (only in mothmode) | cinap_lenrek |
2012-09-22 | mothra: text selection 2nd attempt | cinap_lenrek |
2012-09-11 | mothra: special parse mode for <script> as parsetag gets confused by long jav... | cinap_lenrek |
2012-09-10 | mothra: simpler approach to ignoring <script> tags | cinap_lenrek |
2012-08-16 | mothra: bruteforce image src= attribute | cinap_lenrek |
2012-08-15 | mothra: handle misplaced trailing quotes | cinap_lenrek |
2012-07-31 | mothra: make emalloc zero memory, fix uninitialized nextline pointer crash | cinap_lenrek |
2012-07-20 | mothra: delayed screen updates to reduce flicker | cinap_lenrek |
2012-07-20 | mothra: work arround mismatched quotes in html attributes | cinap_lenrek |
2012-07-19 | fix strchr \0 bugs | cinap_lenrek |
2012-07-17 | mothra: handle relative urls in <base> tag | cinap_lenrek |
2012-07-08 | mothra: handle span and div, helps to resynchronization on html errors | cinap_lenrek |
2012-07-07 | mothra: fix <br/> <hr/> tags | cinap_lenrek |
2012-07-01 | mothra: make sequence of links separated by space | cinap_lenrek |
2012-06-24 | mothra/uhtml: properly handle quoting in tags | cinap_lenrek |
2012-05-16 | mothra: </div> line breaks | cinap_lenrek |
2012-05-03 | mothra: terminus/unicode.12 for smallest fixed font | stanley lieber |
2012-04-17 | mothra: fix bogus strtolength | cinap_lenrek |
2012-04-03 | mothra: <base> tag, nstrcpy | cinap_lenrek |
2012-03-21 | vga: fix type in vga.font, make vga/unicode.font file | cinap_lenrek |
2012-03-18 | mothra: interpret table regardless of nesting | cinap_lenrek |
2012-02-21 | mothra: linkify | cinap_lenrek |
2012-01-01 | mothra: allow plmouse() to update mouse state, use a pipe to signal screen up... | cinap_lenrek |
2011-12-08 | mothra: use dejavusans for regular text and terminus for fixed width text | stanley lieber |
2011-11-08 | mothra: treat <div> as <br> instead of <p> | stanley lieber |
2011-11-08 | mothra: treat <div> as <p> | stanley lieber |
2011-11-06 | mothra: more tags | cinap_lenrek |
2011-11-06 | mothra: support <video>, <object>, <input type=password> and <meta http-equiv... | cinap_lenrek |
2011-10-13 | mothra: support fragment urls | cinap_lenrek |
2011-10-10 | mothra: fix unicode buffer overflow and spurious select crash, webfs: dont re... | cinap_lenrek |
2011-10-03 | mothra: ignore http content-type and encoding and just do content sniffing | cinap_lenrek |
2011-10-02 | mothra: render <p> tag with no ident, offset with blank lines | stanley lieber |
2011-10-02 | mothra: mothmode cleanup | cinap_lenrek |
2011-10-01 | mothra: add moth mode; display images that are not also links as a link to th... | stanley lieber |
2011-09-24 | html2ms, tcs, mothra, uhtml: threat ' as special entity, add uhtml(1) | cinap_lenrek |
2011-09-23 | mothra: button tag, email input type | cinap_lenrek |