Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 | |
2011-10-14 | rio: quiet nm on Lion | Russ Cox | 1 | -0/+4 | |
2011-10-13 | 9term: fix hold mode delay | Russ Cox | 1 | -0/+1 | |
2011-10-12 | devdraw: more fixes (thanks David Jeannot) | Russ Cox | 4 | -319/+378 | |
2011-10-12 | merge | Russ Cox | 4 | -10/+25 | |
2011-10-12 | devdraw: cleanup, fix macargv | Russ Cox | 3 | -14/+44 | |
2011-10-11 | 9term: hold mode back door | Russ Cox | 2 | -16/+23 | |
R=rsc http://codereview.appspot.com/5248056 | |||||
2011-10-07 | semicolons! | Russ Cox | 1 | -2/+2 | |
2011-10-05 | secstore: say password for win | Russ Cox | 1 | -1/+1 | |
2011-10-05 | dsasign: new command | Russ Cox | 2 | -0/+181 | |
2011-10-05 | 9pfuse: handle two more flags | Russ Cox | 1 | -1/+8 | |
2011-10-03 | devdraw: fix screen grabber, allocation warning | David Jeannot | 1 | -62/+113 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041 | |||||
2011-09-28 | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 3 | -2/+16 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050 | |||||
2011-09-26 | devdraw: disable Lion warning | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/5132045 | |||||
2011-09-26 | use cocoa on snow leopard | Russ Cox | 2 | -1/+3 | |
R=rsc http://codereview.appspot.com/5146043 | |||||
2011-09-26 | devdraw: cocoa updates | David Jeannot | 1 | -43/+55 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041 | |||||
2011-09-19 | devdraw: handle, warn about Lion | Russ Cox | 1 | -1/+9 | |
R=rsc http://codereview.appspot.com/5069042 | |||||
2011-09-19 | dd: fix apple gcc return warning (even Go can handle this one, Apple!) | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/5068043 | |||||
2011-09-19 | devdraw: update Lion cocoa | David Jeannot | 8 | -413/+603 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042 | |||||
2011-09-12 | 9term: fix insert | David Swasey | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066 | |||||
2011-09-06 | devdraw: draft cocoa support | David Jeannot | 7 | -0/+1339 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060 | |||||
2011-08-31 | upas/smtp: fixes for authenticated connections | Richard Miller | 2 | -2/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049 | |||||
2011-08-27 | mk: pass environment to P command | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4977041 | |||||
2011-08-26 | win: hide not just passwords but also passphrases | Mathieu Lonjaret | 1 | -1/+1 | |
R=rsc, nicolesimons1986 CC=plan9port.codebot http://codereview.appspot.com/4957042 | |||||
2011-08-16 | zerotrunc: from Plan 9 | David du Colombier | 1 | -0/+26 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4809089 | |||||
2011-08-16 | test: update from Plan 9 | David du Colombier | 1 | -78/+77 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051 | |||||
2011-08-16 | dd: update from Plan 9 | David du Colombier | 1 | -28/+41 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052 | |||||
2011-08-16 | mailfs: try to use the right version of stunnel | Fazlul Shahriar | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/4876044 | |||||
2011-08-02 | rc: silence lion roar | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/4835048 | |||||
2011-08-02 | lex: 64-bit bug | Russ Cox | 3 | -3/+3 | |
R=rsc http://codereview.appspot.com/4830054 | |||||
2011-08-02 | acme: fix iq1 adjust bug | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4816066 | |||||
2011-08-02 | 9term: home/end like acme | Russ Cox | 2 | -2/+19 | |
R=rsc http://codereview.appspot.com/4830052 | |||||
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-07-10 | grep: import $ fix from plan 9 | Russ Cox | 1 | -2/+8 | |
R=rsc http://codereview.appspot.com/4673053 | |||||
2011-06-28 | primes: faster output | Russ Cox | 1 | -1/+5 | |
R=rsc http://codereview.appspot.com/4664053 | |||||
2011-06-20 | devdraw: dynamic discovery of MultiTouch devices | Marius Eriksen | 1 | -8/+106 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4653041 | |||||
2011-06-20 | devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing. | David Swasey | 1 | -9/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4632051 | |||||
2011-06-13 | vacfs: document replacement of -c flag by -M | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049 | |||||
2011-06-13 | venti: fix pragma varargck due to changes in tag() | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4517150 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4593041 | |||||
2011-06-07 | venti: fix usage to match manuals | David du Colombier | 7 | -8/+8 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4576041 | |||||
2011-06-02 | venti: import changes from plan 9 | David du Colombier | 20 | -38/+94 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 | |||||
2011-06-02 | upas/smtp: remove reference to /net in mxdial | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4535108 | |||||
2011-06-01 | acme Mail: drop noscroll | David du Colombier | 1 | -1/+0 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098 | |||||
2011-05-17 | SunOS fixes (thanks Aram Hăvărneanu) | Russ Cox | 1 | -15/+15 | |
R=rsc, rsc http://codereview.appspot.com/4271084 | |||||
2011-05-17 | gif: fix setting of transparency channels when writing gifs. | Rob Pike | 1 | -7/+7 | |
R=rsc http://codereview.appspot.com/4538073 | |||||
2011-05-01 | crop: fix 64-bit | Russ Cox | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/4438088 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 8 | -47/+16 | |
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 |