Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(284)

Issue 156109: code review 156109: Initial exp/draw/x11 implementation. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by nigeltao
Modified:
14 years, 7 months ago
Reviewers:
CC:
r, rsc, r1, golang-dev
Visibility:
Public.

Description

Initial exp/draw/x11 implementation. This provides an experimental X11 backend for the exp/draw interface. It does not aim to provide a complete implementation of the X11 client protocol. This works for me (Ubuntu Hardy 8.04, GOARCH=386). Your mileage my vary.

Patch Set 1 #

Patch Set 2 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 3 : code review 156109: Initial exp/draw/x11 implementation. #

Total comments: 22

Patch Set 4 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 5 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 6 : code review 156109: Initial exp/draw/x11 implementation. #

Total comments: 9

Patch Set 7 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 8 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 9 : code review 156109: Initial exp/draw/x11 implementation. #

Patch Set 10 : code review 156109: Initial exp/draw/x11 implementation. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+629 lines, -0 lines) Patch
A src/pkg/exp/draw/x11/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/exp/draw/x11/auth.go View 1 2 3 4 5 6 1 chunk +102 lines, -0 lines 0 comments Download
A src/pkg/exp/draw/x11/conn.go View 1 2 3 4 5 6 7 8 1 chunk +515 lines, -0 lines 0 comments Download

Messages

Total messages: 11
nigeltao
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review the following change.
14 years, 7 months ago (2009-11-20 13:30:00 UTC) #1
r
minor comments http://codereview.appspot.com/156109/diff/8/10 File src/pkg/exp/draw/x11/auth.go (right): http://codereview.appspot.com/156109/diff/8/10#newcode13 src/pkg/exp/draw/x11/auth.go:13: func getDisplay() string { all these functions ...
14 years, 7 months ago (2009-11-20 20:47:01 UTC) #2
nigeltao
http://codereview.appspot.com/156109/diff/8/10 File src/pkg/exp/draw/x11/auth.go (right): http://codereview.appspot.com/156109/diff/8/10#newcode13 src/pkg/exp/draw/x11/auth.go:13: func getDisplay() string { On 2009/11/20 20:47:01, r wrote: ...
14 years, 7 months ago (2009-11-21 08:14:58 UTC) #3
nigeltao
http://codereview.appspot.com/156109/diff/1022/2012 File src/pkg/exp/draw/x11/auth.go (right): http://codereview.appspot.com/156109/diff/1022/2012#newcode61 src/pkg/exp/draw/x11/auth.go:61: return We now check for an empty $HOME variable.
14 years, 7 months ago (2009-11-23 05:00:11 UTC) #4
r
http://codereview.appspot.com/156109/diff/1022/2013 File src/pkg/exp/draw/x11/conn.go (right): http://codereview.appspot.com/156109/diff/1022/2013#newcode36 src/pkg/exp/draw/x11/conn.go:36: gc, window, root, visual uint32; // X resource IDs. ...
14 years, 7 months ago (2009-11-23 22:41:54 UTC) #5
rsc
took a quick look. seems like a good start http://codereview.appspot.com/156109/diff/1022/2013 File src/pkg/exp/draw/x11/conn.go (right): http://codereview.appspot.com/156109/diff/1022/2013#newcode36 src/pkg/exp/draw/x11/conn.go:36: ...
14 years, 7 months ago (2009-11-23 22:49:41 UTC) #6
nigeltao
http://codereview.appspot.com/156109/diff/1022/2013 File src/pkg/exp/draw/x11/conn.go (right): http://codereview.appspot.com/156109/diff/1022/2013#newcode36 src/pkg/exp/draw/x11/conn.go:36: gc, window, root, visual uint32; // X resource IDs. ...
14 years, 7 months ago (2009-11-24 13:12:57 UTC) #7
r1
LGTM i'm happy enough with this for something in exp. if rsc agrees, check it ...
14 years, 7 months ago (2009-11-24 18:21:18 UTC) #8
rsc
i'm happy. nigel - i added you to the committer list so you can check ...
14 years, 7 months ago (2009-11-24 23:56:15 UTC) #9
nigeltao
*** Submitted as http://code.google.com/p/go/source/detail?r=4a3f8104324e *** Initial exp/draw/x11 implementation. This provides an experimental X11 backend for ...
14 years, 7 months ago (2009-11-25 07:31:47 UTC) #10
rsc
14 years, 7 months ago (2009-12-02 09:54:06 UTC) #11

          
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b