summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/mothra.c
AgeCommit message (Expand)Author
2016-10-22mothra: avoid flushimage() calls, event() will implicitely flushcinap_lenrek
2015-09-03mothra: subscript and superscript supportcinap_lenrek
2015-08-01mothra: enable compiler warnings and type checking, cleanupcinap_lenrek
2015-08-01mothra: fix double button hitcinap_lenrek
2015-08-01mothra: cleanup url handlingcinap_lenrek
2015-08-01mothra: fix selurl()cinap_lenrek
2015-08-01mothra: support for inline images and <image> tagcinap_lenrek
2015-03-27mothra: remove unused confirmcurs; move confirmcursor up with the other cursors.ethan
2015-02-08mothra: add side scrolling, controlled by left and right buttons on the keybo...stanley lieber
2015-01-31mothra: people do not like it. revertingcinap_lenrek
2015-01-31mothra: wrap long text and images to fitcinap_lenrek
2014-02-05fix wrong type for terminating nil argument for execl()cinap_lenrek
2014-02-05mothra: better handling of malformed search regexcinap_lenrek
2014-02-05mothra: dont panic on invalid regular expression in searchboxcinap_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-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-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-05-27mothra: clicking on the url scroll bar, snarfing, or saving a hit when no url...ppatience0
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-23mothra: snarf and pastecinap_lenrek
2012-09-22mothra: text selection 2nd attemptcinap_lenrek
2012-09-22mothra: first attempt on text selectioncinap_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-04mothra: scrollbar mouse grab in alt displaycinap_lenrek
2012-06-30mothra: fix scrollbar mouse grab behaviourcinap_lenrek
2012-06-18mothra/webfs: multipart/form-data and file upload supportcinap_lenrek
2012-06-18mothra: refactor form submit codecinap_lenrek
2012-05-31mothra: remove log file stubsstanley lieber
2012-05-25mothra: changes toward multipart/formdatacinap_lenrek
2012-04-30mothra: handle http compression out of bandcinap_lenrek
2012-04-14mothra: plpack in any case, even if labels dont fitcinap_lenrek
2012-04-03mothra: <base> tag, nstrcpycinap_lenrek
2012-03-23mothra: k - kill images in current pagecinap_lenrek
2012-03-23mothra: fix alt display crash, repair mistakecinap_lenrek
2012-03-22mothra: add 'm'stanley lieber
2012-03-10page: allow running external jpg(1) program for animated gifs, mothra: handle...cinap_lenrek