aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
AgeCommit message (Expand)AuthorFilesLines
2019-07-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-50/+103
2019-06-10acme: accept expanded URLs in lookRuss Cox1-9/+39
2019-05-17acme: delete trailing spaces during Put in autoindent modeRuss Cox1-41/+64
2019-05-10Merge remote-tracking branch 'upstream/master'Petter Rodhelind2-4/+10
2019-04-19acme: do not trim spaces during PutRuss Cox1-4/+8
2019-04-05acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl1-0/+2
2019-02-05Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-3/+38
2019-02-01acme: drop trailing spaces during Put of auto-indent windowRuss Cox1-3/+38
2019-01-07Merge remote-tracking branch 'upstream/master'Petter Rodhelind4-4/+77
2018-11-15acme: add 32x32 boxcursorRuss Cox4-2/+71
2018-11-13acme: avoid division by zero when resizing col (#189)Fazlul Shahriar1-2/+6
2018-10-01Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-3/+3
2018-09-19acme: Apply each -/+ only once (#156)Martin Kühl1-3/+3
2018-04-20Merge remote-tracking branch 'upstream/master'Petter Rodhelind3-2/+8
2018-03-27acme: fix some memory leaksXiao-Yong Jin3-2/+8
2018-01-27acme: Do not hide dotfiles, since xplor does that nicely.Petter Rodhelind1-3/+3
2017-11-06Merge remote-tracking branch 'upstream/master'Petter Rodhelind5-18/+103
2017-11-02acme: preserve window position and selection during GetRuss Cox5-18/+103
2017-10-22acme: Move one line up/down using ^P and ^N.Petter Rodhelind1-32/+42
2017-10-16acme: Hide dotfiles in dirs.Petter Rodhelind1-0/+3
2017-10-16Merge remote-tracking branch 'upstream/master'Petter Rodhelind23-13/+80
2017-10-14acme: free buf in checksha1Russ Cox1-0/+1
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox23-13/+79
2017-08-03acme: Use the same tabstop setting in cloned/zerox window as in the source wi...Petter Rodhelind1-0/+1
2017-08-01Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-2/+4
2017-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
2017-05-24Syntax cleanupPetter Rodhelind1-8/+7
2017-05-24Fix segfault when TAB in other places than body textPetter Rodhelind1-0/+2
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