Nikolai Saoukh
0c6074b692
9c, 9l: allow CC9=clang
...
R=rsc
CC=codebot
http://codereview.appspot.com/217045
2010-02-22 16:53:37 -08:00
Mathieu Lonjaret
c4da64274d
rio: add alt-tab for cycling windows
...
R=rsc
CC=codebot
http://codereview.appspot.com/207093
2010-02-18 22:34:37 -08:00
Eoghan Sherry
93ee60c369
This should resolve the crash indicated in issue 44:
...
http://code.swtch.com/plan9port/issue/44/sam-crash
R=rsc
CC=codebot
http://codereview.appspot.com/207094
2010-02-18 22:32:37 -08:00
Russ Cox
9a05452085
make flate crc32 work when ulong is 64 bits
...
R=, rsc
CC=
http://codereview.appspot.com/203061
2010-02-07 16:51:28 -08:00
Russ Cox
28afa898ee
devdraw: fix support for multitouch trackpads
...
R=rsc
http://codereview.appspot.com/203059
2010-02-06 22:16:46 -08:00
Mathieu Lonjaret
d9e047e5d5
R=rsc
...
CC=codebot
http://codereview.appspot.com/193069
2010-02-04 02:05:03 -08:00
Russ Cox
2d6da3763e
libdraw: allow 32-bit Runes
...
R=, rsc
CC=
http://codereview.appspot.com/196054
2010-01-28 16:58:34 -08:00
Anthony Sorace
ecb01acac3
R=rsc
...
CC=codebot
http://codereview.appspot.com/193056
2010-01-26 12:48:31 -08:00
Russ Cox
a61c69337c
devdraw: fix OS X resize bug caused by redraw bug fix
...
R=rsc
http://codereview.appspot.com/189104
2010-01-16 12:23:13 -08:00
Russ Cox
7d419a1421
devdraw: fewer spurious mouse clicks in OS X multitouch
...
Was turning all button touches into clicks of high
buttons, causing spurious clicks even outside the
app window.
R=rsc
http://codereview.appspot.com/189084
2010-01-15 00:01:12 -08:00
Russ Cox
fb243a134d
devdraw: handle kEventWindowDrawContent
...
makes windows redraw properly when moved
between screens when monitors get shuffled around
R=
CC=
http://codereview.appspot.com/189076
2010-01-14 13:47:19 -08:00
Russ Cox
c51c29052e
ed: new append from rob, avoids overflow in pointer arithmetic
...
R=rsc
http://codereview.appspot.com/188041
2010-01-12 11:16:14 -08:00
Russ Cox
68a6e0c0d0
acme: let Edit redo when file is clean
...
R=, rsc
CC=
http://codereview.appspot.com/188042
2010-01-12 11:11:19 -08:00
Russ Cox
ef27bfa4ab
codereview: add hg plugin from Go
...
R=, rsc
CC=
http://codereview.appspot.com/186107
2010-01-12 11:10:35 -08:00
Fazlul Shahriar
6a6c2663bf
win fixes
...
- don't exit from a "child" note unless rc exited (code copied from 9term.c)
- ignore writes to the tag; specifically " Send Noscroll" at startup.
R=rsc
CC=codebot
http://codereview.appspot.com/181115
2010-01-05 14:31:27 -08:00
Russ Cox
7d9c0f0f0e
devdraw: release multitouch mouse when app is collapsed (minimized)
...
R=rsc
CC=plalonde, r
http://codereview.appspot.com/181129
2010-01-04 21:25:07 -08:00
Russ Cox
100ec44e51
devdraw: add multitouch code from Paul Lalonde
...
Various tweaks to avoid breaking standard mice,
but probably needs tweaks to work with multitouch
mice again. Still, it's a start.
R=rsc
CC=plalonde, r
http://codereview.appspot.com/181124
2010-01-04 10:23:35 -08:00
Russ Cox
b968422f51
merge
2010-01-03 20:44:09 -08:00
Russ Cox
6530d37d7f
troff: avoid crash if home == NULL
...
R=rsc
http://codereview.appspot.com/181070
2009-12-27 09:22:43 -08:00
Russ Cox
7351eea28e
merge
2009-12-27 09:19:39 -08:00
Russ Cox
bf486dfc16
9pserve: roll back changeset 3118 - broke ssh-agent talking to factotum
2009-12-10 01:53:39 -08:00
Russ Cox
846cec9ebc
sam: fix off-by-one in buffer merge.
...
exposed by UTFmax==4
R=rsc
http://codereview.appspot.com/165071
2009-12-06 17:27:08 -08:00
Russ Cox
1d919bc080
preliminary contributor list
...
R=rsc
http://codereview.appspot.com/163046
2009-11-30 13:04:31 -08:00
Enrique Soriano
8e692500d3
devdraw: fix OS X behavior for Spanish keyboards
...
R=rsc_swtch, rsc
CC=old.codebot, codebot
http://codereview.appspot.com/132045
2009-11-30 12:44:57 -08:00
Michael Teichgräber
4fe82be00a
Related to issue
...
http://bitbucket.org/rsc/plan9port/issue/38/
This patch tries to make 9pserve work again with
9P2000 clients, in case the server handled by 9pserve
expects 9P2000.u.
(Since changeset
http://bitbucket.org/rsc/plan9port/changeset/d9843471f0bc/
servers using srv() stop communicating after they
received a 9P2000 msg that has a different .u
definition.)
Tattach, Tauth and Tcreate 9P2000 messages will
be translated now, if neccessary, to 9P2000.u by
growing them to the new size, and providing the
missing (default) values.
The code of the first two message types has been
tested with drawterm on linux (dialing factotum),
and mounts from within 9vx to plan9port's factotum
and dossrv.
The code for Tcreate couldn't be tested due to lack
of file servers both speaking 9P2000.u and allowing file
creation.
R=rsc_swtch, rsc
CC=codebot
http://codereview.appspot.com/151052
2009-11-30 12:39:50 -08:00
Fazlul Shahriar
63479cfb79
acme: fix Load of acme with no windows
...
R=rsc
CC=codebot
http://codereview.appspot.com/161048
2009-11-30 12:35:05 -08:00
Russ Cox
ba940ae61c
libthread: context switching for arm, still not complete
2009-11-18 04:12:17 -05:00
Russ Cox
778ec84c9c
ssam: add executable bit
...
R=rsc,codebot
APPROVED=rsc
http://codereview.appspot.com/142041
2009-10-25 18:29:08 -07:00
Jason Catena
0a1990b94a
ssam(1): new command - not just manual
2009-09-30 11:01:45 -07:00
Jeff Sickel
113867b836
devdraw: draft of new Cocoa-based devdraw
...
Can test with
cd $PLAN9/src/cmd/devdraw
mk devdraw-cocoa
DEVDRAW=devdraw-cocoa colors
2009-09-29 09:35:23 -07:00
Russ Cox
daea2c7d50
acme: correct modified message after initial load; more detail in
...
message
http://codereview.appspot.com/123051
2009-09-25 01:43:54 -04:00
Russ Cox
1961ee8223
lib9: do not include st_dev in qid.path
...
http://codereview.appspot.com/123050
2009-09-24 21:21:27 -04:00
Russ Cox
cfa81d56c6
ed: update to 32-bit Runes
...
http://codereview.appspot.com/116119
2009-09-16 16:46:07 -04:00
Jason Catena
16e65a6d78
ssam(1): new command
...
http://codereview.appspot.com/95076
2009-09-15 19:23:37 -04:00
Russ Cox
5028118068
devdraw: fix X11 input sequences
...
fixes http://groups.google.com/group/plan9port-dev/t/f865adc9a520653a
see also http://archive.netbsd.se/?ml=plan9-9fans&a=2007-03&t=3328886
http://codereview.appspot.com/117072
2009-09-14 17:23:37 -04:00
Michael Teichgräber
38b62735e4
rc: implement and document <>{cmd} notation
...
http://codereview.appspot.com/105061
2009-09-13 18:26:51 -04:00
Jeff Sickel
7a7e8ed6b2
9a: fix OS X PowerPC build
...
http://codereview.appspot.com/117065
2009-09-13 17:51:06 -04:00
Russ Cox
417b681c0d
dhcpd: fix build on OS X, silence non-log prints
...
http://codereview.appspot.com/117064
2009-09-13 17:48:44 -04:00
Russ Cox
9eec023b80
libc.h: update comment for 32-bit Rune
...
http://codereview.appspot.com/116097
2009-09-13 17:46:46 -04:00
Russ Cox
a0583cf256
tcs: update for 32-bit Rune
...
http://codereview.appspot.com/117063
2009-09-13 17:43:37 -04:00
Russ Cox
a21158473d
postscript: update for 32-bit Rune
...
http://codereview.appspot.com/117062
2009-09-13 17:42:33 -04:00
Russ Cox
37c9485968
lib9: fix dirread/stat mismatch on Snow Leopard
...
http://codereview.appspot.com/116096
2009-09-13 17:30:12 -04:00
Russ Cox
efd88f54e8
vbackup: fix build on FreeBSD 8
...
fixes #30 http://code.swtch.com/plan9port/issues/30/
http://codereview.appspot.com/117060
2009-09-12 23:26:48 -04:00
Russ Cox
5d0dfbb05a
devdraw: update OS X snarf for 32-bit Rune (again)
...
fixes #29 http://code.swtch.com/plan9port/issues/29/
The accidental resubmission of the patch caused
patch(1) to revert the patch. Thanks, patch authors!
http://codereview.appspot.com/117057
2009-09-12 19:50:55 -04:00
Russ Cox
dd73705611
devdraw: update OS X snarf for 32-bit Rune
...
fixes #29 http://code.swtch.com/plan9port/issues/29/
http://codereview.appspot.com/117057
2009-09-12 19:38:54 -04:00
Russ Cox
6ad2891094
devdraw: update OS X snarf for 32-bit Rune
...
http://codereview.appspot.com/117057
2009-09-12 19:32:04 -04:00
Mathieu Lonjaret
7b5db1c35a
libplumb, Mail: fix crash on nil plumb fids
...
http://codereview.appspot.com/116083
2009-09-12 15:25:51 -04:00
Russ Cox
0cadb4301d
convert to 4-byte UTF-8 and 32-bit Rune
...
http://codereview.appspot.com/116075
2009-09-11 17:03:06 -04:00
Russ Cox
4dbf255619
acme: htmlclick takes precedence over line click
...
http://codereview.appspot.com/116074
2009-09-11 14:54:43 -04:00
Russ Cox
fa662c9571
INSTALL: fix build on Snow Leopard
...
http://codereview.appspot.com/116073
2009-09-11 13:51:50 -04:00