aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xgbgen/request_reply.go
Commit message (Collapse)AuthorAgeFilesLines
* xgbgen: process <doc> elementsPřemysl Janouch2018-09-301-0/+18
| | | | | Most of XCB documentation now ends up in Go sources, although the end result is of mixed quality.
* Changed xgbgen to support xcb-proto 1.12aarzilli2018-09-081-7/+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
* Fix Issue #21: automatic calculation of alignment padding after listsaarzilli2018-09-081-6/+6
|
* Updated to work with new xproto XML files.Andrew Gallant2018-09-081-0/+6
| | | | | Namely, the "doc" element is ignored. Also, I've sorted everything before output so that diff isn't completely useless.
* gofmtAndrew Gallant2018-09-081-1/+1
|
* a huge commit. splitting extensions into their own sub-packages.Andrew Gallant (Ocelot)2012-05-101-2/+1
|
* lots of docs and examplesAndrew Gallant (Ocelot)2012-05-071-2/+2
|
* add more extension cruft. make extension checking more uniform.Andrew Gallant (Ocelot)2012-05-061-2/+2
|
* added documentation and did some slight restructuring. it's party time.Andrew Gallant (Ocelot)2012-05-061-0/+149