summaryrefslogtreecommitdiff
path: root/sys/src/cmd/acme
AgeCommit message (Expand)Author
2020-12-19acme: use global user string variable instead of getuser()cinap_lenrek
2020-12-19acme: use getuser() in fsinit()cinap_lenrek
2020-09-29acme: revert stray changesOri Bernstein
2020-09-22acme: import changes from plan9port (thanks jxy)Ori Bernstein
2020-08-03mergecinap_lenrek
2020-08-03acme: reverting scroll change, causes continuous scrolling with scrollwheelcinap_lenrek
2020-08-01pre-lib9p servers: fix incorrect Tversion handlingkvik
2020-06-11acme: implement position-dependent scroll-wheel scrollingkvik
2020-06-07acme: add missing logf.ccinap_lenrek
2020-06-06acme: import event log from plan9port (thanks fshahriar)Ori Bernstein
2020-05-31acme: implement 'scratch' ctl command (thanks Drew DeVault)kvik
2020-05-10acme: add missed error checkskvik
2020-05-07fix typo: mouse->xy, not w->mc.xyOri Bernstein
2020-05-06Reset click count on mouse motion.Ori Bernstein
2020-05-02make bind(2) error handling consistentcinap_lenrek
2020-04-25tweak selection criteriaOri Bernstein
2020-04-25triple click selection in acmeOri Bernstein
2020-02-13acme(1): fix scrolling when swiping text at the top or bottom of a framespew
2020-01-31fix double free in acme.Ori Bernstein
2020-01-19mergecinap_lenrek
2020-01-19Apply http://www.9paste.net/qrstuv/patch/acme-movetodelmesg/Roberto E. Vargas Caballero
2020-01-19acme: fix off by one in colclose(), make dellist() code consistentcinap_lenrek
2020-01-19acme: Restore call to movetodel() in colcloseRoberto E. Vargas Caballero
2019-12-06fix some acme memory leaksOri Bernstein
2019-12-04acme: Apply each -/+ only once (#156)Ori Bernstein
2019-12-04acme: avoid division by zero when resizing col (#189)Ori Bernstein
2019-12-04acme, sam: handle >1GB files correctlyOri Bernstein
2018-10-20acme: fix fd checks - initialize Window.rdselfd to -1 not 0cinap_lenrek
2018-10-20fix misleading/wrong fd checksBurnZeZ
2018-08-03acme: pass pointer to int type to avoid pointer to int cast warningcinap_lenrek
2018-08-01acme: add spacesindent modespew
2016-11-17cmd: remove a bit of unused stuffftrvxmtrx
2016-07-24make error handling in 9p service loops consistentcinap_lenrek
2014-12-17acme: allow typing '\n' in window tagsmischief
2014-12-11acme: fix buffer overrun in xfidutfread() and xfidruneread(), cleanupcinap_lenrek
2014-09-11acme: remove unused #includeBurnZeZ
2014-08-16Fix acme crash: Get D in a new window with D being an existing directoryiru
2014-04-01sam, acme: fix character classes quoting for 21-bit runescinap_lenrek
2013-11-22acme: fix arrow key oddity (thanks mark van atten and erik)cinap_lenrek
2013-10-20acme: attempt to fix tag lines collapsing to zero height on window move (issu...cinap_lenrek
2013-09-11acme: use threadexitsall() to tear down mouse and keyboard procs on errorcinap_lenrek
2013-09-07acme: avoid useless tagline/window redraw if not neededcinap_lenrek
2013-08-28removed unused variable resize in wind.cmveety
2013-08-28Added the p9p acme patch the allows multiline tags (thanks rsc and lf94).mveety
2013-08-05unsticky scrollbarscinap_lenrek
2013-06-16make filesystem handling of read9pmsg() consistentcinap_lenrek
2013-05-11acme: apply nemos acmediskread patch (from sources)cinap_lenrek
2013-04-24make all the commands agnostic about Rune width. (from sources)cinap_lenrek
2013-01-25acme: fix unicode handling for editout (from sources)cinap_lenrek
2012-12-31fix utf and rune handling in preparation for 32bit runescinap_lenrek