summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* venti: import venti/conf from plan 9David du Colombier2012-01-262-0/+76
| | | | | R=rsc http://codereview.appspot.com/5572066
* libventi: add functions vtsha1 and vtsha1checkDavid du Colombier2012-01-213-0/+33
| | | | | | | | These functions are equivalent to vtSha1 and vtSha1Check from the old libventi and are particularly used by Fossil. R=rsc http://codereview.appspot.com/5555064
* devdraw: enable gestures on OS XDavid Jeannot2012-01-201-183/+8
| | | | | | | | | Remove swipe gestures. Keep only 2-finger pinching and 3-finger tapping. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498094
* venti: fix settings in statsDavid du Colombier2012-01-202-1/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558054
* codereview: sync from GoRuss Cox2012-01-201-525/+637
| | | | | R=rsc http://codereview.appspot.com/5558060
* devdraw: make OS X resizer unobtrusiveDavid Jeannot2012-01-191-4/+31
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5558051
* devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)"David Jeannot2012-01-161-14/+22
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505092
* devdraw: OS X: neutralize menu and Dock bugs in fullscreen modeDavid Jeannot2012-01-161-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
* devdraw: fix handling of compose key on OS XDavid Jeannot2012-01-162-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
* devdraw: remove old OS X codeDavid Jeannot2012-01-165-1435/+0
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5528046
* vac: fix segfault on DMSYMLINK or DMDEVICEDavid du Colombier2012-01-161-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
* acme: claim input focus earlierDavid Jeannot2012-01-161-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5505091
* Plumb.app: prevent the Finder's activation after Devdraw'sDavid Jeannot2012-01-161-3/+4
| | | | | | | | | | | | The Finder can be reactivated after Devdraw's activation if both windows are on the same space. We prevent this by preventing Plumb.app's activation in the first place. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5498096
* cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot2012-01-163-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
* devdraw: OS X dead key supportDavid Jeannot2012-01-161-0/+19
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086
* venti: fix scacheprefetch statsDavid du Colombier2012-01-161-0/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045
* ioproc(3): fix prototypesDavid Jeannot2012-01-161-3/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
* libventi: handle rpc when not connectedDavid du Colombier2012-01-161-0/+6
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5491051
* fmt: delete 2-space codeRuss Cox2012-01-051-18/+1
| | | | | | | Typographers say its wrong. R=rsc http://codereview.appspot.com/5517046
* libventi: fix segfault in vtreadpacket when not connectedDavid du Colombier2011-12-121-0/+5
| | | | | | | | | | | This problem happens especially in fossil/view when vtread can be called even if not connected to venti. The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c). R=rsc CC=plan9port.codebot http://codereview.appspot.com/5484044
* Cocoa Devdraw: cursor fixDavid Jeannot2011-12-093-117/+139
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
* fortunesRuss Cox2011-12-091-0/+6
| | | | | R=rsc http://codereview.appspot.com/5480055
* vac: handle midDavid du Colombier2011-12-071-0/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114
* aescbc: fix segfault on backspaceDavid du Colombier2011-12-071-2/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107
* vacfs: fix segfault when no prefix specifiedDavid du Colombier2011-11-301-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052
* mac Plumb: skip loading non-existent .bashrcRob Kroeger2011-11-282-1/+4
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5434052
* mailfs: add -u user argumentDavid du Colombier2011-11-283-6/+16
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052
* mailfs: small fixes and plan 9 supportDavid du Colombier2011-11-226-5/+35
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044
* venti/mgr: various fixes and plan 9 supportDavid du Colombier2011-11-211-55/+56
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047
* venti: fix log url in statsDavid du Colombier2011-11-211-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043
* upas: fix segfault when host not foundDavid du Colombier2011-11-211-1/+4
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5370105
* acme: fix arrow near end of textSean McKean2011-11-172-6/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050
* Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot2011-11-081-20/+52
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054
* venti: import changes from plan 9David du Colombier2011-11-085-3/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
* libventi: add VtEntryNoArchive from liboventi, for use with fossilDavid du Colombier2011-11-081-0/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5298088
* codereview: update from goRuss Cox2011-11-081-44/+127
| | | | | R=rsc http://codereview.appspot.com/5340059
* venti: fix vtcachealloc and VtMaxLumpSizeDavid du Colombier2011-11-083-2/+14
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073
* libventi: add functions reconn and redial for use with fossilDavid du Colombier2011-11-084-0/+48
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
* venti: fix format on ulongDavid du Colombier2011-11-084-5/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046
* man: update venti-cache(3)David du Colombier2011-11-081-17/+12
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
* rc(1): remove FreeBSD versionRuss Cox2011-10-311-1/+1
|
* page(1): mention ghostscript, /dev/fdRuss Cox2011-10-311-0/+28
|
* page: check for gs failureRuss Cox2011-10-251-0/+8
|
* devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox2011-10-233-3/+50
|
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-236-2/+9
|
* rio: quiet nm on LionRuss Cox2011-10-141-0/+4
|
* libthread: fix 10.5.8 build - uname says 9.8.0Russ Cox2011-10-141-1/+1
|
* libthread: Lion context routinesRuss Cox2011-10-136-3/+129
|
* 9term: fix hold mode delayRuss Cox2011-10-131-0/+1
|
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-125-320/+379
|