| Commit message (Expand) | Author | Age | Files | Lines |
| * | trim button & modbutton images | Andriy Symonovych | 2022-07-26 | 1 | -3/+1 |
| * | make sure border has correct height | Andriy Symonovych | 2022-07-26 | 1 | -1/+1 |
| * | acme: Don't move the mouse if button depressed | Ben Huntsman | 2022-07-26 | 1 | -1/+4 |
| * | src/cmd/acme: provide info on presense or absence of undo history (#528) | Roger Peppe | 2021-10-19 | 2 | -2/+4 |
| * | acme: fix extra print args | Russ Cox | 2021-09-28 | 1 | -2/+2 |
| * | acme: fix double-free in acmeerrorproc | Russ Cox | 2021-03-23 | 1 | -4/+2 |
| * | acme, sam, samterm: remove weird switch usage | Russ Cox | 2021-01-05 | 1 | -2/+4 |
| * | acme: allow @ in file names | Russ Cox | 2020-12-30 | 1 | -1/+1 |
| * | acme: add font control message | Russ Cox | 2020-07-18 | 1 | -0/+18 |
| * | acme: avoid global named "class" | Russ Cox | 2020-05-18 | 1 | -0/+3 |
| * | acme: scale window bodies on resize, not including tag space | Russ Cox | 2020-03-30 | 1 | -3/+5 |
| * | acme: report close failure in Put, this time for sure | Russ Cox | 2020-01-24 | 1 | -5/+5 |
| * | acme: save/restore multiline tags in Dump/Load | Russ Cox | 2020-01-14 | 1 | -4/+16 |
| * | acme: fix buffer overflow introduced in parsetag refactor | Russ Cox | 2020-01-13 | 3 | -8/+8 |
| * | acme: fix movetodel for spaces in file names | Russ Cox | 2020-01-13 | 1 | -11/+8 |
| * | acme: allow spaces in window names | Russ Cox | 2020-01-13 | 2 | -5/+20 |
| * | acme: one more place to use parsetag | Russ Cox | 2020-01-13 | 1 | -5/+1 |
| * | acme: factor out tag parsing code | Russ Cox | 2020-01-13 | 3 | -21/+28 |
| * | acme: fix crash in X |cat with multiple windows | Russ Cox | 2020-01-13 | 1 | -5/+24 |
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 17 | -133/+129 |
| * | acme: do not pass null pointers where disallowed | Neven Sajko | 2020-01-02 | 2 | -1/+4 |
| * | acme: report close failure during Put | Russ Cox | 2019-12-19 | 1 | -2/+6 |
| * | acme: accept expanded URLs in look | Russ Cox | 2019-06-10 | 1 | -9/+39 |
| * | acme: delete trailing spaces during Put in autoindent mode | Russ Cox | 2019-05-17 | 1 | -41/+64 |
| * | acme: do not trim spaces during Put | Russ Cox | 2019-04-19 | 1 | -4/+8 |
| * | acme: Update tag after receiving menu/nomenu control event (#251) | Martin Kühl | 2019-04-05 | 1 | -0/+2 |
| * | acme: drop trailing spaces during Put of auto-indent window | Russ Cox | 2019-02-01 | 1 | -3/+38 |
| * | acme: add 32x32 boxcursor | Russ Cox | 2018-11-15 | 4 | -2/+71 |
| * | acme: avoid division by zero when resizing col (#189) | Fazlul Shahriar | 2018-11-13 | 1 | -2/+6 |
| * | acme: Apply each -/+ only once (#156) | Martin Kühl | 2018-09-19 | 1 | -3/+3 |
| * | acme: fix some memory leaks | Xiao-Yong Jin | 2018-03-27 | 3 | -2/+8 |
| * | acme: preserve window position and selection during Get | Russ Cox | 2017-11-02 | 5 | -18/+103 |
| * | acme: free buf in checksha1 | Russ Cox | 2017-10-14 | 1 | -0/+1 |
| * | acme: check file content before declaring file "modified since last read" | Russ Cox | 2017-10-10 | 23 | -13/+79 |
| * | acme: implement Cmd-Shift-Z for Redo on Mac | Russ Cox | 2017-07-16 | 1 | -0/+4 |
| * | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 2017-01-06 | 1 | -1/+1 |
| * | acme: add focus change to log | Sergiusz Urbaniak | 2015-06-03 | 1 | -0/+6 |
| * | libdraw, libframe, acme: fix, guard against inverted range in textsetselect | Russ Cox | 2014-12-02 | 1 | -3/+9 |
| * | acme: fix bufread crash due to typing-point scrolling | Russ Cox | 2014-06-03 | 1 | -0/+4 |
| * | acme: increase timer resolution to 10ms | Russ Cox | 2014-06-03 | 1 | -1/+1 |
| * | undo CL 69070045 / 8539a916d98a | Russ Cox | 2014-05-19 | 1 | -4/+0 |
| * | acme: fix two flush bugs in new log file | Russ Cox | 2014-05-05 | 1 | -2/+3 |
| * | acme: add log file in acme root directory | Russ Cox | 2014-04-30 | 11 | -6/+236 |
| * | acme: add comment for aligned writes | Russ Cox | 2014-04-19 | 1 | -0/+5 |
| * | acme: use buffered i/o to write file | Russ Cox | 2014-04-19 | 1 | -1/+16 |
| * | acme: fix Get of dir in nameless window (thanks Colton Lewis) | Russ Cox | 2014-04-18 | 1 | -1/+1 |
| * | acme: copy/cut/paste with ctl+c,x,v | Ethan Burns | 2014-03-13 | 1 | -0/+4 |
| * | acme, sam: handle >1GB files correctly | Russ Cox | 2014-03-13 | 2 | -2/+5 |
| * | acme: scroll a directory window when navigating if: | Rob Pike | 2013-10-22 | 1 | -1/+17 |
| * | acme: execute commands with / using shell | Marius Eriksen | 2013-09-06 | 1 | -1/+1 |