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