aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2012-02-19libmach, acid, db: 64-bit supportRuss Cox11-21/+25
2012-01-26venti: import venti/conf from plan 9David du Colombier2-0/+76
R=rsc http://codereview.appspot.com/5572066
2012-01-20devdraw: enable gestures on OS XDavid Jeannot1-183/+8
Remove swipe gestures. Keep only 2-finger pinching and 3-finger tapping. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498094
2012-01-20venti: fix settings in statsDavid du Colombier2-1/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054
2012-01-19devdraw: make OS X resizer unobtrusiveDavid Jeannot1-4/+31
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558051
2012-01-16devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)"David Jeannot1-14/+22
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505092
2012-01-16devdraw: OS X: neutralize menu and Dock bugs in fullscreen modeDavid Jeannot1-3/+9
Previously, the menu bar has been set to hidden instead of autohidden in fullscreen mode, because it appeared too easily. Occasionally however, it still appears. This patch makes sure it won't. With OS X Lion's fullscreen, the Dock is autohidden, but sometimes remains hidden. This bug comes with visual menu bar bugs during space transition and when exiting fullscreen. Those bugs happen after each Devdraw's activation, for example. This patch neutralizes them. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5502091
2012-01-16devdraw: fix handling of compose key on OS XDavid Jeannot2-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-16devdraw: remove old OS X codeDavid Jeannot5-1435/+0
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5528046
2012-01-16vac: fix segfault on DMSYMLINK or DMDEVICEDavid du Colombier1-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-16acme: claim input focus earlierDavid Jeannot1-2/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505091
2012-01-16cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot3-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-16devdraw: OS X dead key supportDavid Jeannot1-0/+19
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086
2012-01-16venti: fix scacheprefetch statsDavid du Colombier1-0/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045
2012-01-05fmt: delete 2-space codeRuss Cox1-18/+1
Typographers say its wrong. R=rsc http://codereview.appspot.com/5517046
2011-12-09Cocoa Devdraw: cursor fixDavid Jeannot3-117/+139
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
2011-12-07vac: handle midDavid du Colombier1-0/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114
2011-12-07aescbc: fix segfault on backspaceDavid du Colombier1-2/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107
2011-11-30vacfs: fix segfault when no prefix specifiedDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052
2011-11-28mailfs: add -u user argumentDavid du Colombier3-6/+16
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052
2011-11-22mailfs: small fixes and plan 9 supportDavid du Colombier6-5/+35
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044
2011-11-21venti/mgr: various fixes and plan 9 supportDavid du Colombier1-55/+56
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047
2011-11-21venti: fix log url in statsDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043
2011-11-21upas: fix segfault when host not foundDavid du Colombier1-1/+4
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5370105
2011-11-17acme: fix arrow near end of textSean McKean1-6/+4
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050
2011-11-08Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot1-20/+52
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054
2011-11-08venti: import changes from plan 9David du Colombier5-3/+8
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
2011-11-08venti: fix vtcachealloc and VtMaxLumpSizeDavid du Colombier3-2/+14
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073
2011-11-08venti: fix format on ulongDavid du Colombier1-2/+2
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046
2011-10-25page: check for gs failureRuss Cox1-0/+8
2011-10-23devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox3-3/+50
2011-10-23OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox1-0/+1
2011-10-14rio: quiet nm on LionRuss Cox1-0/+4
2011-10-139term: fix hold mode delayRuss Cox1-0/+1
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox4-319/+378
2011-10-12mergeRuss Cox4-10/+25
2011-10-12devdraw: cleanup, fix macargvRuss Cox3-14/+44
2011-10-119term: hold mode back doorRuss Cox2-16/+23
R=rsc http://codereview.appspot.com/5248056
2011-10-07semicolons!Russ Cox1-2/+2
2011-10-05secstore: say password for winRuss Cox1-1/+1
2011-10-05dsasign: new commandRuss Cox2-0/+181
2011-10-059pfuse: handle two more flagsRuss Cox1-1/+8
2011-10-03devdraw: fix screen grabber, allocation warningDavid Jeannot1-62/+113
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041
2011-09-28devdraw: do not interpret alt-tab as alt for composeJustin Davis3-2/+16
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
2011-09-26devdraw: disable Lion warningRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/5132045
2011-09-26use cocoa on snow leopardRuss Cox2-1/+3
R=rsc http://codereview.appspot.com/5146043
2011-09-26devdraw: cocoa updatesDavid Jeannot1-43/+55
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041
2011-09-19devdraw: handle, warn about LionRuss Cox1-1/+9
R=rsc http://codereview.appspot.com/5069042
2011-09-19dd: fix apple gcc return warning (even Go can handle this one, Apple!)Russ Cox1-0/+2
R=rsc http://codereview.appspot.com/5068043
2011-09-19devdraw: update Lion cocoaDavid Jeannot8-413/+603
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042