summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme
Commit message (Expand)AuthorAgeFilesLines
* acme: add font control messageRuss Cox2020-07-181-0/+18
* acme: avoid global named "class"Russ Cox2020-05-181-0/+3
* acme: scale window bodies on resize, not including tag spaceRuss Cox2020-03-301-3/+5
* acme: report close failure in Put, this time for sureRuss Cox2020-01-241-5/+5
* acme: save/restore multiline tags in Dump/LoadRuss Cox2020-01-141-4/+16
* acme: fix buffer overflow introduced in parsetag refactorRuss Cox2020-01-133-8/+8
* acme: fix movetodel for spaces in file namesRuss Cox2020-01-131-11/+8
* acme: allow spaces in window namesRuss Cox2020-01-132-5/+20
* acme: one more place to use parsetagRuss Cox2020-01-131-5/+1
* acme: factor out tag parsing codeRuss Cox2020-01-133-21/+28
* acme: fix crash in X |cat with multiple windowsRuss Cox2020-01-131-5/+24
* Trivial changes: whitespace and modes.Dan Cross2020-01-1017-133/+129
* acme: do not pass null pointers where disallowedNeven Sajko2020-01-022-1/+4
* acme: report close failure during PutRuss Cox2019-12-191-2/+6
* acme: accept expanded URLs in lookRuss Cox2019-06-101-9/+39
* acme: delete trailing spaces during Put in autoindent modeRuss Cox2019-05-171-41/+64
* acme: do not trim spaces during PutRuss Cox2019-04-191-4/+8
* acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl2019-04-051-0/+2
* acme: drop trailing spaces during Put of auto-indent windowRuss Cox2019-02-011-3/+38
* acme: add 32x32 boxcursorRuss Cox2018-11-154-2/+71
* acme: avoid division by zero when resizing col (#189)Fazlul Shahriar2018-11-131-2/+6
* acme: Apply each -/+ only once (#156)Martin Kühl2018-09-191-3/+3
* acme: fix some memory leaksXiao-Yong Jin2018-03-273-2/+8
* acme: preserve window position and selection during GetRuss Cox2017-11-025-18/+103
* acme: free buf in checksha1Russ Cox2017-10-141-0/+1
* acme: check file content before declaring file "modified since last read"Russ Cox2017-10-1023-13/+79
* acme: implement Cmd-Shift-Z for Redo on MacRuss Cox2017-07-161-0/+4
* all: fix or silence all INSTALL warnings on macOSRuss Cox2017-01-061-1/+1
* acme: add focus change to logSergiusz Urbaniak2015-06-031-0/+6
* libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox2014-12-021-3/+9
* acme: fix bufread crash due to typing-point scrollingRuss Cox2014-06-031-0/+4
* acme: increase timer resolution to 10msRuss Cox2014-06-031-1/+1
* undo CL 69070045 / 8539a916d98aRuss Cox2014-05-191-4/+0
* acme: fix two flush bugs in new log fileRuss Cox2014-05-051-2/+3
* acme: add log file in acme root directoryRuss Cox2014-04-3011-6/+236
* acme: add comment for aligned writesRuss Cox2014-04-191-0/+5
* acme: use buffered i/o to write fileRuss Cox2014-04-191-1/+16
* acme: fix Get of dir in nameless window (thanks Colton Lewis)Russ Cox2014-04-181-1/+1
* acme: copy/cut/paste with ctl+c,x,vEthan Burns2014-03-131-0/+4
* acme, sam: handle >1GB files correctlyRuss Cox2014-03-132-2/+5
* acme: scroll a directory window when navigating if:Rob Pike2013-10-221-1/+17
* acme: execute commands with / using shellMarius Eriksen2013-09-061-1/+1
* acme Mail: add Search commandAkshat Kumar2013-09-062-1/+63
* mailfs: allow spaces in box nameAkshat Kumar2013-09-061-1/+16
* acme: allow :6 in 5-line fileRuss Cox2013-07-311-0/+2
* acme: retina scaling for scroll bars, buttonRuss Cox2012-11-262-26/+34
* acme: set $samfile (same as $%) during executionMarius Eriksen2012-11-251-0/+1
* acme: use threadspawnd to avoid changing "." of current processRuss Cox2012-10-221-29/+8
* acme: add $acmeshell to control execution shellMarius Eriksen2012-10-213-2/+12
* fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2012-10-202-6/+2