summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra
AgeCommit message (Expand)Author
2014-02-04libpanel: fix pointer casts and format stringsmischief
2014-02-05mothra: dont panic on invalid regular expression in searchboxcinap_lenrek
2014-01-07mothra: remove versioncinap_lenrek
2013-12-31mothra: mouse scrollwheel behave the same as in samstanley lieber
2013-12-28mothra: add regular expression text search (thanks mischief, sl)cinap_lenrek
2013-12-07mothra: remove debug code, dont create $home/lib/mothra/mothra.err filecinap_lenrek
2013-10-10mothra: handle <input type=image>cinap_lenrek
2013-10-08libpanel: fix memory corruption bug in plinitentry(), add pl_erealloc()cinap_lenrek
2013-10-04mothra: avoid intermediate rc shell processes, use rfork(RFREND) to isolate r...cinap_lenrek
2013-10-04mothra: run page in own note group, close unneeded filedescriptors after forkingcinap_lenrek
2013-09-24fix null dereference crash in mothrajpathy
2013-08-09mothra: log post data with debug flag, increase max token length from 1K to 4Kcinap_lenrek
2013-08-09mothra: fix nil pointer dereferencecinap_lenrek
2013-07-18mothra: use pldraw() to put cmd box on screen for alt displaycinap_lenrek
2013-07-18mothra: restore usage fix, document -a option in manualcinap_lenrek
2013-07-18mothra: add -a flag to start in alt-display modecinap_lenrek
2013-07-17mothra: fix usagestanley lieber
2013-07-11mothra: handle empty attributes (for base-tag and others...)cinap_lenrek
2013-06-01mothra: implement link buttonscinap_lenrek
2013-05-27mothra: clicking on the url scroll bar, snarfing, or saving a hit when no url...ppatience0
2012-09-28mothra: fix select boxes in textviewcinap_lenrek
2012-09-26mothra: fix url snarfingcinap_lenrek
2012-09-26mothra: display url is page list if no title is availablecinap_lenrek
2012-09-26mothra: never snarf the "Go:" boxcinap_lenrek
2012-09-26mothra: dont make all images into links (only in mothmode)cinap_lenrek
2012-09-24mothra: various improvementscinap_lenrek
2012-09-24mothra: cache backup bitmap in pl_rtdraw()cinap_lenrek
2012-09-24mothra: forgot to add snarf.ccinap_lenrek
2012-09-23mothra: snarf and pastecinap_lenrek
2012-09-23mothra: dont highlight subpanels in textviewcinap_lenrek
2012-09-23mothra: fast (offscreen) alpha drawing on scrollcinap_lenrek
2012-09-23mothra: cleanup textview codecinap_lenrek
2012-09-22mothra: text selection 2nd attemptcinap_lenrek
2012-09-22mothra: first attempt on text selectioncinap_lenrek
2012-09-13mothra: fix wrong ascent calculation if text element is too large, fix image ...cinap_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-08-09mothra: avoid eenter deadlock on resizecinap_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-12mothra: handle email messages as plain textcinap_lenrek
2012-07-08mothra: handle span and div, helps to resynchronization on html errorscinap_lenrek
2012-07-08mothra: edit selection fixcinap_lenrek
2012-07-07mothra: ignore size attribute for select tagcinap_lenrek
2012-07-07mothra: fix <br/> <hr/> tagscinap_lenrek