| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-09 | error handling | Lenni | |
| 2021-03-09 | Fix typos and reword comment | jEzEk | |
| 2021-03-07 | reworded a weird comment | Lenni | |
| 2021-03-07 | more info | Lenni | |
| 2021-03-07 | shapes example | Lenni | |
| 2021-03-07 | Add missing "\n" at the end of fmt.Printf | jEzEk | |
| 2021-03-07 | rephrased weird comment | Lenni | |
| 2021-03-07 | minor fixes | Lenni | |
| 2021-03-07 | removed shapes from this PR | Lenni | |
| 2021-03-06 | close font after usage | Lenni | |
| 2021-03-06 | added documentation | Lenni | |
| 2021-03-06 | fixed the umlaut | Lenni | |
| 2021-03-06 | found a working font | Lenni | |
| 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 | |
