summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-30Merge pull request #18 from dim13/masterHEADv1.1.1masterdeveljEzEk
Fix log.Fatal call has possible Printf formatting directive %s
2023-11-29Fix log.Fatal call has possible Printf formatting directive %sDimitri Sokolyuk
2022-11-05Merge pull request #10 from gen2brain/masterv1.1.0jEzEk
Support for xcb-proto version 1.15.2, #issue 9
2022-10-29Regenerated from xcb-proto 1.15Milan Nikolic
2022-10-29Changed xgbgen to support xcb-proto >= 1.12Alessandro Arzilli
2022-05-01Merge pull request #7 from woofdoggo/patch-eventcopyv1.0.1jEzEk
- Fixed EventCopy.Write() in xgbgen to write the type of the event rather than keep the type of the event it is derived from - Regenerated bindings from xcbproto 1.11
2022-04-30Regenerate bindingswoofdoggo
2022-04-30xgbgen: Fix EventCopy.Writewoofdoggo
2022-02-16Fix go test warningv1.0.0jEzEk
2022-02-16Add go.mod filejEzEk
2021-03-12Merge pull request #4 from scrouthtv/masterjEzEk
Shapes example
2021-03-10use fixed fontLenni
2021-03-10minor fixLenni
2021-03-09load unicode fontLenni
2021-03-09error handlingLenni
2021-03-09Fix typos and reword commentjEzEk
2021-03-07reworded a weird commentLenni
2021-03-07more infoLenni
2021-03-07shapes exampleLenni
2021-03-07Merge pull request #1 from scrouthtv/masterjEzEk
Added an explanation of how to use events to the create-window example
2021-03-07Add missing "\n" at the end of fmt.PrintfjEzEk
2021-03-07rephrased weird commentLenni
2021-03-07minor fixesLenni
2021-03-07removed shapes from this PRLenni
2021-03-06close font after usageLenni
2021-03-06added documentationLenni
2021-03-06fixed the umlautLenni
2021-03-06found a working fontLenni
2021-03-06formattingLenni
2021-03-06how to fillLenni
2021-03-06added more documentationLenni
2021-03-06draw thick linesLenni
2021-03-06draw red rectangleLenni
2021-03-06drawing basic shapesLenni
2021-03-06formattingLenni
2021-03-06Added explanation to the whole DestroyNotifyEvent thing.Lenni
See https://github.com/jezek/xgb/pull/1
2021-03-03formattingLenni
2021-03-03added listening to key pressesLenni
2021-03-03Remove the unmaintained text from README after upstream mergejEzEk
2021-03-03Merge remote-tracking branch 'upstream/master'jEzEk
2021-03-02Reword examples documentation xgbutil mentionjEzEk
2021-03-01Update main.goscrouthtv
added example of reading events
2021-01-22Update READMEjEzEk
2021-01-21readme: note better maintained forkAndrew Gallant
2020-10-08Merge remote-tracking branch 'upstream/master'jEzEk
2020-10-08Fix unix:0.0 connectionsAndy 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-18Merge remote-tracking branch 'upstream/master'jEzEk
2020-03-24Fix doc linkJvol Jvolizka
2018-10-30Merge branch 'tests'jEzEk
2018-10-30refactor to testingTools.go with more testsjEzEk
leak testing added dummy X server replier fo dummy net.Conn tests