Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nexgb: post-merge fixups and cleanups | Přemysl Janouch | 2018-09-08 | 1 | -2/+2 |
| | | | | | | | | | AUTHORS, CONTRIBUTORS: still useful, add people from git log, clean up. LICENSE: Google doesn't really grant you shit anymore. The EU doesn't have software patents either, so it doesn't affect me directly. README, doc.go: erase mentions of unmaintained xgbutil. | ||||
* | add a new api: NewConnNet | fangyuanziti | 2018-09-08 | 1 | -0/+11 |
| | |||||
* | Export the logger (again) | Axel Wagner | 2018-09-08 | 1 | -2/+2 |
| | | | | | | | | Just enabling or disabling logging falls short of the power of interfaces of go. A user is forced to either accept the logging to stderr in the format defined by xgb or disable logging alltogether. By exporting the logger, we can actually let the user decide where to log in what format. | ||||
* | gofmt | Andrew Gallant | 2018-09-08 | 1 | -1/+1 |
| | |||||
* | Provide access to the X display number in the XGB Conn. | Andrew Gallant | 2018-09-08 | 1 | -3/+5 |
| | |||||
* | Add new logger type so that it can be shut off. | Andrew Gallant (Ocelot) | 2012-05-16 | 1 | -2/+2 |
| | |||||
* | export logger so it can be disabled | Andrew Gallant (Ocelot) | 2012-05-16 | 1 | -2/+2 |
| | |||||
* | docs | Andrew Gallant (Ocelot) | 2012-05-12 | 1 | -0/+7 |
| | |||||
* | a huge commit. splitting extensions into their own sub-packages. | Andrew Gallant (Ocelot) | 2012-05-10 | 1 | -7/+10 |
| | |||||
* | use a custom logger so we don't stomp all over the global log configuration | Andrew Gallant (Ocelot) | 2012-05-08 | 1 | -6/+5 |
| | |||||
* | extensions are working! extensions are working! | Andrew Gallant (Ocelot) | 2012-05-05 | 1 | -1/+3 |
| | |||||
* | reworking xgb. cleaned up connection stuff a little. making new xid ↵ | Andrew Gallant (Ocelot) | 2012-05-03 | 1 | -0/+161 |
generation cleaner and use goroutines for it. |