haven/nexgb
Andrew Gallant (Ocelot) fd30f1512a added tests 2012-05-07 01:00:45 -04:00
..
examples examples. some should be tests 2012-05-05 18:22:40 -04:00
xgbgen add more extension cruft. make extension checking more uniform. 2012-05-06 17:48:40 -04:00
.gitignore last commit before i tear everything down 2012-04-29 14:09:03 -04:00
AUTHORS initial commit. not currently in a working state. 2012-04-28 23:25:57 -04:00
CONTRIBUTORS initial commit. not currently in a working state. 2012-04-28 23:25:57 -04:00
LICENSE initial commit. not currently in a working state. 2012-04-28 23:25:57 -04:00
Makefile added tests 2012-05-07 01:00:45 -04:00
README status update 2012-05-06 02:28:32 -04:00
auth.go reworking xgb. cleaned up connection stuff a little. making new xid generation cleaner and use goroutines for it. 2012-05-03 22:47:50 -04:00
auto_bigreq.go added tests 2012-05-07 01:00:45 -04:00
auto_composite.go added tests 2012-05-07 01:00:45 -04:00
auto_damage.go added tests 2012-05-07 01:00:45 -04:00
auto_dpms.go added tests 2012-05-07 01:00:45 -04:00
auto_dri2.go added tests 2012-05-07 01:00:45 -04:00
auto_ge.go added tests 2012-05-07 01:00:45 -04:00
auto_glx.go added tests 2012-05-07 01:00:45 -04:00
auto_randr.go added tests 2012-05-07 01:00:45 -04:00
auto_record.go added tests 2012-05-07 01:00:45 -04:00
auto_render.go added tests 2012-05-07 01:00:45 -04:00
auto_res.go added tests 2012-05-07 01:00:45 -04:00
auto_screensaver.go added tests 2012-05-07 01:00:45 -04:00
auto_shape.go added tests 2012-05-07 01:00:45 -04:00
auto_shm.go added tests 2012-05-07 01:00:45 -04:00
auto_sync.go added tests 2012-05-07 01:00:45 -04:00
auto_xc_misc.go added tests 2012-05-07 01:00:45 -04:00
auto_xevie.go added tests 2012-05-07 01:00:45 -04:00
auto_xf86dri.go added tests 2012-05-07 01:00:45 -04:00
auto_xf86vidmode.go added tests 2012-05-07 01:00:45 -04:00
auto_xfixes.go added tests 2012-05-07 01:00:45 -04:00
auto_xinerama.go added tests 2012-05-07 01:00:45 -04:00
auto_xinput.go added tests 2012-05-07 01:00:45 -04:00
auto_xprint.go added tests 2012-05-07 01:00:45 -04:00
auto_xproto.go added tests 2012-05-07 01:00:45 -04:00
auto_xselinux.go added tests 2012-05-07 01:00:45 -04:00
auto_xtest.go added tests 2012-05-07 01:00:45 -04:00
auto_xv.go added tests 2012-05-07 01:00:45 -04:00
auto_xvmc.go added tests 2012-05-07 01:00:45 -04:00
conn.go extensions are working! extensions are working! 2012-05-05 18:22:24 -04:00
cookie.go added tests 2012-05-07 01:00:45 -04:00
xgb.go added tests 2012-05-07 01:00:45 -04:00
xgb_help.go added tests 2012-05-07 01:00:45 -04:00
xgb_test.go added tests 2012-05-07 01:00:45 -04:00

README

BurntSushi's Fork
=================
I've forked the XGB repository from Google Code due to inactivty upstream.

Much of the code has been rewritten in an effort to support thread safety
and multiple extensions. Namely, go_client.py has been thrown away in favor
of an xgbgen package.

The biggest parts that *haven't* been rewritten by me are the connection and
authentication handshakes. They're inherently messy, and there's really no
reason to re-work them. The rest of XGB has been completely rewritten.

I like to release my code under the WTFPL, but since I'm starting with someone
else's work, I'm leaving the original license/contributor/author information
in tact.

I suppose I can legitimately release xgbgen under the WTFPL. To be fair, it is
at least as complex as XGB itself. *sigh*

What follows is the original README:

XGB README
==========
XGB is the X protocol Go language Binding.

It is the Go equivalent of XCB, the X protocol C-language Binding
(http://xcb.freedesktop.org/).

Unless otherwise noted, the XGB source files are distributed
under the BSD-style license found in the LICENSE file.

Contributions should follow the same procedure as for the Go project:
http://golang.org/doc/contribute.html