Age | Commit message (Expand) | Author |
2014-02-04 | libpanel: fix pointer casts and format strings | mischief |
2014-02-05 | mothra: dont panic on invalid regular expression in searchbox | cinap_lenrek |
2014-01-07 | mothra: remove version | cinap_lenrek |
2013-12-31 | mothra: mouse scrollwheel behave the same as in sam | stanley lieber |
2013-12-28 | mothra: add regular expression text search (thanks mischief, sl) | cinap_lenrek |
2013-12-07 | mothra: remove debug code, dont create $home/lib/mothra/mothra.err file | cinap_lenrek |
2013-10-10 | mothra: handle <input type=image> | cinap_lenrek |
2013-10-08 | libpanel: fix memory corruption bug in plinitentry(), add pl_erealloc() | cinap_lenrek |
2013-10-04 | mothra: avoid intermediate rc shell processes, use rfork(RFREND) to isolate r... | cinap_lenrek |
2013-10-04 | mothra: run page in own note group, close unneeded filedescriptors after forking | cinap_lenrek |
2013-09-24 | fix null dereference crash in mothra | jpathy |
2013-08-09 | mothra: log post data with debug flag, increase max token length from 1K to 4K | cinap_lenrek |
2013-08-09 | mothra: fix nil pointer dereference | cinap_lenrek |
2013-07-18 | mothra: use pldraw() to put cmd box on screen for alt display | cinap_lenrek |
2013-07-18 | mothra: restore usage fix, document -a option in manual | cinap_lenrek |
2013-07-18 | mothra: add -a flag to start in alt-display mode | cinap_lenrek |
2013-07-17 | mothra: fix usage | stanley lieber |
2013-07-11 | mothra: handle empty attributes (for base-tag and others...) | cinap_lenrek |
2013-06-01 | mothra: implement link buttons | cinap_lenrek |
2013-05-27 | mothra: clicking on the url scroll bar, snarfing, or saving a hit when no url... | ppatience0 |
2012-09-28 | mothra: fix select boxes in textview | cinap_lenrek |
2012-09-26 | mothra: fix url snarfing | cinap_lenrek |
2012-09-26 | mothra: display url is page list if no title is available | cinap_lenrek |
2012-09-26 | mothra: never snarf the "Go:" box | cinap_lenrek |
2012-09-26 | mothra: dont make all images into links (only in mothmode) | cinap_lenrek |
2012-09-24 | mothra: various improvements | cinap_lenrek |
2012-09-24 | mothra: cache backup bitmap in pl_rtdraw() | cinap_lenrek |
2012-09-24 | mothra: forgot to add snarf.c | cinap_lenrek |
2012-09-23 | mothra: snarf and paste | cinap_lenrek |
2012-09-23 | mothra: dont highlight subpanels in textview | cinap_lenrek |
2012-09-23 | mothra: fast (offscreen) alpha drawing on scroll | cinap_lenrek |
2012-09-23 | mothra: cleanup textview code | cinap_lenrek |
2012-09-22 | mothra: text selection 2nd attempt | cinap_lenrek |
2012-09-22 | mothra: first attempt on text selection | cinap_lenrek |
2012-09-13 | mothra: fix wrong ascent calculation if text element is too large, fix image ... | 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-08-09 | mothra: avoid eenter deadlock on resize | 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-12 | mothra: handle email messages as plain text | cinap_lenrek |
2012-07-08 | mothra: handle span and div, helps to resynchronization on html errors | cinap_lenrek |
2012-07-08 | mothra: edit selection fix | cinap_lenrek |
2012-07-07 | mothra: ignore size attribute for select tag | cinap_lenrek |
2012-07-07 | mothra: fix <br/> <hr/> tags | cinap_lenrek |