Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-16 | devdraw: fix handling of compose key on OS X | David Jeannot | 2 | -12/+15 | |
This implementation is simpler to understand. It removes conflicts with other modifiers and with the virtual buttons. Pressing alt during a sequence now cancels it correctly. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507049 | |||||
2012-01-16 | devdraw: remove old OS X code | David Jeannot | 5 | -1435/+0 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5528046 | |||||
2012-01-16 | vac: fix segfault on DMSYMLINK or DMDEVICE | David du Colombier | 1 | -4/+6 | |
Fix segfault when the first archived file is DMSYMLINK or DMDEVICE. Reinitialize the buffer to zero before calling readlink. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500097 | |||||
2012-01-16 | acme: claim input focus earlier | David Jeannot | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505091 | |||||
2012-01-16 | cocoa devdraw: activation on receiving Ttop messages | David Jeannot | 3 | -2/+17 | |
(The new variable "willactivate" is in the input structure "in", which is illogical. But this structure will soon be renamed "app". I postpone the renaming to avoid conflicts with simultaneous Codereview issues.) R=rsc CC=plan9port.codebot http://codereview.appspot.com/5504102 | |||||
2012-01-16 | devdraw: OS X dead key support | David Jeannot | 1 | -0/+19 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086 | |||||
2012-01-16 | venti: fix scacheprefetch stats | David du Colombier | 1 | -0/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045 | |||||
2012-01-05 | fmt: delete 2-space code | Russ Cox | 1 | -18/+1 | |
Typographers say its wrong. R=rsc http://codereview.appspot.com/5517046 | |||||
2011-12-09 | Cocoa Devdraw: cursor fix | David Jeannot | 3 | -117/+139 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050 | |||||
2011-12-07 | vac: handle mid | David du Colombier | 1 | -0/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114 | |||||
2011-12-07 | aescbc: fix segfault on backspace | David du Colombier | 1 | -2/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107 | |||||
2011-11-30 | vacfs: fix segfault when no prefix specified | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052 | |||||
2011-11-28 | mailfs: add -u user argument | David du Colombier | 3 | -6/+16 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052 | |||||
2011-11-22 | mailfs: small fixes and plan 9 support | David du Colombier | 6 | -5/+35 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044 | |||||
2011-11-21 | venti/mgr: various fixes and plan 9 support | David du Colombier | 1 | -55/+56 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047 | |||||
2011-11-21 | venti: fix log url in stats | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043 | |||||
2011-11-21 | upas: fix segfault when host not found | David du Colombier | 1 | -1/+4 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5370105 | |||||
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-11-08 | Cocoa Devdraw: cursor, menu bar, old fs, activation | David Jeannot | 1 | -20/+52 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054 | |||||
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 5 | -3/+8 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | |||||
2011-11-08 | venti: fix vtcachealloc and VtMaxLumpSize | David du Colombier | 3 | -2/+14 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073 | |||||
2011-11-08 | venti: fix format on ulong | David du Colombier | 1 | -2/+2 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046 | |||||
2011-10-25 | page: check for gs failure | Russ Cox | 1 | -0/+8 | |
2011-10-23 | devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen) | Russ Cox | 3 | -3/+50 | |
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 |