| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | acme Mail: add Search command | Akshat Kumar | 2013-09-06 | 2 | -1/+63 |
| * | mailfs: allow spaces in box name | Akshat Kumar | 2013-09-06 | 1 | -1/+16 |
| * | acme: allow :6 in 5-line file | Russ Cox | 2013-07-31 | 1 | -0/+2 |
| * | acme: retina scaling for scroll bars, button | Russ Cox | 2012-11-26 | 2 | -26/+34 |
| * | acme: set $samfile (same as $%) during execution | Marius Eriksen | 2012-11-25 | 1 | -0/+1 |
| * | acme: use threadspawnd to avoid changing "." of current process | Russ Cox | 2012-10-22 | 1 | -29/+8 |
| * | acme: add $acmeshell to control execution shell | Marius Eriksen | 2012-10-21 | 3 | -2/+12 |
| * | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2012-10-20 | 2 | -6/+2 |
| * | acme: correct writes of runes on auspicious byte boundaries | Erik Quanstrom | 2012-10-05 | 1 | -23/+34 |
| * | acme: mouse movement for Del | Russ Cox | 2012-09-23 | 5 | -8/+62 |
| * | acme: claim input focus earlier | David Jeannot | 2012-01-16 | 1 | -2/+2 |
| * | acme: fix arrow near end of text | Sean McKean | 2011-11-17 | 1 | -6/+4 |
| * | devdraw: draft cocoa support | David Jeannot | 2011-09-06 | 1 | -0/+4 |
| * | acme: fix iq1 adjust bug | Russ Cox | 2011-08-02 | 1 | -1/+1 |
| * | acme: scrolling fixes + new home/end | Russ Cox | 2011-08-02 | 4 | -5/+32 |
| * | acme: allow :?regexp for backward search | Russ Cox | 2011-07-10 | 1 | -0/+4 |
| * | acme: fix out of order address crash | Russ Cox | 2011-07-10 | 1 | -1/+1 |
| * | acme Mail: drop noscroll | David du Colombier | 2011-06-01 | 1 | -1/+0 |
| * | 9term, acme: autoscroll | Russ Cox | 2011-04-27 | 3 | -12/+4 |
| * | acme: fix rounding in rows computation | Rob Pike | 2010-08-24 | 1 | -3/+6 |
| * | acme, sam: fix regexp code for bigger Runemax | Russ Cox | 2010-07-14 | 1 | -24/+26 |
| * | acme: fix off by one in editcmd, pointer comparison in getch, nextc | Russ Cox | 2010-07-14 | 1 | -3/+3 |
| * | acme: attempt to fix Put mtime skew on NFS | Russ Cox | 2010-03-18 | 1 | -0/+13 |
| * | acme: let Edit redo when file is clean | Russ Cox | 2010-01-12 | 1 | -1/+1 |
| * | acme: fix Load of acme with no windows | Fazlul Shahriar | 2009-11-30 | 1 | -2/+2 |
| * | acme: correct modified message after initial load; more detail in | Russ Cox | 2009-09-25 | 5 | -14/+29 |
| * | libplumb, Mail: fix crash on nil plumb fids | Mathieu Lonjaret | 2009-09-12 | 1 | -3/+6 |
| * | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 2009-09-11 | 1 | -2/+2 |
| * | acme: htmlclick takes precedence over line click | Russ Cox | 2009-09-11 | 1 | -3/+3 |
| * | acme: angle bracket tag matching, for XML, HTML etc | Russ Cox | 2009-07-26 | 2 | -0/+111 |
| * | acme: do not redraw body on every tag change | Russ Cox | 2009-07-15 | 2 | -3/+4 |
| * | merge | Russ Cox | 2009-07-14 | 1 | -0/+3 |
| * | src: use whatis instead of which | Michael Teichgräber | 2009-07-08 | 1 | -1/+1 |
| * | merge | Russ Cox | 2009-06-09 | 1 | -2/+3 |