aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/go_request_reply.go
Commit message (Collapse)AuthorAgeFilesLines
* xgbgen: make request function signatures shorterPřemysl Janouch2018-09-301-2/+21
|
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-301-0/+28
| | | | | Most of XCB documentation now ends up in Go sources, although the end result is of mixed quality.
* xgbgen: generate proper sentences with full stopsPřemysl Janouch2018-09-301-4/+3
|
* Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-081-9/+5
| | | | | | | | * Added minimal support for switch fields. * Changed the way Size is calculated to accomodate for lists inside structs (added to randr) * Removed heuristic to place alignment gaps, they are now explicitly described in xml
* Read/Write mutex for Extensions mapaarzilli2018-09-081-0/+4
|
* Formatting and 80 cols.Andrew Gallant2018-09-081-1/+2
|
* Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-081-8/+22
|
* Use consistent extension names. Close #6.Andrew Gallant2018-09-081-4/+2
|
* panic when an extension request is issued before an extension has been ↵Andrew Gallant (Ocelot)2012-05-111-1/+1
| | | | initialized. but give a nice error message for the happy people.
* panic when an extension request is issued before an extension has been ↵Andrew Gallant (Ocelot)2012-05-111-0/+16
| | | | initialized. but give a nice error message for the happy people.
* better docsAndrew Gallant (Ocelot)2012-05-101-9/+28
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-26/+27
|
* lots of docs and examplesAndrew Gallant (Ocelot)2012-05-071-9/+9
|
* add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)2012-05-061-4/+4
|
* fixing bugs related mostly to extension handlingAndrew Gallant (Ocelot)2012-05-051-23/+44
|
* converting to new reply/cookie schemeAndrew Gallant (Ocelot)2012-05-051-26/+58
|
* holy toldeo... things might actually be workingAndrew Gallant (Ocelot)2012-05-031-0/+140