| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-06 | formatting | Lenni | |
| 2021-03-06 | how to fill | Lenni | |
| 2021-03-06 | added more documentation | Lenni | |
| 2021-03-06 | draw thick lines | Lenni | |
| 2021-03-06 | draw red rectangle | Lenni | |
| 2021-03-06 | drawing basic shapes | Lenni | |
| 2021-03-06 | formatting | Lenni | |
| 2021-03-06 | Added explanation to the whole DestroyNotifyEvent thing. | Lenni | |
| See https://github.com/jezek/xgb/pull/1 | |||
| 2021-03-03 | formatting | Lenni | |
| 2021-03-03 | added listening to key presses | Lenni | |
| 2021-03-01 | Update main.go | scrouthtv | |
| added example of reading events | |||
| 2021-01-22 | Update README | jEzEk | |
| 2020-10-08 | Merge remote-tracking branch 'upstream/master' | jEzEk | |
| 2020-10-08 | Fix unix:0.0 connections | Andy Williams | |
| According to the spec at https://www.x.org/archive/X11R6.8.0/doc/Xorg.1.html#sect5 the DISPLAY string unix:0.0 is special. This forces connections to use the unix socket at this address even if they would normally lookup TCP first. Simple fix so that we fall through to the unix socket in this case. | |||
| 2020-06-18 | Merge remote-tracking branch 'upstream/master' | jEzEk | |
| 2020-03-24 | Fix doc link | Jvol Jvolizka | |
| 2018-10-30 | Merge branch 'tests' | jEzEk | |
| 2018-10-30 | refactor to testingTools.go with more tests | jEzEk | |
| leak testing added dummy X server replier fo dummy net.Conn tests | |||
| 2018-10-27 | Merge branch 'connection_close_fix' | jEzEk | |
| 2018-10-27 | Handle Conn's spawned goroutines upon close, ... | jEzEk | |
| fix double close panic, fix occaional panic on sudden connection to server close handle all channel waitings in cookies and requests properly | |||
| 2018-10-26 | tests double close, close with pending requests | jEzEk | |
| (*Conn).Close panic recover in tests | |||
| 2018-10-25 | tests after (*Conn) close channel is closed | jEzEk | |
| 2018-10-25 | testing unexpected (*Conn).conn close | jEzEk | |
| 2018-10-25 | test on dummy X un/checked with/out reply,refactor | jEzEk | |
| 2018-10-25 | test server w tests, test *Conn open/close | jEzEk | |
| 2018-10-25 | test dummy X server is responding & functional | jEzEk | |
| 2018-10-25 | new test servers, test severs run/close testing | jEzEk | |
| new servers: serverWriteErrorReadError serverWriteSuccessReadBlocking serverWriteSuccessReadErrorAfterWrite | |||
| 2018-10-25 | tests reactor, negative leaks error fix | jEzEk | |
| 2018-10-25 | test fixes | jEzEk | |
| 2018-10-25 | test dummy write error server -> conn close tests | jEzEk | |
| 2018-10-25 | test not timed out on blocking close fix | jEzEk | |
| 2018-10-25 | leak testing struct & checks | jEzEk | |
| 2018-10-25 | testing blocking server, Conn open/close test | jEzEk | |
| 2018-10-25 | xgb.go test file with very basic test server | jEzEk | |
| 2018-10-02 | Cosmetic refactoring of *Conn methods | jEzEk | |
| Just cosmetic changes to unify self reference variable name across all *Conn methods + NewConnNet comment fix This commit makes no changes in logic | |||
| 2017-12-10 | don't rewrite XPROTO if defined in Makefile | jEzEk | |
| 2017-12-10 | README update | jEzEk | |
| 2017-12-10 | BurntSushi/xgb -> jezek/xgb | jEzEk | |
| 2016-05-22 | Merge pull request #37 from rabinv/fix-randr-printf | Andrew Gallant | |
| Remove stray format char in randr example | |||
| 2016-05-22 | Remove stray format char in randr example | Rabin Vincent | |
| 2016-03-29 | fix structs with field name of 'Bytes' | Andrew Gallant | |
| (it conflict with a method of the same name that is generated for all such structs) | |||
| 2016-03-21 | Merge pull request #35 from aarzilli/xauthwild | Andrew Gallant | |
| Handle wildcard values in Xauthority file | |||
| 2016-03-21 | Merge pull request #34 from aarzilli/extlock | Andrew Gallant | |
| Read/Write mutex for Extensions map | |||
| 2016-03-21 | Handle wildcard values in Xauthority file | aarzilli | |
| Some field values in the Xauthority file have special meanings: - a value of 65535 in the 'family' field means that the entry will match a connection of any family on any address - an empty string in the 'display number' field means that the entry will match a connection on any display number This behaviour is documented at: https://cgit.freedesktop.org/xorg/lib/libXau/tree/AuGetBest.c#n109 | |||
| 2016-03-21 | Read/Write mutex for Extensions map | aarzilli | |
| 2015-11-20 | Merge pull request #31 from aarzilli/master | Andrew Gallant | |
| sendRequest reads req.buf after closing req.seq | |||
| 2015-11-08 | sendRequest reads req.buf after closing req.seq | aarzilli | |
| NewRequest says you can avoid reallocating a new buffer for each request by calling it directly. This is not true if req.seq is closed before req.buf is read. | |||
| 2015-04-26 | Remove panics/fatal errors. | Andrew Gallant | |
| Fixes #9. This makes shutdown a little more graceful, but there's more work to be done here. Namely, all outstanding cookies need to be given the error, otherwise they will block forever. | |||
| 2015-04-26 | assign a sequence id to the cookie before returning from Conn.NewRequest | Bryan Matsuo | |
| 2015-02-22 | Merge pull request #27 from fangyuanziti/master | Andrew Gallant | |
| add a new api: NewConnNet. So we can init a xgb.Conn from a net.Conn | |||
