Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-18 | mothra: get rid of soft hyphens | Sigrid Solveig Haflínudóttir | |
2022-01-22 | mothra: fix rendering of <samp> tag | Kristo | |
Mothra does not currently render text inside <samp> tags inline similar to <code>, but instead treats them like <pre> which is actually incorrect behavior. The following small patch should fixes issue. | |||
2021-02-16 | mothra: tune up entry control logic for easier text editing | Sigrid | |
2021-01-31 | mothra: don't insert newline after div (thanks phil9) | Ori Bernstein | |
2021-01-19 | mothra: linkify text starting with gemini:// and ftp:// | Sigrid | |
2020-04-21 | rdhtml.c: restore original fonts. dejavusans was my change, my fault. it ↵ | stanley lieber | |
never looked right outside of drawterm on osx (mea culpa). this is easy to change for anyone who prefers something else, but it's difficult to imagine native users preferring our very fuzzy dejavusans to anything else. | |||
2018-06-27 | Persist 'k' command in mothra and add matching -k flag (thanks piroko) | 23hiro | |
"I sometimes find myself on either slow or data-capped network links where downloading images isn't ideal. Attached is a simple patch to mothra that changes the 'k' command to not only remove already-downloaded images from a page, but also toggle a state such that mothra won't attempt to download images on future visited sites until 'k' is toggled again. This also adds a '-k' flag to mothra which enables the flag at startup." --Jeremy O'Brien<neutral@fastmail.com> on 9fans | |||
2016-03-11 | mothra: dynamically allocate buffer for refresh url (was 20 bytes stack ↵ | cinap_lenrek | |
buffer before) (thanks BurnZeZ for reporting) | |||
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 ↵ | cinap_lenrek | |
source/video/audio/embed/frame/iframe | |||
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 | |
we did the utf-8 to unicode conversion in pl_nextc(), but the plaintext handler uses pl_readc() which only translates newlines but otherwise returns bytes. move unicode conversion in pl_readc() fixes it. | |||
2013-10-10 | mothra: handle <input type=image> | cinap_lenrek | |
2013-07-11 | mothra: handle empty attributes (for base-tag and others...) | cinap_lenrek | |
empty href="" attribute in base-tag causes the page to break. while at it, handle empty attributes in other parts of the code as well. (mostly stuff like id, name shouldnt be empty) | |||
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 ↵ | cinap_lenrek | |
javascript lines | |||
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 ↵ | cinap_lenrek | |
update | |||
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 ↵ | cinap_lenrek | |
http-equiv=refresh> | |||
2011-10-13 | mothra: support fragment urls | cinap_lenrek | |