aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
AgeCommit message (Expand)AuthorFilesLines
2017-05-11Copy tabexpand setting when cloningPetter Rodhelind1-0/+1
2017-05-11Disable tab expansion as defaultPetter Rodhelind1-1/+1
2017-05-11Switch tab expansion ON/OFF via TabexpandPetter Rodhelind1-1/+8
2017-05-11Add support for tab expansion (because everyone else is stupid and I am force...Petter Rodhelind4-0/+29
2017-04-20Add ^A and ^E wrap arounds for easy movement over multiple linesPetter Rodhelind1-0/+11
2017-03-19Add Cmd+S for save/putPetter Rodhelind1-0/+5
2017-03-18Fix kdown when last line is emptyPetter Rodhelind1-1/+1
2017-03-18Fix key down buffer overflow bug at EOFPetter Rodhelind1-3/+3
2017-03-18Make Key-Up and Key-Down work with lines instead of scrollingPetter Rodhelind1-8/+33
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-1/+1
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2014-12-02libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox1-3/+9
2014-06-03acme: fix bufread crash due to typing-point scrollingRuss Cox1-0/+4
2014-06-03acme: increase timer resolution to 10msRuss Cox1-1/+1
2014-05-19undo CL 69070045 / 8539a916d98aRuss Cox1-4/+0
2014-05-05acme: fix two flush bugs in new log fileRuss Cox1-2/+3
2014-04-30acme: add log file in acme root directoryRuss Cox11-6/+236
2014-04-19acme: add comment for aligned writesRuss Cox1-0/+5
2014-04-19acme: use buffered i/o to write fileRuss Cox1-1/+16
2014-04-18acme: fix Get of dir in nameless window (thanks Colton Lewis)Russ Cox1-1/+1
2014-03-13acme: copy/cut/paste with ctl+c,x,vEthan Burns1-0/+4
2014-03-13acme, sam: handle >1GB files correctlyRuss Cox2-2/+5
2013-10-22acme: scroll a directory window when navigating if:Rob Pike1-1/+17
2013-09-06acme: execute commands with / using shellMarius Eriksen1-1/+1
2013-09-06acme Mail: add Search commandAkshat Kumar2-1/+63
2013-09-06mailfs: allow spaces in box nameAkshat Kumar1-1/+16
2013-07-31acme: allow :6 in 5-line fileRuss Cox1-0/+2
2012-11-26acme: retina scaling for scroll bars, buttonRuss Cox2-26/+34
2012-11-25acme: set $samfile (same as $%) during executionMarius Eriksen1-0/+1
2012-10-22acme: use threadspawnd to avoid changing "." of current processRuss Cox1-29/+8
2012-10-21acme: add $acmeshell to control execution shellMarius Eriksen3-2/+12
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2-6/+2
2012-10-05acme: correct writes of runes on auspicious byte boundariesErik Quanstrom1-23/+34
2012-09-23acme: mouse movement for DelRuss Cox5-8/+62
2012-01-16acme: claim input focus earlierDavid Jeannot1-2/+2
2011-11-17acme: fix arrow near end of textSean McKean1-6/+4
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+4
2011-08-02acme: fix iq1 adjust bugRuss Cox1-1/+1
2011-08-02acme: scrolling fixes + new home/endRuss Cox4-5/+32
2011-07-10acme: allow :?regexp for backward searchRuss Cox1-0/+4
2011-07-10acme: fix out of order address crashRuss Cox1-1/+1
2011-06-01acme Mail: drop noscrollDavid du Colombier1-1/+0
2011-04-279term, acme: autoscrollRuss Cox3-12/+4
2010-08-24acme: fix rounding in rows computationRob Pike1-3/+6
2010-07-14acme, sam: fix regexp code for bigger RunemaxRuss Cox1-24/+26
2010-07-14acme: fix off by one in editcmd, pointer comparison in getch, nextcRuss Cox1-3/+3
2010-03-18acme: attempt to fix Put mtime skew on NFSRuss Cox1-0/+13
2010-01-12acme: let Edit redo when file is cleanRuss Cox1-1/+1
2009-11-30acme: fix Load of acme with no windowsFazlul Shahriar1-2/+2
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox5-14/+29