aboutsummaryrefslogtreecommitdiff
path: root/nexgb/conn.go
Commit message (Collapse)AuthorAgeFilesLines
* add a new api: NewConnNetfangyuanziti2018-09-081-0/+11
|
* Export the logger (again)Axel Wagner2018-09-081-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.
* gofmtAndrew Gallant2018-09-081-1/+1
|
* Provide access to the X display number in the XGB Conn.Andrew Gallant2018-09-081-3/+5
|
* Add new logger type so that it can be shut off.Andrew Gallant (Ocelot)2012-05-161-2/+2
|
* export logger so it can be disabledAndrew Gallant (Ocelot)2012-05-161-2/+2
|
* docsAndrew Gallant (Ocelot)2012-05-121-0/+7
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-7/+10
|
* use a custom logger so we don't stomp all over the global log configurationAndrew Gallant (Ocelot)2012-05-081-6/+5
|
* extensions are working! extensions are working!Andrew Gallant (Ocelot)2012-05-051-1/+3
|
* reworking xgb. cleaned up connection stuff a little. making new xid ↵Andrew Gallant (Ocelot)2012-05-031-0/+161
generation cleaner and use goroutines for it.