Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-23 | acme: mouse movement for Del | Russ Cox | 5 | -8/+62 | |
If the mouse was in the tag of the old window, it was most likely pointing at Del. If bringing up a new window from below and not moving the mouse somewhere else, adjust it so that it ends up pointing at Del in the replacement window's tag too. This makes it easy to Del a sequence of windows in a column, from top to bottom. http://www.youtube.com/watch?v=ET8w6RT6u5M R=r http://codereview.appspot.com/6558047 | |||||
2012-01-16 | acme: claim input focus earlier | David Jeannot | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505091 | |||||
2011-11-17 | acme: fix arrow near end of text | Sean McKean | 1 | -6/+4 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050 | |||||
2011-09-06 | devdraw: draft cocoa support | David Jeannot | 1 | -0/+4 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060 | |||||
2011-08-02 | acme: fix iq1 adjust bug | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4816066 | |||||
2011-08-02 | acme: scrolling fixes + new home/end | Russ Cox | 4 | -5/+32 | |
Home and End previously navigated between two different window locations: the top and the bottom of the text. Now they include a third waypoint: the location where typing last happened. Thus, in a win window, typing ls -l <home> scrolls to the beginning of the ls -l output. A second <home> continues to the top of the file. Makes Send scroll always, along with writes by external programs to +Errors. R=r CC=mccoyst http://codereview.appspot.com/4830051 | |||||
2011-07-10 | acme: allow :?regexp for backward search | Russ Cox | 1 | -0/+4 | |
Fixes issue 80. R=rsc http://codereview.appspot.com/4662088 | |||||
2011-07-10 | acme: fix out of order address crash | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4690042 | |||||
2011-06-01 | acme Mail: drop noscroll | David du Colombier | 1 | -1/+0 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 3 | -12/+4 | |
Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060 | |||||
2010-08-24 | acme: fix rounding in rows computation | Rob Pike | 1 | -3/+6 | |
R=rsc CC=codebot http://codereview.appspot.com/2007045 | |||||
2010-07-14 | acme, sam: fix regexp code for bigger Runemax | Russ Cox | 1 | -24/+26 | |
R=r http://codereview.appspot.com/1765042 | |||||
2010-07-14 | acme: fix off by one in editcmd, pointer comparison in getch, nextc | Russ Cox | 1 | -3/+3 | |
R=r http://codereview.appspot.com/868046 | |||||
2010-03-18 | acme: attempt to fix Put mtime skew on NFS | Russ Cox | 1 | -0/+13 | |
R=r http://codereview.appspot.com/583043 | |||||
2010-01-12 | acme: let Edit redo when file is clean | Russ Cox | 1 | -1/+1 | |
R=, rsc CC= http://codereview.appspot.com/188042 | |||||
2009-11-30 | acme: fix Load of acme with no windows | Fazlul Shahriar | 1 | -2/+2 | |
R=rsc CC=codebot http://codereview.appspot.com/161048 | |||||
2009-09-25 | acme: correct modified message after initial load; more detail in | Russ Cox | 5 | -14/+29 | |
message http://codereview.appspot.com/123051 | |||||
2009-09-12 | libplumb, Mail: fix crash on nil plumb fids | Mathieu Lonjaret | 1 | -3/+6 | |
http://codereview.appspot.com/116083 | |||||
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -2/+2 | |
http://codereview.appspot.com/116075 | |||||
2009-09-11 | acme: htmlclick takes precedence over line click | Russ Cox | 1 | -3/+3 | |
http://codereview.appspot.com/116074 | |||||
2009-07-26 | acme: angle bracket tag matching, for XML, HTML etc | Russ Cox | 2 | -0/+111 | |
http://codereview.appspot.com/98042 | |||||
2009-07-15 | acme: do not redraw body on every tag change | Russ Cox | 2 | -3/+4 | |
fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041 | |||||
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 | |
2008-06-01 | acme: fix owner bug in elogapply | Russ Cox | 1 | -1/+12 | |
2008-05-08 | acme: fix mtpt crash (Tim Wiess) | Russ Cox | 1 | -0/+3 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 6 | -2/+25 | |
2008-01-30 | acme: fix regexp match choice bug | Russ Cox | 1 | -1/+1 | |
2008-01-10 | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 1 | -1/+1 | |
2007-12-07 | acme: revert regexp change | Russ Cox | 1 | -59/+51 | |
2007-12-07 | acme: regexp fix (see libregexp change) | Russ Cox | 1 | -51/+59 | |
2007-11-28 | acme: refresh window properly after Tab command (Fazlul Shahriar) | Russ Cox | 1 | -1/+1 | |
2007-11-27 | merge | Russ Cox | 2 | -6/+7 | |
2007-08-22 | acme: fix memory leak in warning (Michael Teichgräber) | Russ Cox | 1 | -0/+1 | |
2007-06-23 | --chatty | rsc | 1 | -1/+0 | |
2007-06-23 | remove elsewhere-deleted messages from window; Refresh -> Get | rsc | 2 | -16/+2 | |
2007-06-23 | add Get, Refresh commands; refresh at startup | rsc | 1 | -0/+20 | |