aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
AgeCommit message (Expand)AuthorFilesLines
2020-07-18acme: add font control messageRuss Cox1-0/+18
2020-05-18acme: avoid global named "class"Russ Cox1-0/+3
2020-03-30acme: scale window bodies on resize, not including tag spaceRuss Cox1-3/+5
2020-01-24acme: report close failure in Put, this time for sureRuss Cox1-5/+5
2020-01-14acme: save/restore multiline tags in Dump/LoadRuss Cox1-4/+16
2020-01-13acme: fix buffer overflow introduced in parsetag refactorRuss Cox3-8/+8
2020-01-13acme: fix movetodel for spaces in file namesRuss Cox1-11/+8
2020-01-13acme: allow spaces in window namesRuss Cox2-5/+20
2020-01-13acme: one more place to use parsetagRuss Cox1-5/+1
2020-01-13acme: factor out tag parsing codeRuss Cox3-21/+28
2020-01-13acme: fix crash in X |cat with multiple windowsRuss Cox1-5/+24
2020-01-10Trivial changes: whitespace and modes.Dan Cross17-133/+129
2020-01-02acme: do not pass null pointers where disallowedNeven Sajko2-1/+4
2019-12-19acme: report close failure during PutRuss Cox1-2/+6
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-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-01acme: drop trailing spaces during Put of auto-indent windowRuss Cox1-3/+38
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-09-19acme: Apply each -/+ only once (#156)Martin Kühl1-3/+3
2018-03-27acme: fix some memory leaksXiao-Yong Jin3-2/+8
2017-11-02acme: preserve window position and selection during GetRuss Cox5-18/+103
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-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
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