aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme/text.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-14Merge remote-tracking branch 'upstream/master'Petter Rodhelind1-10/+10
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-11/+11
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 Rodhelind1-1/+1
2017-11-02acme: preserve window position and selection during GetRuss Cox1-1/+1
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 Rodhelind1-1/+12
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox1-1/+12
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-24Fix segfault when TAB in other places than body textPetter Rodhelind1-0/+2
2017-05-11Add support for tab expansion (because everyone else is stupid and I am force...Petter Rodhelind1-0/+8
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
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-05-19undo CL 69070045 / 8539a916d98aRuss Cox1-4/+0
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
2013-10-22acme: scroll a directory window when navigating if:Rob Pike1-1/+17
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 Cox1-2/+19
2009-09-25acme: correct modified message after initial load; more detail inRuss Cox1-5/+5
2009-09-11acme: htmlclick takes precedence over line clickRuss Cox1-3/+3
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox1-0/+110
2009-07-15acme: do not redraw body on every tag changeRuss Cox1-2/+3
2009-04-30mergeRuss Cox1-0/+26
2008-03-07acme: revise multiline tag codeRuss Cox1-27/+4
2008-03-07acme: fix directory resize bugRuss Cox1-1/+4
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox1-0/+4
2007-05-10better tick handlingrsc1-5/+14
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2006-02-08fix b1 c2 c3 c3 c2 c3 [sic]rsc1-12/+13
2006-02-06add chord fix from plan 9rsc1-6/+6
2006-01-12more tweaksrsc1-0/+10
2005-12-16add bigtagsrsc1-1/+52
2005-10-31Cleanup in preparation for multiline tags.rsc1-10/+13
2005-03-18use typecommit; use nil in place of 0 againrsc1-7/+3
2005-03-18month old bug fix from robrsc1-15/+29
2004-12-27dumb porting bugsrsc1-2/+2
2004-12-27changes from plan 9rsc1-2/+9
2004-10-17bug fix in Zerox arrow handling from robrsc1-2/+2
2004-06-20unused variablersc1-1/+0
2004-06-20fix scrollingrsc1-4/+5